/* Azdeus Music v1.0.0 */

body{text-align: center;}

.stereo {background: #111;
margin: 5% 5%;
width: 10%;
height: 80%;
top: 0;
position: absolute;
border-radius: 3px;
box-shadow: 0 0 3px rgba(0,0,0,.1);
box-shadow: 1 1 3px rgba(0,0,0,.1), inset 0 0 1px 1px #fff;
text-align: center;
}

.round{border-radius: 50%; color: #000; width: 75%; margin: 0 auto;}

.stereo-right{right:0;}

.stereo-bottom{left: 50%; width: 20%; margin-left: -10%; top: 65%; height: 20%; }

.mute{background: #300;}

.foot{position:absolute;top:100%; margin-top: -30px;}

#next-btn{position: absolute; top: 50%; left: 50%; width: 10%; margin: 5%; margin-left: -6.25%; }

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
color: #fff;
background-color: #39b3d7;
border-color: #269abc;
}
.btn:active, .btn.active {
outline: 0;
background-image: none;
-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.cast a:hover{text-decoration:none;}