/* Tiled menu transparent ##################################################### */


.tiles_clear {
	padding: 10px;
	flex: 50%;
	background-color: rgba(72, 60, 50,0);
	margin: 1%;	

}

.tiles_clear table {
	width: 100%;
	height: 100%;
	#border: 1px solid red;
}

.tiles_clear td {
	width: 50%;
	#height: 100%;
	#border: 1px solid yellow;
	#text-align: left;
	vertical-align: top;
	font-size: calc(0.5vw + 10px);
}

.tiles_clear img {
	width: 80%;
	#width: 8vw;
	#border: 1px solid green;
}


.attribute {
	width: 50%;
	text-align: right !important;
	color: var(--gray_shade);
}

.attribute_value {
	text-align: left !important;
	color: var(--whisky_shade);
}

#description {
	padding: 10px;
}


