.audioPlayer	{
	background: #000000;
	margin: 10px auto;
	width:420px;
	height:20px;
	padding: 0;  
	-moz-box-shadow: inset 0 2px 7px #1e0219;
	-webkit-box-shadow: inset 0 2px 7px #1e0219;
	box-shadow: inset 0 2px 7px #1e0219;
	border-radius: 3px;
}
	
.audioPlayer div	{	
	float:left;	
}

.controlIcon {
	padding: 3px 10px 3px 5px;
}

.controlIcon div:hover	{
	cursor:pointer;
}
	
.audioPlayer .controlIcon .play {
	width:0px; 
	height:0px; 
	border-left:14px solid #f76700; 
	border-top:7px solid transparent;  
	border-bottom:7px solid transparent; 
	margin:0 auto; 
	font-size:0px;
	line-height:0px;
}
	
.audioPlayer .controlIcon .pause {
	border:5px solid #f76700;
	border-top:none;
	border-bottom:none;
	width: 4px;
	height:14px;
	margin:0 auto; 
	font-size:0px;
	line-height:0px;
}
	
.audioPlayer .progress	{
	position:relative;
	width:330px;
	height:12px;
	margin: 4px 0;
	background: #3e2239;
}

.audioPlayer .progress div {
	position:absolute;
	height: 12px;
}
	
.audioPlayer .progress .loadbar	{
	top:0;
	left:0;
	background: #cacaca;
	margin:0;
}
	
.audioPlayer .progress .playbar {
	top:0;
	left:0;
	background: #f76700;
	margin:0;
}
	
.audioPlayer .time {
	font-size:10px;
	font-family: Verdana, sans-serif;
	right:5px;
	color: #000000;
}
.audioPlayer .progress .sensor {
	width:100%;
}
.audioPlayer .progress .sensor:hover {
	cursor:pointer;
}
	
.audioPlayer .volume {
	position:relative;
	width:48px;
	height:14px;
	margin:0;
	padding: 3px 5px;
}
.audioPlayer .volume .sensor {
	position:absolute;
	width:52px;
	height:14px;
	left: 3px;
	top: 3px;
}
.audioPlayer .volume .control	{
	width:0px; 
	height:0px; 
	border-right:48px solid #cacaca; 
	border-top:14px solid transparent;  
	font-size:0px;
	line-height:0px;
}
.audioPlayer .volume .mask {
	position:absolute;
	width:48px;
	height:14px;
	overflow:hidden;
}
.audioPlayer .volume .mask .amount {
	position:relative;
	width:0px; 
	height:0px; 
	border-right:48px solid #f76700; 
	border-top:14px solid transparent;  
	font-size:0px;
	line-height:0px;
}
.audioPlayer .volume .sensor:hover {
	cursor:pointer;
}

.make_go_play {
	display: none;
	position:absolute;
	z-index:100;
	box-sizing: border-box;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding-top:10%;
	text-align:center;
	opacity:0.9;
	cursor: pointer;
}

.entry_tiny a {
	display: block;
	background: #3e2239;
	padding: 3px 5px;
	margin: 5px;
}

.playlist_entry a.mainBox {
	padding-bottom: 15px;
	width: calc(100% - 170px);
}


#playlist {
	padding: 10px;
	padding-bottom: 10px;
}

.favorited {
	padding: 5px;
}

#scope {
	position: fixed;
	width: 100%;
	height: 25px;
	bottom: 0px;
}

#scope canvas {
	width: 100%;
	height: 200px;
	filter: drop-shadow(0 0 7px #000000);
}

#scope .user_settings {
	position: absolute;
	top: 5px;
	right: 5px;
	color: #f76700; 
}

#scope .stats {
	position: absolute;
	top: 5px;
	left: 10px;
	color: #f76700; 
}
