.nav-pills .nav-link.active
{
  background-color: inherit !important;
  border-radius: 0rem;
  border-bottom: solid white 1px;
  font-weight: 700;
}

.player-name-input
{
    background: inherit;
    border: none;
    border-bottom: solid white 1px;
    border-radius: 0rem;
    color: white;
}

.player-name-input:focus
{
    background: inherit;
    color: white;
    box-shadow: none;
}

form .form-label
{
  font-weight: bold;
  color: rgb(117, 117, 117);
}