.yellow-highlighted{
  color: #ffcc00;
  font-weight: bold;
}

.less-highlighted{
  color: #ffffff;
  font-weight: bold;
}

.highlighted{
  font-weight: bold;
}

.black-background{
  background-color: #121212;
}

.light-font{
  color: #fff;
}

.yellow-background{
  background-color: #ffcc00;
}

.light-background{
  background-color: #ffffff;
}

.gray-background{
  background-color: #353535;
}