/* Author: Michael Martin-Smucker
 * 
 * Styles for the 'Listen' popup box.
 * Many of these override the 'main.css' styles
 *
 */


body {
    background: #ace;
    }
    
h1 {
    color: #1e233c;
    display: inline;
    font-size: 16px;
    }

h4 {
    display: inline;
    }

#mediaContainer {
    background-color: #def;
    border-bottom: thin solid #999;
    border-top: thin solid #999;
    padding-bottom: 8px;
    padding-top: 8px;
    text-align: center;
    }

#programInfo {
    padding-left: 6px;
    padding-top: 6px;
    }

