@charset "utf-8";

:root {
	--scale-small:0.9;
}

body {
	width:100%;
}

#container {
	width:100%;
}

@media only screen and (max-width:375px) {
/*
body {
	font-size:90%;
}

p.description {
	font-size:16px;
}
*/

#base {
	width:90%;
}

}
