body {    
    font-family: "Spartan", Helvetica, Arial, sans-serif;
    margin: 0;
    background: #f1f1f1;
    width: 100%;  
}
#content {
  width: 100%;
  max-width: 500px !important;
}

a, a:link {
    color: #74C270;
    text-decoration: none;    
}
a:hover, a:active, a:visited {
    font-weight: bold;
}

div#top {    
    text-align: left;
    font-size: 30px;
    color: white; 
    width: 100%;
    height: 111px;
    background-color: #74C270;
    position: fixed;
    top: 0;   
                    /*    border: 1px dashed orange !important;  */        
} 

div#logo {    
    padding: 30px 25px 30px 30px;
    background-color: white;
    float: left;           
}

div.playButtonDiv {
    float: left;
    padding: 22px 5px 0 10px; 
}
 
div.playButtonDiv .button {
    text-align: center;
    text-decoration: none;
    font-size: 22px;
    cursor: pointer;
    color: white;
    background-color: #74C270; 
    border-color: transparent;
                    /*    border: 1px solid magenta;  */    
}
div.playButtonDiv .button:hover {
    color: #3e8e41;
}  

div#livestream {
    font-size: 24px;
    line-height: 28px;
    font-weight: bold; 
    padding-top: 30px;
    padding-right: 20px;
    float: left;   
                    /*    border: 1px solid blue;  */         
} 

div#playing {   
    padding-top: 20px;    
}

div #currenttitleheader {
    font-size: 50% !important;
    line-height: 100%;
    color: black !important;
    font-weight: normal; 
    display: block;
    padding-right: 20px;
    position: relative;
    left: 22px;
    top: 10px;    
}

#left { 
    position: relative;
    top: 120px;
    max-width: 600px;
    height: 100%;
    font-size: 80%;
    float: left;
    padding: 30px;
    z-index: -99;
}