.card-columns {
  margin-bottom: 40px;
}

.menu-buttons {
  color: white;
  text-decoration: none;
  padding: 4px;
  font-size: 17px;
  border-bottom: 2px solid #fff;
  margin-right: 20px;
}

.menu-buttons-mobile {
  font-size: 14px;
  margin-right: 10px !important;
}

.menu-buttons-selected {
  border-bottom: 2px solid #1397D5;
}

.menu-buttons:hover {
  color: white;
  text-decoration: none;
}

.video-popup-dialog {
  max-width: 800px;
  margin: 30px auto;
}
.video-popup-body {
  position:relative;
  padding:0px;
}
.video-popup-close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}
.selectedTeam {
  background-color: #BDBDBD !important;
}
.list-group-item:hover {
  cursor: pointer;
}
.favorite-team {
  border: solid;
}
.cursor-pointer {cursor: pointer;}

footer {
  padding: 8px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: white;
}

body, html {
  height: 100%;
}

.privacy, .privacy:hover {
  color: grey;
}

.hide {
  display: none;
}
