@CHARSET "UTF-8";

body {
	background-image: url('/images/patterrific_text_8wood05.jpg'); /*  Copyright © Patterrific */
	color: #DDD;
	max-width: 1200px;
}

p {
	text-indent: 2em;
	margin-bottom: 1.166em;
}

* p:last-child {
	margin-bottom: 0;
}

#ESDef, footer section {
	background-color: rgba(38, 90, 133, 0.75); /* Woad, transparency */
	padding-left: 20px;
	border-radius: 15px;
	width: 100%;
}

footer>section {
	clear: left;
	text-align: center;
	padding: 1em;
}

footer {
	margin-top: .5em;
}

#ESDef dt {
	height:70px;
	font-size:60pt;
	display: table-cell;
	vertical-align:middle;
}

#ESDef dd {
	padding-left: 2em;
	display: table-cell;
	vertical-align:middle;
	height: 70px;
	font-size: 18pt;
}

.defLang {
	font-style: italic
}

.ES {
	font-size: larger;
	font-weight: bolder;
	font-style: italic;
}

body>section {
	background-color: rgba(38, 133, 90, 0.75);
	padding: 20px;
	border-radius: 15px;
	float: left;
	clear: left;
	width: 60%;
	margin-right: 20px;
	
}

#meaning {
	background-color: rgba(133, 90, 38, 0.75); 
	padding: 20px;
	border-radius: 15px;
	max-width: 30%;
	float: left;
}