/* assets/css/ranking.css */
.ranking-filter {
  margin-bottom: 20px;
}

.ranking-filter select {
  padding: 5px 10px;
  font-size: 16px;
}

.ranking-list ul {
  list-style: none;
  padding-left: 0;
}

.ranking-list li {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
}

.note {
  color: #888;
  margin-top: 20px;
}

.my-rank {
	background-color: #eee !important;
    font-weight: bold;
    border-radius: 8px;
    border-bottom: 3px solid #000;
}
#my_ranking_box tr:first-child td {
background-color: #e10;
    font-weight: bold;
    border-radius: 8px 8px 0 0;
    color: #fff;
    text-align: center;
    font-size: 1.2em;
    padding: 6px;
}

