.geoc-map {
    width: 500px;
    height: 500px;
}
/*admin styles */
.boundary-type-form span{font-style:italic;}
.boundary-type-form label{font-weight:700;}
#normal-sortables .boundary-type-form p.submit, 
#normal-sortables #geography_year_repeater p.submit,
#normal-sortables #geography_details p.submit {display:inline-block;text-align:right;float:none;width:100%;box-sizing:border-box;}

#geography_year_repeater label {font-weight:700;}
#geography_year_repeater span{font-style:italic;}

#boundary-type-upload label{font-weight:700;}
#boundary-type-upload span {font-style:italic;}

#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
	z-index: 9999;
}
.geoc-modal{
	max-width:600px;
	width:100%;
}

.message {
	padding:5px;
	font-weight:bold;
	border-left:3px;
}
.message.success{
	border-left:3px solid green;
}
.message.error{
	border-left:3px solid red;
}
.full-width{
	display:inline-block;
	width:100%;
}
.half-width{
	display:inline-block;
	width:50%;
}
.each-boundary {
	border-top:1px solid #ccc;
	padding-top:15px;
}
.each-boundary:first-of-type{
	border-top:0px;
}