* {
	padding: 0;
	margin: 0;
}

a {
	text-decoration:none;
}

a:link {
	color:#37C421;
	
}
a:visited {
	color:#35A423;
}

input[type=submit] {
	font-size:20px;
	line-height: 1.5;
	width: 100%;
}
input[type=button] {
	font-size:20px;
	line-height: 1.5;
	width:100%;
}

body {
	font-family:arial, "lucida console", sans-serif;
	background: #6E746D;
	margin: 0;
}

#container {
	background:white;
	margin: 0 auto;
	padding: 1px;
	max-width: 1000px;
}

#container * { padding: 5px;}

#header { background: #aa8147;}

#content {padding:0;}

#sidebar {background: #f0f3f5;}

#footer {
	background: #353535;
	color:white;
}

@media screen and (min-width:800px) {

	body {margin:20px;}

	#content {
		display:-webkit-flex;
		display:flex;
	}
	
	#sidebar {
		-webkit-flex: 1;
		flex:1;
		-webkit-order: 1;
		order:1;
	}
}
