* {
	margin: 0;
	padding: 0; 
}

html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	height: 100%;
}

fieldset, img {
	border: 0;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(0,0,0);
	font-size: 1.0em;
	font-weight:normal;
	text-align: left;
}
main {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.inner {
	position: relative;	
    margin: 0 auto;
    width: calc(100% - 40px);
	max-width: 760px;
	height:auto;
}
section {
	float: left;
    padding: 30px 0;
    width: 100%;
}

/*
#output {
	float: left;
	padding: 20px;
	width: calc(100% - 40px);
	height: 100%;
	background: rgb(255,255,255);
}
*/
#map {
	float: left;
    margin: 0 20px 20px 20px;
	padding: 0;
	width: calc(100% - 40px);
	height: calc(100% - 300px);
	min-height: 300px;
	background: rgb(241,241,241);
}
#mapcanvas {
	float: left;
	width: 100%;
	height: 100%;
}
article {
	float: left;
	width: 100%;
	height: 400px;
	background: #968D8D

}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 15px 0;
	font-size: 40px;
	font-weight: normal;
	line-height: 1.0em;
}
a {
    text-decoration: none;
}
#error {
	font-weight: bold;
	color: rgb(210,0,0);
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	margin: 5px 0 10px 0;
	border-collapse: collapse;
	width: 100%;
}

table td {
	border: 1px solid rgb(0,0,0);
	font-weight: normal;
	padding: 2px 5px;
	text-align:left;
}

select, 
input, 
textarea {
	float:left;
	padding: 8px 10px;
	width:100%;
	height:40px;
	margin: 0 0 5px 0;
	border: 1px solid rgb(0,0,0);
	background-color: rgb(255,255,255);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.0em;	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type=submit], 
input[type=button], 
input[type=resete] {
    margin: 15px 0 10px 0;
	padding: 15px 0;
    height: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	color: rgb(255,255,255);	
	border: 1px solid rgb(210,0,0);
	background-color: rgb(210,0,0);
    border-radius: 4px;    
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width:100%;
}
input[type=submit]:hover, 
input[type=button]:hover, 
input[type=resete]:hover {
	border: 1px solid rgb(180,0,0);
	background-color: rgb(180,0,0);
}
p.button {
    float: left;
    margin: 15px 0 10px 0;
    width: 100%;
}
p.button a {
    float: left;
	padding: 15px 0;    
    width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	color: rgb(255,255,255);	
	border: 1px solid rgb(210,0,0);
	background-color: rgb(210,0,0);
    border-radius: 4px;    
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
p.button a:hover {
	border: 1px solid rgb(180,0,0);
	background-color: rgb(180,0,0);
}

@media only screen and (max-width: 440px) {
    .mobile {
        display: none;
    }
}

