#row-content {
  display: none;
}

table {
  width: 100%;
  border-collapse: collapse;
}
table tbody tr:nth-child(1) {
	background-color: #E5C10066;
	font-weight: bold;
}
table tbody tr:nth-child(2) {
	background-color: #C0C0C066;
	font-weight: bold;
}
table tbody tr:nth-child(3) {
	background-color: #CD7F3266;
	font-weight: bold;
}
table, tr, th, td {
  border-color: #202225 !important;
}
tr {
  font-size: 14px;
}
tr:hover td {
  background: #2F3136;
  /* border-bottom: 1px solid #22262e;
  border-top: 1px solid #22262e; */
  color: #FFFFFF;
}
tr:hover a {
  color: #FFFFFF;
}
th {
  font-size: 16px;
  font-weight: bold;
  padding: 5px 10px;
  text-align: left;
}
td {
  padding: 2px 10px;
  text-align: left;
}

.chart-box {
  border: 1px solid #202225;
}

.big-box {
  background-color: #2F3136;
  border: 1px solid #202225;
}

.title-with-count span {
  color: #00000050;
  float: right;
}

.grve-line-divider.grve-border {
  border-color: #202225 !important;
}