@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:400,300);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,300);

body { padding: 0px; margin: 0px; }
body, td, input, textarea, select { font-family: 'Open Sans'; font-weight: 300; font-size: 16px; line-height: 22px; color: #555; }

h1, h2, h3, h4, h5 { margin: 0px; padding: 0px; font-weight: normal; }
h1 { font-family: 'Source Sans Pro'; font-weight: 400; font-size: 40px; line-height: 45px; margin-bottom: 25px; }
h2 { font-family: 'Source Sans Pro'; font-weight: 300; font-size: 32px; line-height: 36px; margin-bottom: 15px; margin-top: 35px; }
h3 { font-family: 'Source Sans Pro'; font-weight: 300; font-size: 25px; line-height: 29px; margin-bottom: 25px; }
h4 { font-family: 'Source Sans Pro'; font-weight: 400; font-size: 22px; line-height: 24px; margin-bottom: 10px; }
p { margin: 0px; padding: 0px; margin-bottom: 15px; }
a { color: #00b0e8; text-decoration: none; outline: none; }
a img { border: none; }
ul li { margin-bottom: 10px; }

#container { padding-bottom: 30px; }
#container .wrap { max-width: 800px; margin: 0px auto; }
#header { padding-top: 30px; }
#logo { margin-bottom: 20px; }

.button { background-color: #00b0e8; font-weight: 400; padding: 6px 24px; color: #fff !important; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; border: none; font-family: 'Open Sans'; font-size: 15px; display: inline-block; }
.button:hover { background-color: #555 !important; }

#services { margin-top: 30px; margin-bottom: 0px; padding: 10px 20px; padding-right: 0px; border-top: 1px solid #d3d3d3; border-bottom: 1px solid #d3d3d3; margin-bottom: 30px; }
	#services .service { padding: 5px 0px; padding-left: 30px; line-height: 24px; font-family: 'Source Sans Pro'; font-weight: 300; font-size: 15px; border-top: 1px solid #d3d3d3; }
	.status { width: 22px; height: 22px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; display: inline-block; margin-right: 8px; position: relative; top: 3px; }
	.status.online { background-color: #28c940; }
	.status.offline { background-color: #D42C2F; }
	.service .online { color: #229926; }
	.service .offline { color: #D42C2F; }
	
	.normal { font-size: 22px; line-height: 24px; font-family: 'Source Sans Pro'; }
#all_services { display: block; padding-top: 10px; margin-bottom: -8px; }

.section { border-bottom: 1px solid #eee; padding-bottom: 30px; margin-bottom: 30px; }
.section.last { border-bottom: none; padding-bottom: 0px; }

.icon { width: 45px; height: 45px; float: left; margin-right: 10px; position: relative; top: -5px; margin-left: 9px; }
	.icon img { max-width: 100%; height: auto; }
.notice { margin-top: 25px; margin-bottom: 0px; padding: 20px; background-color: #eee; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }

.contact strong { width: 70px; display: inline-block; text-transform: uppercase; font-size: 15px; }
.last_updated { padding-top: 0px; margin-bottom: 0px; font-size: 13px; color: #999; }

input[type=text], input[type=password], textarea, select { color: #3c3e45; font-family: Open Sans; font-size: 14px; line-height: 20px; padding: 10px 12px; border: 1px solid #999; resize: none; font-weight: 300; border-radius: 2px; width: 100%; max-width: 100%; box-sizing: border-box; margin-top: 5px; }
input[type=text]:Focus, textarea:focus, select:focus { border: 1px solid #555; }
input.error,
select.error,
textarea.error { background-color: #fee; border-color: #b05e5f; }
label.error { color: #ff0000; }

#popup { width: 500px; }

#servicetable { border-collapse: collapse; }
#servicetable td { border-bottom: 1px solid #ccc; padding: 5px; }
	

@media only screen and (min-width : 320px) and (max-width : 767px){
	#container .wrap { padding: 0px 20px; }
	#logo img { max-width: 95%; height: auto; }	
	h3 { font-size: 22px; line-height: 27px; }
	h2 { font-size: 30px; line-height: 36px; }
	#popup { width: 300px; }
	.normal { font-size: 18px; line-height: 24px; }
}