@charset "UTF-8";

.trattoria {
	position: relative;
	width: 900px;
	margin: 0 auto;
}
.trattoria .dessert {
	position: absolute;
	top: 7px;
	left: 516px;
	width: 300px;
	border: 1px solid #eac353;
}
.trattoria .dessert img {
	width: 100%;
	height: auto;
}
.trattoria .dessert .text {
	background: #fffcdb;
	font-size: 11px;
	line-height: 1.5;
	padding: 10px;
}
.trattoria .dessert .text strong {
	font-size: 12px;
}