body
{
	font-family: arial;
	font-size: 12px;
}

form
{
	margin: 0px;
}

h2
{
	color: #8B212D;
}

.section
{
	margin-bottom: 15px;
	background-color: #E6D094;
	width: 500px;
}

.field
{
	background-color: #EFDEA6;
	padding-top: 10px;
	padding-bottom: 10px;
}

.std_input
{
	display: block;
	width: 60px;
	font-size: 16px;
}

p.result
{
	display: block;
	font-size: 16px;
}

ul
{
	clear: both;
}

#valueForm>div
{
	border: 3px solid black;
	border-radius: 35px;
	padding: 15px;
	float: left;
	margin: 15px;
	width: 140px;
}

#valueForm>div.versus
{
	border: 0px solid black;
	font-size: 36px;
	font-weight: bold;
	padding-top: 50px;
	margin: 0px;
	width: 40px;
}

#valueForm>div>div
{
	float: left;
	margin-right: 10px;
}

.combatTable
{
	width: 600px;
	border: 3px solid #ddd;
	margin-bottom: 15px;
	border-radius: 15px;
	clear: both;
}

.combatTable>tbody>tr>td:nth-child(1)
{
	vertical-align: top;
	width: 15%;
	padding-top: 10px;
	padding-left: 10px;
}

.combatTable>tbody>tr>td:nth-child(2)
{
	width: 85%;
}

.combatTable>tbody>tr>td:nth-child(1) div:nth-child(1)
{
	font-size: 16px;
	font-weight: bold;
}

.combatTable>tbody>tr>td:nth-child(1) div:nth-child(2)
{
	font-size: 36px;
	font-weight: bold;
	padding-bottom: 15px;
}

.combatTable .roundKey
{
	font-size: 14px;
	font-weight: bold;
	color: #b40001;
}

.combatTable .roundValue
{
	font-size: 24px;
	font-weight: bold;
	color: #b40001;
	padding-bottom: 10px;
}

.roundTable tr:nth-child(odd)
{
	/*background-color: #EFDEA6;*/
}

.roundTable>tbody>tr>td
{
	text-align: center;
	vertical-align: top;
}

.roundTable>tbody>tr>td:nth-child(1)
{
	width: 25%;
}

.roundTable>tbody>tr>td:nth-child(2)
{
	width: 25%;
}

.roundTable>tbody>tr>td:nth-child(3)
{
	width: 15%;
}

.roundTable>tbody>tr>td:nth-child(4)
{
	width: 15%;
}

.roundTable>tbody>tr>td:nth-child(5)
{
	width: 20%;
}

.roundTable td div:nth-child(1)
{
	font-size: 14px;
}

.roundTable td div:nth-child(2)
{
	font-size: 18px;
	font-weight: bold;
}

.roundTable td div:nth-child(3)
{
	font-size: 12px;
}

.roundTable td:nth-child(4)
{
	background-color: white;
}

.roundTable td.wound
{
	vertical-align: middle;
	font-size: 24px;
	font-weight: bold;
	color: white;
	background-image: url('blood2.png');
	background-position: center;
	background-repeat: no-repeat;
}