/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Bree+Serif);

#player-box {
  margin: 0px;
  margin-top: 4px;
}
.testovs {
  display: block;
  width: 240px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.brid {
  display: block;
  width: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 2px;
}
a {
  text-decoration:none;
  color: #717171;
}
a:link {
  color: #717171;
  text-decoration: none;
}
a:hover {
  color: var(--warning);
}
a:visited {

}
a:active {
  color: var(--warning);
}
a.nav-links {
  font-family: 'Roboto Condensed', sans-serif;
  padding: 16px;
  text-decoration: none;
}
a.nav-links active {
  color: #FFFFFF;
}
.nav-item a.active{
  color: var(--warning);
}