/* - BASE - */

html {
	width: 100%;
	background: #fff;
	text-align: center;
}

body {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background: #fff;
	color: #484236;
}

body,
table tr td {
	font: 400 14px/20px 'Open Sans', sans-serif;
}

body strong,
table tr td strong,
body b,
table tr td b {
	font-weight: 600;
}

img {
	border: none;
	display: inline-block;
}

img.responsive-image {
	width: 100%;
	display: block;
}

img.max-image {
	max-width: 100%;
	display: block;
}

#website-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0;
    margin: 0;
}

.table-content {
	display: table;
}

.table-content > .table-content-cell {
	display: table-cell;
	vertical-align: middle;
}
