div.alert {
  position: fixed;
  z-index: 25;
  top: 60px;
  width: 100%;
}

#avatar {
  display: block;
  max-width: 100%;
}


.podium .first {
  width: 120px;
}

.podium .second {
  width: 100px;
}

.podium .third {
  width: 90px;
}

table {
  font-size: .9em;
}

.fixed-action-btn {
  position: fixed;
  bottom: 55px;
  right: 0px;
}

.main-sm .dropup .dropdown-toggle::after {
  display: none;
}

.main-sm {
  background-color: #0d6efd;
}

.main a, .main a:hover, .main-sm a, .main-sm a:hover {
  color: white;
  text-decoration: none;
}

.main-sm span {
  font-size: .7em;
  display: block;
}

.icon-menu {
  font-size: 20px;
}

.icon-100 {
  font-size: 100px;
}

.icon-70 {
  font-size: 70px;
}

body {
  background: #E9ECEF !important;
}

input.bet {
  background-color: lightblue;
  border: 1px solid white;
}

.main .navbar-brand, .main .navbar-collapse * {
  color: white;
}

.main .nav-item .nav-link.active {
  color: white;
  font-weight: bold;
}

.main.navbar svg {
  color: white;
  font-size: 1.2em;
}

.main .dropdown-menu {
  background: #0D6EFD;
}

.main-sm .dropdown-menu {
  background: #0D6EFD;
}

.dropdown-item:hover {
  background: lightseagreen;
}

.btn-save-bets {
  z-index: 10;
  font-size: 100px;
}

.btn-save-bets svg {
  font-size: 50px;
}
td.player {
  /*white-space: nowrap;*/
  text-align: left;
}

th.score {
  vertical-align: middle;
}

img.medal {
  position: absolute;
  left: 5px;
  bottom: 10px;
  width: 35px;
}

.podium {
  position: relative;
  display: inline-block;
}
