/*-------MUSIC PLAYER BY GLENTHEMES-------*/
#glenplayer02 {
position:relative;
display:flex;
z-index:99;
background-color:#fff5dd;
padding:5px;
margin-top:-10px;
margin-bottom:10px;
margin-left:-8px;
width:100%;
height:25px;
border-bottom:5px solid #e34989;
}
#glenplayer02 a {text-decoration:none;}
 
#glenplayer02 > div {
align-self:center;
}
 
.music-controls {
user-select:none;
-webkit-user-select:none;
width:13px;
font-size:18px;
cursor:pointer;
}

.playy, .pausee {color:#ffadc6; text-shadow: 2px 0 #e34989, -1px 0 #e34989, 0 2px #e34989, 0 -1px #e34989,
             1px 1px #e34989, -1px -1px #e34989, 1px -1px #e34989, -1px 1px #e34989; /* color of play & pause buttons */
}
 .pausee {display:none;}
 
.sonata {
margin-left:10px;
width:100%;
 line-height: 1.2em;
font-family: 'cheese', comic sans ms;
font-size:18px;
color:#ffadc6;
font-weight: bold;
text-shadow: 2px 0 #e34989, -1px 0 #e34989, 0 2px #e34989, 0 -1px #e34989,
             1px 1px #e34989, -1px -1px #e34989, 1px -1px #e34989, -1px 1px #e34989;
             /* color of song title symbol */
}
 
.labeltext {
position: relative;
bottom:10px;
font-family: 'cheese', sans-serif;
font-size:16px;
color:#ffadc6;
font-weight: bold;
}