body{
	background-color:#d0d0d0;
	display:block;
	xdisplay: inline-block; *zoom: 1; *display: inline;
	font-family: serif;
	margin: 0px auto;
	max-width:400px;
}
h2{
	margin-bottom:5px;
	margin-top:5px;
}
input.custom_checkbox{
	padding-right:10px;	
}
label.custom_checkbox_label{
	padding-left:10px;	
}
div{
	display:block;
}
div#race label{
	font-weight:bold;	
}
button.upper{
	float:right;
	width:24px;
	height:24px;	
	padding:0px;
	background-image:url('arrowup.png');
	background-repeat:no-repeat;
	background-position:center;
}
button.downer{
	float:right;
	width:24px;
	height:24px;	
	padding:0px;
	background-image:url('arrowdown.png');
	background-repeat:no-repeat;
	background-position:center;
}
span.base{
	color:navy;
}
div#contentwrapper{
	text-align:center;
}
div#content{
	padding: 10px;
	background-color: #f7e8b6;
	background-color: beige;
}
.hidden{
	display:none;	
}
div#custom_checkboxes{
	padding:5px;
	margin:5px;
	border-top: 1px dotted black;
	border-bottom: 1px dotted black;
}
h3#custom_header{
	margin:0px;
	padding:0px;
}
div#pointtotals{
	text-align:right;	
	padding-bottom: 10px;
}
div#pointtotals label{
	font-weight:bold;
	text-align:right;	
}
th.operator{
    display:none;    
}
td.operator{
    display:none;    
}
td.race_mod{
    min-width:30px;   
}
table#pointbuy{
	margin:0px auto;
}
table#pointbuy td{
	text-align:center;
	padding:2px;
}
table#pointbuy td.stat_total{
	color:green;
	font-weight: bold;
	font-size: 135%;
	border: 1px dotted black;
}
table#pointbuy td.stat_base{
	min-width: 80px;
	font-weight: bold;
	font-size: 135%;
	border: 1px dotted black;
}
