@charset "utf-8";
/* Simplfy width and height calculations */
html {
	box-sizing: border-box;
}
	*, *:before, *:after {
		box-sizing: inherit;
}

