.container {
	width: 80%;
	margin: 0 auto;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}

.header {
	text-align: center;
	color: black;
	height: 100px
}

.header h1{
	margin:auto;
	position:relative;
	top:50%;
}

.main {
	margin:20px;
	text-align: justify;
	float: left;
	width: 100%;
}

.wms_form {
	position: absolute;
	left: 50%; 
	margin-left: -200px;
}

.mapcontrol {
	cursor: pointer;
}

#map {
	 height: 400px;
	 width: 100%;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #00549F;
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover {
    background-color: #407FB7;
}

form {
	margin-top:7px;
}

input,select,textarea {
	display:block;
	margin-bottom:7px;
}

select, textarea {
	border:solid 1px #00549F;
	background-color:rgb(240,240,240);
	width:400px;
	width:100%;
}

input[type=text] {
	border:solid 1px #00549F;
	background-color:rgb(240,240,240);
	width:100%;
}

input[type=button] {
	font-weight:bold;
	color: black;
	border:ridge 1px #407FB7;
	background-color:rgb(240,240,240);
}

input[type=button]:hover {
	border:solid 1px #00549F;
	color: white;
	background-color:#407FB7;
}

#layertable {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
	margin-top:7px;
}

.lttd, .ltth {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

.lttr:nth-child(even) {
    background-color: #dddddd;
}

 /* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
} 



