@charset "utf-8";

@media (min-width: 576px) {		
	.sizehelper:before {
		content: "SM";
	}
	
	body {
		font-size: 15px;
	}
}