.box {
	border-radius: 10px;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
	margin: 10px;
}

@media screen and (max-width: 768px) {
	.btn-secondary .text {
		display: none;
	}
}
.myLabel {
	padding-right: 5px;
	font-weight: bold;
}
.textmarker {
	background-color: yellow;
	color: black;
}


.input-group-prepend button {
	background-color: #ffffff;
	color: black !important;
}