#left-menu
{
	display: block !important;
}

header
{
	overflow: hidden;
	position: relative;
	top: 0px;
	width: 100%;
	background-color: #FFF;
	left: 0px;
}

header > a > img
{
	width: 86%;
	max-width: 315px;
	position: relative;
	top: 2px;
}

header > div
{
	width: 100%;
	position: relative;
	left: 0px;
	top: 0px;
	padding: 3px;
	background-color: rgba(50, 57, 109, 1);
}

header > div > a
{
	padding-right: 4px;
	font-weight: normal;
	font-size: 80%;
	color: #FFF;
	margin: 0px;
}

button
{
	background-color: rgba(243, 155, 19, 1);
	position: relative;
	width: 86%;
	margin-top: 10px;
	font-size: 1.5em;
	border: 2px solid #e98709;
	border-radius: 10px;
}

h2
{
	color: #57ae4a;
	font-size: 1em;
}

img{
	height: 95px;
	display: inline;
}

hr{
	width: 0%;
	border: 1px solid #ce1719;
}

footer{
	position: fixed;
	width: 100%;
	background-color: #57ae4a;
	bottom: 0px;
}

#myadv{
	background-color: rgba(40, 40, 40, 1); 
	color: white; 
	width: 100%; 
	z-index: 9999; 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	transform: translate(0px, 0px);
}

#myadv img{
	width: 100%;
	height: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}

body :not(.mobile){
	display: none;
}

body{
	margin: 0px;
	background-color: rgba(206, 23, 25, 1);
	text-align: center;
}