/* 
  ------------------------------------------------
custom
  ------------------------------------------------
*/
.button a {
	background-color: #E4E4E3;	
	margin: 1.1em 0;
	display: block;
	padding: 4px 5px 5px 5px;
	color: black !important;
	font-size: 1.0625em;
	text-align: center;
	border-radius: 6px;
	box-shadow: 0px 3px 6px 2px rgba(0, 0, 0, 0.6);
	text-decoration: none;
	text-underline: none;
	transition-property: background-color;
	transition-duration: 1s;
}
.button a:hover {
	background-color: #AAD4FF;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.button_red a {
	background-color: #DC060D;
	margin: .8em 0;
	display: block;
	padding: 4px 5px;
	color: white !important;
	font-size: 1.0625em;
	text-align: center;
	border-radius: 6px;
	box-shadow: 0px 3px 6px 2px rgba(0, 0, 0, 0.6);
	text-decoration: none;
	text-underline: none;
	transition-property: background-color;
	transition-duration: 1s;
}
.button_red a:hover {
	background-color: #AAD4FF;
	color: black !important;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.box4 {
	max-width: 100%;
	margin-top: 30px;
	padding: 1em;
	font-size: 0.875em;
	text-align: justify;
	line-height: 1.5em;
	color: #000000;
	border-radius: 5px;
	border: thin solid #E9E9E9;
	background-color: #FFFFFF;
	-webkit-box-shadow: 3px 3px 7px #BDBDBD;
	box-shadow: 3px 3px 7px #BDBDBD;
}
.box5 {
	width: 87, 5%;
	font-size: 0.9375em;
	margin-top: .5em;
	padding: 1em .5em 0;
	line-height: 1.1em;
	color: #000;
	background-color: #F8F8F8;
	border: thin solid #D7D3D3;
	border-radius: 10px;
	-webkit-box-shadow: 3px 3px 3px 3px #D8D7D7;
	box-shadow: 3px 3px 3px 3px #D8D7D7;
}
.weekdays {
	font-size: 0.9375em;
}
.hosted {
	color: #000000;
	font-size: 0.75em;
}
.space {
	padding-bottom: 3.2em;
	font-weight: 700;
}
.lineheight {
	line-height: 1.3em; 
	font-size:15px;
	text-align:justify;
}
.center {
	text-align: center;
	font-size: 1.0625em;
}
.mail {
	font-size: 1.0625em;
	font-weight: 600;
}
.pop_center {
	text-align: center;
	text-decoration: none !important;
}
.pop_center a:link {
	color: #DC0509;
	text-decoration: none !important;
}
.pop_center a:hover, a:focus {
	color: #FF0130;
}
#p7MGM_1  a:link, #layout-container a:visited {
	text-decoration: none;
	color: #000000;
}
#p7MGM_1  a:visited {
	color: #000000;
}
#p7MGM_1  a:hover {
    color: #345ED4;
}
.table {
    border-collapse: separate;
    border-spacing: 0px 10px;
}
.table td {
	border: 1px solid #fff;
	padding: 12px 10px 12px 10px !important;
	font-size: 0.9375em;
	vertical-align: middle;
}
.table th {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    background-color: #E8EBEC;
    text-align: left;
    font-weight: 400;
    line-height: 1.6em;
    padding: 12px 10px 12px 10px !important;
    font-size: 0.9375em;
    border-color: #333333;
    border-width: 1px;
    border-bottom-style: solid;
   }
