@charset "utf-8";

html,body{
	margin:0;
	padding:0;
	height:100%;
}

header{
	height:calc( 100vw / 300 * 73 );
}

footer{
	position:absolute;
	bottom:0;
	height:calc( 100vw / 300 * 73 );
	width:100%;
}

#content{
	height:calc( 100% - ( 100vw / 300 * 73 ) * 2 );
	overflow:scroll;
}

#content::-webkit-scrollbar {
  display: none;
}


#content ul,#content ul li{
	margin:0;
	padding:0;
	list-style-type:none;
}

#content ul li{
	padding:0px 40px;
	border-bottom:1px solid #FFF;
}
#content ul li:first-of-type{
	border-top:1px solid #FFF;
}

.sounds ,
.stop-button
{
	display: block ;
	width: 100% ;
}
