* {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	height: 100%;
	min-height: 100%;
	font-size: 12px;
	font-family: "Open Sans";
	overflow: hidden;
}

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	background: #EFEFEF;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	zoom: 0;
}

* {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-moz-osx-font-smoothing: grayscale;
	outline: none;
	box-shadow: none;
}


button {
	border: none;
	background: none;
	cursor: pointer;
	outline: none;
}

button.active { cursor: default; }

p:empty { display: none; }

a[href=""], .nolink { pointer-events: none; }

a.c_inherit { color: inherit; }

ul.categories {
	margin: 0;
	list-style: none;
	display: block;
	padding-bottom: 20px;
	background: #fff;
	position: relative;
}

ul.categories li {
	display: inline-block;
	vertical-align: top;
	color: #565d66;
	font-family: sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	padding-left: 20px;
}

ul.categories li a {
	color: inherit;
	text-decoration: none;
	outline: none;
}

ul.categories:after {
	height: 1px;
	background: #d2d2d2;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 1px;
	content: "";
	display: inline-block;
}
