
body {
    background-color: none !important;
    color: #2c2c2c;
    background-image: none;
    background-repeat:repeat-x;
    background-size: 1800px 640px;  
    font-family: "raleway",sans-serif;
    font-style: normal;
    font-weight: 300;
    letter-spacing: .07em;
    font-size: 100%;

}

#musicpageholder{
    background-color: #f3f3f3;
    padding: 30px 0 20px 0;
}

i{
    font-size: 1em;
    color: #787878;
}

.headerrow .columns .columns{
    background-color: #488DC9;
    text-align: center;
    color: white;
    font-size: 13pt;
    font-weight: 400;
}

.lightrow .columns, .darkrow .columns, .headerrow .columns{
    font-family: "raleway";
    font-size: 11pt;
    color: #333333;
    height: 50px;
    padding: 0px;
        white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lightrow .columns .columns, .darkrow .columns .columns, .headerrow .columns .columns{
    line-height: 50px;
    border: 1px solid silver;
    padding: 0px 5px 0px 10px;
}

.lightrow .columns .columns{
    background-color: #f7f7f7;
}

.darkrow .columns .columns{
    background-color: #e8e8e8;
}

.lightrow i, .darkrow i{
    line-height: 50px;
}

.albumheader .columns{
    background-color: silver;
    height: 30px;
    line-height: 28px;
    text-align: center;
    color: #000;
    font-family: "raleway";
    font-size: 12pt;
    text-transform: uppercase;
 
}

.albumheader .columns i{
    line-height: 25px;
    font-size: 1em;
    color: #fff;
    padding: 0px;
    margin: 0px;
}

.smallheader{
    background-color: #4fa3dd;
    height: 40px;
    text-align: center;
    margin: 0px;
}

.smallheader h2{
    color: white;
    margin: 0px;
    line-height: 40px;
    height: 40px;
    font-family: "raleway"
}

select{
    background-color: #656565;
    color: #ededed;
    height: 35px;
    font-family: "raleway";
    font-weight: 300;
    font-size: 11pt;
    border-radius: 3px;
}

select:hover{
    background-color: #656565;
    color: #ededed;
}

#playerholder{
/*    padding: 5px;*/
}

#playerbox {
    background-color:silver;
    min-height: 113px;
    border: 0;
    border-radius: 15px 15px 0 0;
}

#filteroptions div{
        padding: 5px;
    }



#ddlartists > option {
    padding: 5px 0 5px 10px;
}

#ddlalbums > option {
    padding: 5px 0 5px 10px;
}
#ddlplaylists > option {
    padding: 5px 0 5px 10px;
}

.fi-play {
    font-size: 20pt;
}

.fi-pause {
    font-size: 20pt;
}

.fi-download {
    font-size: 18pt;
}
 

@media only screen and (max-width: 1024px){
    
    #musicpageholder{
        padding: 0px 0px 1px 0px;
    }
    
    #playerholder{
    padding: 0px;
}
    
    #playerbox {
        background-color:#656565;
        border: none;
        padding: 75px 12px 30px 12px;
        border-radius:0px;
        border-bottom: 1px solid #464646;
    }
    
    #filteroptions{
        background-color: #c4c4c4;
        padding: 15px 5px;
        border-top: 1px solid #d3d3d3;
    }
    
    #filteroptions div{
        padding: 5px;
    }
    
    #playertitleholder {
        height: 50px;
        line-height: 50px;
        padding: 0px 10px;
    }
    
    .songtitle {
        font-size: 1.5em;
    }
    
    #slider {
        padding: 15px 0px;
    }


}

@media only screen and (max-width: 890px){
    .hiddenstuff {
        display: none;
    }

}
    
@media only screen and (max-width: 640px){
    
    #musicpageholder{
        padding: 0px 0px 1px 0px;
    }
    
   .lightrow .columns, .darkrow .columns, .headerrow .columns{
        font-size: 1.1em;
        height: 60px;
        border: 1px solid white;
   }

    .lightrow .columns .columns, .darkrow .columns .columns, .headerrow .columns .columns{
        border: none;
    }

    .lightrow .columns{
        background-color: #f7f7f7;
    }

    .darkrow .columns{
        background-color: #e8e8e8;
    }

    .lightrow .columns .columns, .darkrow .columns .columns{
        padding: 5px;
    }

    .lightrow i, .darkrow i{
        font-size: 1.5em;
        line-height: 50px;
    }
    
    #playerbox {
        background-color:#656565;
        border: none;
        padding: 10px 12px 10px 12px;
        border-radius:0px;
        min-height:6em;
        border-bottom: 1px solid #464646;
    }
    
    .smalltitleholder{
        height: 30px !important;
        line-height: 26px !important;
        padding: 0px;
        font-size: 1.3em !important;
        color: #464646 !important;
    }
    
     .smallartistholder{
        height: 30px !important;
        line-height: 18px !important;
        padding: 0px;
        font-size: 1.1em !important;
        color: #848484 !important;
    }
    
    .searcharea {
        display: none;
    }

        #slider {
        padding: 0px 0px;
    }
        #playertitleholder {
        height: 30px;
        line-height: 30px;
        padding: 0px 10px;
    }
    .songtitle {
    font-size: 1em;
}
    
    
}

