@charset "UTF-8";
/* CSS Document for the Characters List for Dinosaur Train Parents Content */

/* Pulls in Global Subpage Styles */
@import url('/parents/dinosaurtrain/css/dinosaurtrain-subpages.css');

/*
++++++++
	The Characters List
++++++++
*/

.character {
	padding-bottom: 0.875em;
}

.character h2 {
	font-size: 0.875em;
}

.character .image {
	float: left;
	padding-top: 3px;
	margin: 0 0.875em 0.875em 0;
	width: 119px;

}

.character .image img {
	border: 2px solid #fff;
}

.character .description {
	float: left;
	width: 446px;
}

/* Accomodates the larger image of Buddy */
.character.buddy h2 {
	font-size: 1.2em;
}

.character.buddy .image {
	width: 194px;
}

.character.buddy .description {
	width: 371px;
}

/* For character descriptions with no supporting image */
.character.noimage .description {
	float: none;
	width: 100%;
}

/* Corrects the float issue with Firefox/Mozilla/Standards based browsers */
.character:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}