*{
	margin: 0 auto;
}
@font-face {
    font-family: AlfaLabOne;
    src: url(ClearSans-Regular.ttf);
}
body {
	background-image: url("img/back2.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed;
	font-family: AlfaLabOne;
}
header{
	background: rgba(12, 18, 255, 0.44);
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	padding: .8em;
	margin-bottom: 1.5em;
}
#mainplayer {
	border-radius: 10px;
	max-height: 100%;
	max-width: 100%;
}
.extra {
	border-radius: 8px;
	background: rgba(32, 111, 232, 0.4);
	height: 400px;
	overflow-y: scroll;
	padding: .5em;
	width: 70%;
}
.maincontent {
	display: block;
	padding: .5em;
}
.pplayer {
	float: left;
	margin: 0 auto;
	max-height: 60%;
	max-width: 70%;
}
.sidepanel {
	color: white;
	float: right;
	text-align: center;
	height: 100%;
	width: 28%;
}
.sidepanel ul{
	list-style: none;
	padding: .3em;
	text-align: left;
}
.sidepanel li{
	list-style: none;
	text-decoration: none;
}
.sub_button {
	background-color: rgba(12, 18, 255, 0);
	border: solid 1px rgba(255, 255, 255, 0.97);
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	margin-bottom: .5em;
	padding-bottom: .5em;
	padding-top: .5em;
	width: 100%;
}
.title {
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
}
