body {
	line-height: 1.4;
}

body,
div,
td,
ul,
ol,
li,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6{
	margin: 0;
	padding: 0;
	height: auto;
}

form *,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 1em;
	font-weight: normal;
}

p {
	margin-bottom: 1em;
}

table {
	font-size: 1em;
	border-collapse: collapse;
	border-spacing: 0;

}

table th,
table td {
	vertical-align: top;
	text-align: left;
}

ul,
ul li {
	list-style-type: none;
}

img {
	border: 0;
}

.invisible,
.noscript {
	display: none;
}

.hidden {
	visibility: hidden;
}

.with-clear {
	height: 1px;
}

html>body .with-clear {
	height: auto;
}

html>body .with-clear:after {
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
}

.wrapper {
	width: 100%;
}

.nobr {
	white-space: nowrap;
}

.first-child {
	margin-top: 0 !important;
}

.before-list {
	margin-bottom: 0;
}