.nsb-chart-container {
	min-height: 500px;
}

.nsb-chart-container #nsb_chart_div {
	border: 1px solid black;
	min-height: 500px;
	margin-bottom: 1em;
	border-radius: 5px;
}
.nsb-chart-container #nsb_chart_div svg {
	border-radius: 5px;
}

.chart-footnote {
	font-size: 0.9em;
}

.nsb-chart-container #nsb_chart_div p.loading {
	padding: 1em;
}

.nsb-tooltop-content-row {
	display: none;
}

.nsb-infobox {
    min-height: 35%;
    border: 1px solid #000;
    padding: 1em;
    margin-bottom: 1em;
    border-radius: 5px;
}

.nsb-infobox .nsb-tooltop-title {
	font-size: 1.5em;
    font-weight: 500;
}

.nsb-infobox .nsb-tooltop-content-row {
	display: block;
}

.nsb-infobox .nsb-tooltop-content-row span {
	font-weight: 500;
}

.nsb-nsb_zoomout button.btn {
    padding: 7px 19px 9px 19px;
}

.nsb-nsb_zoomout button.btn::after {
	display: none;
}

.nsb-nsb_zoomout button.btn:disabled {
	opacity: 0.5;
}

.nsb-map-preview {
	position: relative;
	background-image: url(../images/nsb-map-preview.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 2em;
	margin-bottom: 1em;
}

.nsb-map-preview img {
	display: none;
}

.nsb-map-overlay {
	display: table;
	width: 550px;
	max-width: 90%;
	height: auto;
	margin: 0 auto;
	background: #ffffff;
	padding: 2em;
	text-align: center;
}

.nsb-key-container {
	margin-bottom: 1em;
}

.nsb-key-container-inner {
	display: none;
}

.nsb-key-item-box {
    width: 1.5em;
    height: 1.5em;
    float: left;
    margin-right: 1em;
    margin-bottom: 0.5em;
    border: 1px solid #000;
    border-radius: 5px;
}

.nsb-key-item-text {
	width: 80%;
    float: left;
    margin-bottom: 1em;
}

.nsb-key-item-box.adopted,
.nsb-container table tr td.status-1 {
	background-color: blue;
}

.nsb-key-item-box.for-sale,
.nsb-container table tr td.status-2 {
	background-color: darkturquoise;
}

.nsb-key-item-box.not-available,
.nsb-container table tr td.status-3 {
	background-color: khaki;
}

.nsb-container table tr td.status-0,
.nsb-key-item-box.no-info {
	background-color: #fff;
}

.nsb-key-item {
    clear: both;
}

.nsb-container table {
	width: 100%;
}

.nsb-container table tr {
	border: 1px solid #000000;
}

.nsb-container table tr.details-row {
	display: none;
	background-color: cornsilk;
}

.nsb-container table tr td:first-child {
	width: 50px;
}

.nsb-container table tr td:last-child {
	width: 200px;
}

.nsb-container table tr th,
.nsb-container table tr td {
	padding: 0.5em;
	border: 1px solid;
}

.nsb-container table tr td button {
	margin: 0 auto;
    display: block;
}

.nsb-search-box-container {
	margin-bottom: 1em;
	display: none;
}

.nsb-alphabet-filter {
	max-width: 768px;
}

#nsb-alphabet-filter-list {
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0 -0.5em 0.75em;
	text-align: left;
}

.nsb-alphabet-filter li {
	display: inline-block;
	float: left;
	margin: 0 0.4em;
}

.nsb-alphabet-filter input[type="radio"] {
	display: none;
}

.nsb-alphabet-filter label {
	font-weight: 500;
	cursor: pointer;
	margin: 0;
}

.nsb-alphabet-filter input[type="radio"]:checked + label {
	font-weight: 600;
	border-bottom: solid 2px #000000;
}

@media screen and (max-width: 1024px) {

	#nsb-alphabet-filter-list {
		text-align: center;
	}

	.nsb-alphabet-filter li {
		float: none;
	}

}

@media screen and (max-width: 768px) {

	.nsb-container table tr td:last-child {
		width: 150px;
	}

	#nsb-alphabet-filter-list {
		margin-bottom: 0.25em;
	}

	.nsb-alphabet-filter li {
		margin: 0 0.5em 0.5em;
	}

}
