#sidebar {
	display: block;
	padding-top: 70px;
	width: 270px;
	height: 100vh;
	/* max-width: 100%; */
	float: right;
}

#map {
	width: auto;
	height: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

#aboutTabsContent {
	padding-top: 10px;
}

.progress-bar-full {
	width: 100%;
}

.card {
	height: calc(100vh - 70px);
	width: 100%;
	border: none;
	/* padding-left: 10px;
	margin-left: 0px; */
}

.card .card-header {
	width: 100%;
	height: 50px;
	background-color: rgb(240, 240, 240);
}

.card .card-header span {
	font-size: 22px;
	font-weight: 600;
	padding: 10px 0 0 10px;
	margin: 0 0 15px 0;
	color: rgb(51, 51, 51);
	position: relative;
}

.card .card-body {
	width: 100%;
	height: calc(100vh - 130px);
	padding: 0px;
	overflow: auto;
}

.card .card-body .tlegend {
	position: absolute;
	width: 100%;
	height: auto;
	top: 40px;
	left: 0px;
	/* overflow: auto; */
}

.card .card-body .table th {
	font-size: 18px;
	font-weight: 500;
	font-family: roboto, sans-serif;
}

.card .card-body .table td {
	font-size: 15px;
	font-weight: 300;
	font-family: roboto;
	padding-top: 0;
	padding-bottom: 0;
	/* justify-content: flex-end; */
}

.card .card-body .table .legend {
	width: 25px;
	height: 15px;
	border: 1px solid rgb(82, 82, 82);
	margin-left: 20px;
}

/*
.feature-row {
	cursor: pointer;
	width: 250px;
}

.sidebar-wrapper {
	 padding: 20px 20px 0 20px; 
	width: 100%;
	height: 100%;
	position: relative;
}
*/
