.sg-slider-item {
  background: white;
}

.sg-medal-table table {
  border: 1px solid #ddd;
  border-collapse: collapse;
  font-size: 0.875rem;
}
.sg-medal-table thead {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  color: yellow;
  font-size: 1rem;
}

.sg-medal-table table th,
.sg-medal-table table td {
  border: 0 none;
}

.sg-medal-table table th {
  padding: 10px 0;
}

.sg-medal-table table td {
  padding: 5px 0;
}

.sg-medal-table table td.sg-medal-table-title {
  padding: 5px 10px;
}

.sg-medal-table tbody tr {
  border: 1px solid #ddd;
}

.medal-icon {
  width: 20px;
  height: 20px;
}

.flag {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

th.sg-medal-table-title {
  text-align: center;
}

.sg-medal-table-gold,
.sg-medal-table-silver,
.sg-medal-table-bronze,
.sg-medal-table-total {
  text-align: center;
  width: 55px;
}
