#medailles {
  background: #FFF;
  width: 100%;
  box-sizing: border-box;
  font-family: sans-serif;
  text-align: center;
}

#medailles.widget {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

#medailles.widget .btn-container {
  justify-self: center;
  align-self: center;
  flex-grow: 1;
  display: flex;
}

#medailles.widget .btn-container .btn {
  align-self: center;
}

#medailles * {
  margin: 0;
  padding: 0;
}

#medailles .text-left {
  text-align: left;
}

#medailles .text-center {
  text-align: center;
}

#medailles .text-right {
  text-align: right;
}

#medailles h1,
#medailles h2,
#medailles h3 {
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 5px;
  margin-bottom: 5px;
}

#medailles table {
  width: 100%;
  border-spacing: 0px;
  border-collapse: collapse;
  margin-bottom: 20px;
}

#medailles table * {
  padding: 0;
  line-height: 2;
  vertical-align: middle;
}

#medailles .rank {
  text-align: center;
  padding-left: 5px;
}

#medailles .flag {
  text-align: left;
  width: 30px;
}

#medailles .name {
  text-align: left;
  padding-left: 5px;
}

#medailles .medal {
  text-align: center;
  padding: 0 5px;
}

#medailles .total {
  text-align: center;
  padding-right: 5px;
}

#medailles thead {
  background: #000;
}

#medailles th {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #FFF;
}

#medailles th.country {
  text-align: left;
  padding-left: 5px;
}

#medailles th .medal {
  margin: 0;
}

#medailles th span.medal {
  color: black;
  text-align: center;
  border-radius: 50%;
  padding: 0 8px;
}

#medailles th span.medal.gold {
  background: gold;
}
#medailles th span.medal.silver {
  background: silver;
}
#medailles th span.medal.bronze {
  /*background: #C5A26E;*/
  background: #E78B40;
}

#medailles th > img {
  height: 1.1rem;
  width: auto;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid rgba(0,0,0,0.25);
  position: relative;
  left: 3px;
}
@media (min-width: 1000px) {
  #medailles th > img {
    height: 1.2rem;
  }
}

#medailles tbody:before {
  content: "-";
  display: block;
  line-height: 10px;
  color: transparent;
}

#medailles tbody tr {
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

#medailles td {
  font-size: 0.8rem;
}

/* #medailles table .name {
  display: none;
} */
#medailles table .abbreviation {
  /* display: initial; */
}

#medailles td > img {
  width: 20px;
  display: inline-block;
  position: relative;
  top: -2px;
  border: 1px solid hsl(189, 89%, 25%);
}

#medailles .btn {
  display: inline-block;
  background: #080;
  color: #FFF;
  padding: 10px 15px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 0.8rem;
  cursor: pointer;
  line-height: 1.5;
  border-radius: 1px;
  border: 3px solid #080;
}

#medailles .btn {
  text-decoration: none;
}

#medailles .btn:hover {
  background: #FFF;
  color: #080;
  border-color: #080;
}
