/* reset global settings */

* {
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
}

html, body {
	padding: 0;
	margin: 0;
}

:link, :visited {
	text-decoration: none;
}

a img, :link img, :visited img {
	border: none;
}

/* tables still need cellspacing="0" in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}

caption, th, td, center { 
	vertical-align: top;
	text-align: left;
}

ul, ol { 
	list-style: none; 
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

