/* a bit hacky */
.field-location > div {
    position: relative;
    padding-bottom: 10px;
    min-height: 25px;
}

.field-location .osmfield-map {
    position: relative;
    left: 0px;
    top: 40px;
    width: 500px;
    margin-bottom: 30px;
}

.field-location input {
    position: absolute;
    left: 105px;
    top: 0px;
}

.project #map-container {
	height: 400px;
}

.project #map {
	width: 100%;
	height: 100%;
	background-color: #f7f7f7;
	position: relative;
}
