@charset "UTF-8";
/* CSS Document */

.logo h1{
	margin: 20% auto 14% auto;
	text-align: center;
	}
.logo h1 img{
	width: 200px;
	height: auto;
}
a{
	text-decoration: none;
}
address{
	font-size: 13px;
	text-align: center;
	position: absolute;
	margin-left: -40px;
	bottom: 20px;
	left: 50%;
}
.company-table{
	width: 80%;
	margin: 0 auto;
	font-size: 13px;
}
.company-table th{
	padding: 6px 10px 0 10px;
	display: block;
	vertical-align: top;
	font-size: 11px;
}
.company-table td{
	padding: 0 10px 4px 10px;
	display: block;
}