/* TODO: Increment $stylesVersion number when stylesheet updated to prevent caching */

body {
	text-align: center;
	background-color: #d4d4d4;
	margin: 8px;
}

img {  
	border-style:		none;
}

#contentWrapper {
	background-color: white;
	-moz-box-shadow: 0px 0px 7px #b2b2b2;
	-webkit-box-shadow: 0px 0px 7px #b2b2b2;
	box-shadow: 0px 0px 7px #b2b2b2;
}

#header {
	height: 106px;
	padding: 8px;
}

#logo {
	float: left;
	width: 26.483%;
	width: calc((125 / (125 + 157 + 190)) * 100%);
	text-align: center;
	min-width: 125px;
}

#logo svg, #logo img {
	padding: 1px 0 1px 0;
}

.branchInfoContainer {
	float: left;
}

#mainInfoContainer {
	width: 33.262%;
	width: calc((157 / (125 + 157 + 190)) * 100%);
	min-width: 157px;
}

#wacrInfoContainer {
	width: 40.254%;
	width: calc((190 / (125 + 157 + 190)) * 100%);
	min-width: 190px;
}

.branchInfo {
	margin: 0 auto;
	border-collapse: collapse;
	vertical-align:	top;
	text-align:	left;
}

.branchInfo .number {
	text-align: right;
}

.poi, .vcard {
	height: 20px;
	padding-left: 10px;
}

.customToolip{
    width: 468px;
    height: 460px;
	max-width: 468px !important;
}

#mosio-widget-container {
	padding: 0 8px 8px 8px !important;
}

.mosio_form_box {
	width: auto !important;
}

#mosio_textarea {
	height: 80px !important;
	margin: 5px 10px 0 0 !important;
	width: 100% !important;
	-moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}