/*!*********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-4.use[1]!./js/insecure/pbt/pages/advertisementsearch/advertisementsearch.css ***!
  \*********************************************************************************************************************************************/
.advertisement-result-row {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	cursor: pointer;
	border-top: 2px solid #676767;
}

.row-hovered-on-map,
.advertisement-result-row:hover {
	background-color: lightblue;
}

#advertisement-search-results {
	margin-top: 20px;
}

/* --- EXTERNAL SPATIAL LAYER TABLE ----- */
#address-map-wrapper {
	height: 600px;
	position: relative;
	border: 1px solid #e0e0e0;
}

ul.select2-selection__rendered li {
	margin-top: 5px;
	margin-bottom: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	margin-top: 9px;
}

.toastui-editor-contents p {
	margin: 0px;
	font-size: 16px;
	font-weight: inherit;
}

