@charset "utf-8";
main {
	width: 100%;
}
/** Clinic **/
div#clinic {
	clear: both;
	overflow: hidden;
	background: #fff;
}
section#address {
	float: left;
	width: 300px;
}
address {
	font-style: normal;
}
section#openingHours {
	float: right;
	width: calc(100% - 330px);
}
table.general td {
	text-align: center;
}

table#opening.general col.day {
	width: 50%;
}
table#opening.general col.open {
	width: 25%;
}
table#opening.general col.close {
	width: 25%;
}
table.general col.day {
	width: 25%;
}
table.general col.date {
	width: 25%;
}
table.general col.reason {
	width: 50%;
}
table.general tr td:first-child {
	text-align:left;
}
figure#mapBorder {
	clear: both;
	border: 1px solid #295b70;
	margin: 10px 0px 0px 0px;
}
div#map {
	height: 320px;
}

@media only screen and (max-width : 700px) {
section#address {
	float: none;
}
section#openingHours {
	float: none;
	width: auto;
}
}
