@charset "utf-8";
/* CSS Document */

input.float {
	width: 30px;
}
input.tinyint {
	width: 30px;
	text-align: right;
}
input.float {
	width: 40px;
	text-align: right;
}
textarea {
	height: 1em;
	width: 100px;
}
textarea:focus {
	height: 4em;
	width: 400px;
}
td {
	vertical-align: top;
}

body {
	font-family:"Trebuchet MS";
	font-size: 12px;
}
ul.fight {
	width: 400px;
}
.bar {
	float: left;
	height: 6px;
	border-width: 1px 0 1px 0;
}
p {
	width: 300px;
	margin: 0 0 2px 0;
}
.hit {
}
.final_blow {
	border: 1px solid red;
}
.miss {
	font-style: italic;
}
.status {
	background: none;
}
.fighter0 {
	border-color: #D60000;
	background: #EA7E7E;
}
.fighter1 {
	border-color: #3F3FE0;
	background: #7E7EEA;
}
.defeat {
	text-align: center;
	font-weight: bold;
}
.learn {
	font-weight: bold;
	color: gold;
	border-color: gold;
}
p.status {
	opacity: 0.6;
}
#challenge option {
	text-align: justify;
}
ul.features {
	list-style-type: disc;
	padding-left: 1.5em;
}
.fix_floats {
	clear: both;
}
