/* General Demo Style */
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);

/*html { height: 100%; }*/

*,
*:after,
*:before {
	/*-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;*/
	padding: 0;
	margin: 0;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */


/*.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}*/
