.akordi-top-rated-block {
  margin: 0 0 18px;
}

.akordi-side-title {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 12px;
  padding-left: 10px;
  border-left: 3px solid #d71920;
  color: #222;
}

.akordi-top-rated-list {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
}

.akordi-top-rated-item {
  padding: 9px 10px;
  border-bottom: 1px solid #e5e5e5;
}

.akordi-top-rated-item:last-child {
  border-bottom: 0;
}

.akordi-top-rated-song {
  display: block;
  color: #d71920;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
}

.akordi-top-rated-song:hover {
  text-decoration: underline;
}

.akordi-top-rated-meta {
  margin-top: 3px;
  font-size: 12px;
  line-height: 1.2;
  color: #555;
}

.akordi-top-rated-meta a {
  color: #555;
  text-decoration: none;
}

.akordi-top-rated-meta a:hover {
  color: #d71920;
  text-decoration: underline;
}

.akordi-top-rated-rating {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 700;
  color: #d71920;
}

.akordi-top-rated-rating span {
  color: #777;
  font-weight: 400;
}

.akordi-top-rated-empty {
  font-size: 13px;
  color: #666;
}