@media (max-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a  {
    border-bottom: 1px solid #ddd !important;
    border-radius: 4px 4px 0 0 !important;
    margin-bottom: 0 !important;
  }
  .nav-justified > li.active > a  {
    border-bottom: 0px solid #ddd !important;
  }

}
.fansub-project *:not(:first-child)::before {
  content: " & ";
}
.fansub-project a{
  text-decoration: underline;
}
.release{
  color: #4CAF50;
}
.dropped{
  color: #F44336;
}
.simulcast ::before{
  content: "Simulcast: ";
  color: #2196F3;
}
.simulcast{
  color: #2196F3;
}
.uncertain{
  color: #BDBDBD;
}
