.box_thin
{
	margin: 0px;
	padding: 5px;
	border: 1px solid #d0d0d0;
	background-color: #fcfcfc;
}

tr.hidden { color: rgb(192,192,192); }
tr.hidden a { color: rgb(224,160,160); }

table.hovertable tr:hover { background: rgb(250, 250, 253); }

.comicstrip { background: #777; padding: 1px; margin-bottom: 2.5em; }
.comichead { background: #A1ACB5; padding: 6px; }
.comichead h3 { font-size: 1.4em; font-weight: bold; }
.comiccontent { background: white; margin-top: 1px; padding: 4px; }
.comicimage { padding: 10px; }

input, select { width: 400px; margin-bottom: 4px; font-family: 'Consolas', 'Courier New' }
input[type="submit"] { width: 200px; }
