﻿body {
background: url(/new_grad3b.png);
-moz-background-size: 100%; /* Firefox 3.6+ */
-webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
-o-background-size: 100%; /* Opera 9.6+ */
background-size: 100%; /* Современные браузеры */
}
.navigation {
	text-align: center;
	font-weight: bold;
	color: blue;
}	
.head-word {
	font-size: 1.5em;
	font-weight: bold;
	margin: 2px 0;
}
.playing a {
	background-color: #e3e3e3;
	padding: 10px;
	margin-right: 5px;
	margin-bottom: 50px;
	color: black;
}
.elem-cen {
	display: flex;
	justify-content: center;
}
ol#music_list {
	margin-top: 12px;
}
#music_list li {
	/*display: inline-block;*/
	margin: 1px;
}
#music_list > li > a {
	padding: 2px;
	margin-right: 5px;
	font-size: 1.2em;
	line-height: 0.7em;
}


}
footer {
	margin: 15px 0;
}
a#down-btn {
    height: 35px;
    padding-top: 4px;
}
.audiojs {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4dceff), color-stop(0.5, #4b8bff), color-stop(0.51, #4d8cff), color-stop(1, #364fa9));
    background-image: -moz-linear-gradient(linear, left top, left bottom, color-stop(0, #4dceff), color-stop(0.5, #4b8bff), color-stop(0.51, #4d8cff), color-stop(1, #364fa9));

}
