/*
 * content.css
 * Define the styles of content
 * 
 */

/* =============================================================================
   misc class
   ========================================================================== */
    .right {
        float: right;
    }
    
    .left {
        float: left;
    }
    
/* =============================================================================
   content style
   ========================================================================== */
    .black {
        color: #000 !important;
    }
    
    .white {
        color: #fff !important;
    }

/* =============================================================================
   content style
   ========================================================================== */

.program-h1 {
    font-size: 18px;
    line-height: 24px;
    color: #d4d4d4;
    font-weight: normal;
    overflow: hidden;
}

.live-h1 {
     font-size: 18px;
    line-height: 24px;
    color: #d4d4d4;
    font-weight: normal;
    height: 48px;
    overflow: hidden;
}

.program-h2 {
    font-size: 14px;
    line-height: 18px;
    color: #7f7f7f; 
}



