h3.major {
    margin: 0 0 0.3em 0;
    position: relative;
    padding-top: 0.5em;
	text-align: center;
}

h3.major:after {
    background-image: linear-gradient(to right, #b74e91, #5e42a6);
    -moz-transition: max-width 0.2s ease;
    -webkit-transition: max-width 0.2s ease;
    -ms-transition: max-width 0.2s ease;
    transition: max-width 0.2s ease;
    border-radius: 0.2em;
    bottom: 0.2em;
    content: '';
    height: 0.05em;
    position: absolute;
    right: 0;
    width: 100%;
}



.link{ cursor: pointer; color:whitesmoke; }
.link:hover{text-decoration: underline; color: #5e42a6;}

#albums{ overflow: auto; height:content;}
#albums .album{ padding-left:15px; cursor: pointer; color:whitesmoke; }

#center{ height: content; overflow: auto;}
#right{ height: content; overflow: auto;}
#right .song{ padding-left:20px; position: relative;}
#right .song .delete{ position: absolute; right:4px;}
#right .current{ background:url(../img/play.png) center left no-repeat; }

#bottom{ position: fixed; bottom:0px; left:15%;height: 50%;}



.native-player{
      width: 100%;
}


#volumeBar {
    background-color: #312450;
    border-left: 1px solid #b74e91;
    border-radius: 0px;
    border-bottom-right-radius: 4px;
    padding: 1px;
    border-top-width: 0px;
    padding-top: 0px;
    border-right: 0px;
}
