.tv-header {
  background-color: #003563;
  text-align: center;
  margin-bottom: 0px; }
  .tv-header h2 {
    color: white;
    font-size: 20px;
    padding: 10px;
    margin-bottom: 0px; }

.tv-container {
  font-size: 15px;
  /*background-color: #f4f4f4;*/
  padding-top: 32px; }
  .tv-container :first-child video {
    width: 320px !important;
    height: 186px !important;
    margin-bottom: 10px; }
  .tv-container :first-child .video_title {
    padding-left: 0px !important;
    float: none !important;
    width: 100% !important;
    padding-top: 5px; }
  .tv-container .vid-container video {
    width: 140px;
    /* float: left; */ }
  .tv-container .vid-container .video_title {
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    padding-left: 10px;
    float: right;
    width: 170px;
    font-size: 13px;
    margin-bottom: 29px; }
  .tv-container .tiny {
    font-size: 10px; }
  .tv-container hr {
    border-bottom: 1px solid #9B9B9B; }
  .tv-container .more {
    font-size: 10px; }
