/*-------MUSIC PLAYER BY GLENTHEMES-------*/
#glenplayer02 {
position:relative;
width:50px
;z-index:5
}
div.ex2 {
width: 50px;
background:rgb(255, 0, 0);
opacity:0.75;
margin: auto;
border: 3px double #fffb00;
padding:5px;
}
#glenplayer02 a {text-decoration:none;}
 
#glenplayer02 > div {
align-self:center;
-webkit-align-self:center;
}
 
.music-controls {
user-select:none;
-webkit-user-select:none;
width:13px;
font-size:13px;
cursor:pointer;
}
 
.playy, .pausee {color:#000;} /* color of play & pause buttons */
 
.pausee {display:none;}
 
.sonata {
margin-left:10px;
color:#000000; /* color of music note symbol */
}
 
.labeltext {
margin-left:8px;
color:#000000; /* color of song title */
}