#bk-interactive-map-editor {
	height: calc(100% - 56px);
}
#bk-interactive-map-editor>.row{
	height: 100%;
}
#bk-interactive-map-editor>.row>[class*='col']{
	height: 100%;
}

#bk-interactive-map-editor .editor-controls {
	display: -webkit-inline-box;
	padding-bottom: 10px;
}

#bk-interactive-map-editor .editor-controls input[type="button"] {
	margin-top: -2px; 
	margin-left: 10px;
}

#bk-interactive-map-editor #bk-interactive-map_feature-type-selector {
	margin-right: 5px;
}

#bk-interactive-map-editor .editor-controls input[name="bk-interactive-map_feature_value"], textarea[name="bk-interactive-map_feature_value"] {
	width: 605px;
}