li.highlighter a {
	font-weight: bold;
  	color: yellow;
}

.cnn-logo {
  	background-image: url("wp-content/uploads/cnn-logo.png");
  	background-size: 50px 25px;
  	background-repeat: no-repeat;
  	background-position: right center;
  	width: 120px;
}

.fox5-logo {
      background-size: 140px 34px;
      background-position: right center;
      background-image: url("wp-content/uploads/logo-fox-5-atlanta.png");
      background-repeat: no-repeat;
      width: 170px;
}

.bold-tpsf-font {
     font-family: "chunkfiveregular";
}

@media screen and (max-width: 990px) {
    #header { display: none!important; }
}
     