.mapplic-list-location .mapplic-thumbnail {
	display: none;
}

/* Level buttons */
.mapplic-mode-buttons {
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
	position: absolute;
	top: 0;
	right: 40px;
	margin: 12px;

	background-color: #fff;
}

.mapplic-mode-buttons > button {
	background-color: #fff;
	border-radius: 0 !important;
	border: none;
	font-size: 12px;
	font-weight: normal;
	height: 32px;
	color: #333;
	padding: 6px 10px;
	line-height: 20px;
}

.mapplic-mode-buttons > button:hover {
	background-color: #CBCFD5;
}

.mapplic-mode-buttons > button.mapplic-selected {
	background-color: #CBCFD5;
	color: #222;
}