﻿@charset "utf-8";
#company table {
	margin: 0 auto 30px auto;
	text-align: left;
}
th {
	min-width: 100px;
	padding: 16px;
	font-size: 1rem;
	text-align: left;
	border: none;
	border-bottom: 1px solid #333;
	background: none;
	font-weight: normal;
}
td {
	padding: 16px;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #bbb;
	background: none;
	line-height: 150%;
	font-weight: normal;
}

.googlemaps {
	width: 100%;
	height: 300px;
}
@media screen and (min-width:480px){
}
@media screen and (min-width:768px){
}