<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*.modal-backdrop.in {
    z-index: 0;
}*/

.edit-snippet {
	position: relative;
}
.edit-snippet-btn {
	/*color: white;*/
	position: absolute;
	border: 0;
	background-color: transparent;
	margin-top: -20px;
	background-color: gray;
	border-radius: 30px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 15px;

}
.edit-snippet:hover .edit-snippet-btn {
	color: red;
	/*background-color: transparent;*/
}
.edit-snippet .modal-content {
	padding: 15px;
}
.edit-snippet input[type=text] {
	width: 100%;
}


.opening-title {
	font-family: 'Andika', sans-serif;
	font-size: 30px;
}

.recaptcha-container &gt; div &gt; div {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.food-price {
	margin-left: 5px;
}
p.food-text .food-price {
	margin-top: 0;
	font-size: 20px;
	font-weight: 700;
}

.img-half-w {
	margin-bottom: 20px;
}
.opening-row {
	margin-top: 10px;
}

@media (min-width: 992px) {
	.img-half-w {
		max-width: 40%;
	}
	.img-half-w.left {
		margin-right: 20px;	
		float: left;
	}
	.img-half-w.right {
		margin-left: 20px;	
		float: right;
	}
}</pre></body></html>