#leaflet-map {
	height: 320px;
	margin-top: 50px;
}

.whole-screen {
	width: 100%;
	height: 100vh;
}

.whole-width {
	width: 100%;
}

.menu {
	height: 50px;
	background-color: #00a9ce;
	color: #b2e5f0;
	padding-top: 5px;
}

.desktop-friendly-size {
	background-color: black;
	max-width: 500px!important;
	margin-left:auto;
	margin-right:auto;
}

.black{
	background-color: rgb(230, 229, 229);
}

.dashcard {
	background-color: white;
	padding-top: 10px;
	padding-bottom: 10px;
}

.flex-even {
	flex: 1;
}

.settings-icon {
	height: 20px;
	vertical-align: unset;
	margin-bottom: 5px;
}

.main {
	background-color: #B2E5F0;
}

.card {
	border: 0px;
}

.list-group-item.active,
.btn-nrf {
	color: white!important;
	background-color: #00a9ce;
	border-color: #00a9ce;
}

.nrf-blue {
	color: #00a9ce;
}

.nrf-light-blue {
	color: #b2e5f0;
}

.top-card {
	margin-top: 70px;
}

.border-bottom {
	border-bottom-color: lightgrey;
}

border-right {
	border-right-color: lightgrey;
}

#splashView {
	background-color: #B2E5F0;
}


#flip-image {
	width: 100px;
}
