body {
	font-family: Roboto, sans-serif ;
}
img {
	max-width: 100% ;
	width: auto ;
	height: auto ;
}
input, select, button, textarea {
	max-width: 100% ;
}
meter, progress, output {
	max-width: 100% ;
}
div#centrecombo {
	float: right ;
	width: 80% ;
	color: inherit ;
	background-color: #fff ;
}
div#othersidecol {
	float: left ;
	width: 25% ;
	color: #336699 ;
	background-color: #fff ;
}
div#sidecol {
	float: right ;
	width: 20% ;
	color: #336699 ;
	background-color: #fff ;
}
div#content {
	float: left ;
	width: 75% ;
	color: #336699 ;
	background-color: #fff ;
}
@media only screen and (max-width: 629px) {
	div#sidecol {
		float: none ;
		width: 100% ;
	}
	div#content {
		float: none ;
		width: 100% ;
	}
	div#othersidecol {
		float: none ;
		width: 100% ;
	}
	div#centrecombo {
		float: none ;
		width: 100% ;
	}
}
div#contproper {
	padding-left: 5px ;
	padding-right: 5px ;
}
div#container {
	color: inherit ;
	background-color: #fff ;
}
div#sideproper, div#othersideproper {
	padding-left: 5px ;
	padding-right: 5px ;
}
