/* Create some definitions that are specific to the cast pages. */

#main table.character {
	margin: 0;
	padding: 0;
	}

#main table.character p {
	vertical-align: top;
	padding-top: 5px;
	padding-left: 10px;
	}

#main table.character img {
	border: thin solid black;
	}

#main table.tale {
	width: 100%;
	}

#main table.tale td.previous {
	width: 70px;
	vertical-align: bottom;
	}

#main table.tale td.story {
	width: 400px;
	height: 375px;
	border: thin black solid;
	vertical-align: bottom;
	background-color: white;
	padding: 10px;
	font-family: comic sans ms, sans-serif;
	font-size: larger;
	}

#main table.tale td.next {
	width: 70px;
	vertical-align: bottom;
	}

#main table.tale img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

#main table.tale p {
	text-align: center;
	}

#main table.tale p.answer {
	color: red;
	font-size: x-large;
	}
