@import url(https://fonts.googleapis.com/css2?family=Lemon&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Tomorrow:ital,wght@0,300;0,400;1,300&display=swap);
.nt2-list {
  font-family: monospace;
  position: relative;
}
.nt2-list:not(.\&simple) > * {
  height: 50px !important;
  margin-top: 2px;
  border-radius: 6.5px !important;
  border: 0px solid transparent !important;
}
.nt2-list:not(.\&simple) > *:nth-child(2n+1) {
  background: #f6f9fa;
}
.nt2-list .__extras {
  display: flex;
  width: 100%;
  font-size: 10px;
  position: absolute;
  bottom: 5px;
  z-index: 9;
}
.nt2-list .__notes {
  overflow: hidden;
  color: gray;
  width: 30%;
  font-size: 10px;
}
.nt2-list td {
  padding: 5px !important;
}
.nt2-list .informens {
  background: #4e5862;
  border-radius: 6.5px;
}
.nt2-list .__group {
  font-size: 10px;
  text-align: right;
  color: #3D9970;
  font-size: 10px;
  font-size: 10px !important;
  width: 69%;
}
.nt2-list .__group a {
  z-index: 0 !important;
}
.nt2-list .__group * {
  font-size: 10px !important;
}
