/* @import url(grid.css); */
@import url(normalize.css);

/* ADD new normalize values here */
* {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
}

 /* ADD new reset values here: */

* {
	margin: 0;
	padding: 0;
}

li {
	margin-left: 20px;
}
.list-none li{
	list-style: none;
	list-style-type: none;
	margin-left: 0px;
}

/* ProcessWire Image Styles */

.align_left {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.align_right {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}
.align_center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
		