body{
	xwidth: 480px;
	font-size: 20px;
	overflow: hidden;
}

input, select, option, label {
	font-size: 20px;
}

form {
	xwidth: 100%;
}

label {
	display: block;
}

legend {
	font-size: 20px;
}

legend span {
	color: #0000ff;
	font-size: 30px;
}

input {
	display: block;
	margin-bottom: 10px;
}

select {
	display: block;
	margin-bottom: 10px;
}

div#buttons {
	height: auto;
	text-align: left;
	margin: 10px 0;
}

div#buttons button {
	margin: 5px 10px;
	font-size: 20px;
}

div#buttons button#prev {
	float: left;
}

div#buttons button#next {
	float: left;
}

div.field {
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
}

fieldset {
	margin-bottom: 10px;
}

fieldset#banker label,
fieldset#players label {
	float: left;
	margin-left: 30px;
	margin-top: -10px;
	font-size: 30px;
}

fieldset#buttons input#save {
	display: inline;
}

fieldset#buttons input#save.hide,
.hide {
	display: none;
}



th, td {
	padding: 3px 6px;
	font-size: 15px;
	text-align: center;
}

thead th {
	background-color: #ccc;
}

tbody th {
	text-align: left;
	background-color: #dedede;
	white-space: nowrap;
}

tbody tr.plus th {
	text-align: left;
	background-color: #ccffcc;
	white-space: nowrap;
}

tbody tr.plusstep th {
	text-align: left;
	background-color: #99ff99;
	white-space: nowrap;
}

tbody tr.plusstep td {
	background-color: #ccffcc;
	white-space: nowrap;
	border-top: 1px dotted #99ff99;
	border-bottom: 1px dotted #99ff99;
	
}

tbody tr.bank th {
	text-align: left;
	background-color: #ffffcc;
	white-space: nowrap;
}

tbody tr.bankstep th {
	text-align: left;
	background-color: #ffff99;
	white-space: nowrap;
}

tbody tr.bankstep td {
	background-color: #ffffcc;
	white-space: nowrap;
	border-top: 1px dotted #ffff99;
	border-bottom: 1px dotted #ffff99;
	
}

tbody tr.minus th {
	text-align: left;
	background-color: #ffcccc;
	white-space: nowrap;
}

tfoot th {
	text-align: left;
	background-color: #cccccc;
	white-space: nowrap;
}

tbody td {
	text-align: center;
	white-space: nowrap;
}

.final td {
	font-weight: bold;
	font-size: 20px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}