body{
    color:#FFF;
	background-color:#000;
	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;	
}
a{
    color: pink;
}
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;
}
button.bonus{
	width:24px;
	height:24px;	
	padding:0px;
	background-repeat:no-repeat;
	background-position:center;
}
button.one{
	zbackground-image:url('arrowdown.png');
}
button.one:before{
    content:'+1';
    
}
button.two:before{
    content:'+2';
	zbackground-image:url('arrowdown.png');
}
button.bonus.pressed{
    background-color:purple;
    color:white;
	zbackground-image:url('arrowup.png');
}

span.base{
	color:lightblue;
}
div#contentwrapper{
	text-align:center;
}
div#content{
	padding: 10px;
	background-color: #f7e8b6;
	background-color: #222;
}
.hidden{
	display:none;	
}
div#custom_checkboxes{
	padding:5px;
	margin:5px;
	border-top: 1px dotted lightgrey;
	border-bottom: 1px dotted lightgrey;
}
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:lightgreen;
	font-weight: bold;
	font-size: 135%;
	border: 1px dotted lightgrey;
}
table#pointbuy td.stat_base{
	min-width: 80px;
	font-weight: bold;
	font-size: 135%;
	border: 1px dotted white;
}
