/*/////  audio /////*/
.embed-header, .embed-footer{
	color: #ffffff;
	background-color: #061848;
}
.embed-header{
	border-bottom: 1px solid #3193c0;
}
div#playerWrap, #audiowrap{
	border-right: 1px solid #061848;
}
.embed-footer{
	border-top: 1px solid #ffffff;
}
.embed-header a, .embed-footer a{
	color: #3193c0;
	text-decoration:none
}
.embed-header a:hover, .embed-footer a:hover{
	color: #ffffff;
}
#song{
	color: #ffffff;
	background: #3193c0;
}
div#songTitle, #songCount {
	color: #ffffff;
}
#audiowrap button{
	color: #ffffff;
	background: #061848;
	border: 1px solid #3193c0;
}
#audiowrap button:hover{
	color: #ffffff;
	background: #3193c0;
	border: 1px solid #061848;
}

input[type=range]::-moz-range-track {
    background: #3193c0;
    border: 1px solid #061848;
}
input[type=range]::-moz-range-thumb {
    background: #061848;
    border: 1px solid #3193c0;
}

#progressBar {
	background-color: #ffffff;
	border: 1px solid #061848;
}
#bufferBar {
	background-color: #3193c0;
}
#timeBar {
	background-color: #3193c0;
}
.currenttime, .totaltime {
	color: #061848;
}

.plUL li {
	color: #ffffff;
	background: #3193c0;
}
.plUL li:hover, .plUL li.plSel, .plUL li.plSel:hover {
	color: #ffffff;
	background: #061848;
}
.plUL li:not(:last-child) {
	border-bottom: 1px solid #ffffff
}
@media screen and (max-width: 768px) {
}
