html
{
	height: 100%;
}


body 
{
	min-height: 100%;
	width :100%;
	margin: auto;
	font-family: Arial;
}


header
{
	background-color: lightgrey;
	width: 100%;
	position: fixed;
	height: 40px;
	top: 0;
	text-align: center;
}


section
{
	position:fixed;
	top: 40px;
	bottom: 80px;
	width: 100%;
	height: calc(100% - 100px);
	background-color: white;
	overflow: auto;
}

.albums_vertical_img
{
	width: 60px;
}

#div_albums
{
	float: left;
	width: 30%;
	height: 100%; /*calc(100% - 120px);*/
	overflow-y: scroll;
	text-align: center;
}

#div_titles
{
	float: left;
	width: 70%;
	height: 100%; /*calc(100% - 120px);*/
	overflow-y: scroll;
	text-align: center;
}


.main_album_img
{
	width: 80%;
}

.table_album
{
	margin: auto;
	width: 90%;
	border-collapse: collapse;
}

.table_album td
{
	border: 1px solid grey;
	text-align: center;
	font-size: 0.8em;
}



#player_table
{
	margin: auto;
	width: 100%;
}


#player_table td
{
	text-align: center;
	vertical-align: middle;
	font-size: 0.8em;
}





footer
{
	background-color: lightgrey;
	width: 100%;
	position: fixed;
	padding-top: 2px;
	height: 64px;
	bottom: 0;
	border-top: 1px solid black;
	text-align: center;	
}
