/* CSS For the Vocab done in the styling of dictionary entries */

div.dictEntry {
	border-bottom: 1px solid #87899c;
	padding-bottom: 1em;
	line-height: 1.5em;
}

h3.vocabHead {
	margin: 1.5em 0;
}

p.dictIntro {
	margin: 1.1em 0em 0em 0em;
}

strong.dictWord {
	color: #000;
}

p.dictInnu {
	margin-top: 1.5em;
	margin-bottom: 0px;
}

p.dictTransl {
	margin-top: 0px;
	margin-bottom: 0.5em;
	font-style: italic;
}

h3.vocabHead {
	text-decoration: underline;
}

p.dictPlayer {
	margin: 0em;
	line-height: 1.7;
}
p.dictPlayer span.btn {
	/*float: left;*/
	margin-right: 1.5rem;
	margin-bottom:0.5rem;
	padding: .1rem .5rem;
}

div.dictEntry img.seasonImage {
	float: left;
	border: 1px solid black;
	height: 6em; /* 1 to 1.4 ratio */
	width: 8.4em;
	margin: 0 0.5em 0 0;
}

div.dictEntry div.colorSwatch {
	width: 4.5em;
	height: 4.5em;
	float: left;
	border: 1px solid black;
	margin-right: .75em;
}
