#container{
	width: 800px;
	font-family: Courier;
	margin: 0px auto;
	text-align: center;
	font-size: 11px;
}
#loginMenu{
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 10px;
}
#profileForm{
	margin: 20px 0;

}
#allUsers{
	text-align: center;
	
	margin: 0px auto;
	text-align: left;
}
#allUsers td{
	min-width: 100px;
}
#profileForm .key{
	font-weight: bold;
	display: block;
	margin-top: 5px;
}
#menu{
	margin-top: 20px;
	text-align: right;

}
#menu a{
	display: block;
}
#header{
	font-family: "Futura",Helvetica,Arial, Sans-serif;
	font-weight: bold;
	margin: 40px 0;
}
#map{
	width: 100%;
	height: 761px;
}
.leaflet-container{
	background: #fff;
	font-family: Courier, monospace;
	font-size: 10px;
}
 .leaflet-bottom {
	display: none;
}
.btn{
	background: #000;
	color: #fff;
	display: inline-block;
	margin: 1px;
	padding: 2px;
}
.btn:hover{
	background: #14AEE9;
}
.editBar{
	position: absolute;
	cursor: pointer;
	top: 5px;
	left: 5px;
}
.popup_content{
	margin-top:40px;
}
.popup_content .row{
	margin-bottom: 5px;
}
.editBtn[data-editing]{
	background: #F83036;
}
.editBtn[data-editing]:hover{
	background: #F83036;
}
.popup_content .row.timestamp,
.popup_content .row.member{
	font-size: 8px;
	font-style: italic;
}
.successBox{
    background: #C0D9AF;
    border: 1px solid #488214;
    color: #488214;
    padding: 5px;
    margin-bottom: 15px;
    width: 100%;
}
.errorBox{
    background: #fac5c5;
    border: 1px solid #b10000;
    color: #b10000;
    padding: 5px;
    margin-bottom: 15px;
    width: 100%;
}
#login_wpr{
	width: 300px;
	margin: 0px auto;
}
#login_wpr input[type="password"]{
	font-size: 18px;
	font-family: Courier, monospace; 
	padding: 10px;
	text-align: center;
	width: 100%;
}
#login_wpr input[type="submit"]{
	margin-top: 20px;
	background: #000;
	font-family: Courier, monospace; 
	border: 0;
	color: #fff;
	padding: 10px;
}
