/* stuff from elsewhere */
#contentbox {
	background-color: white;
	padding: 0.5em 1.5em;
	border: 4px solid #C90;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	font-size: 180%;
	line-height: 1.3em;
	box-shadow: 6px 6px 4px rgba(0,153,0,0.5);
}
h1 {
	text-align: center;
	text-shadow: 1px 1px 0px black,1px -1px 0px black,-1px 1px 0px black,-1px -1px 0px black;
	font-size: 350%;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

/**/
footer {
display:none;
}
#mathsstarters #site {
	background: #C90;	
}

.navbar {
margin-bottom: 0 !important;
}
#site {
margin-top: 0 !important;
}
#game {
	display:none;
}
@font-face
 {
 font-family: diceFont;
 src: url(https://mathsstarters.net/images/dice.woff);
 }
body {background-image: url(https://mathsstarters.net/images/pool_table.png);}
#container {
	background-color: white;
	width: 700px;
	margin: 0 auto;
}
tr {height: 60px}
td {
	text-align: center;
	color: black;
	width: 70px;
}
td.name {
	width: 180px;
	text-align: right;
}
.track {border: 2px solid green;}

td.finishsquare {
	background: white url(https://mathsstarters.net/images/finish.png);
	border: 2px solid #333;
	font-weight: bold;
	}
td.finishline {
	background: white;
	border-left: 4px dashed #333;
	font-weight: bold;
	}	
td.ride {background-color: #090;}
td.win {background-color: #0f0;
		background-image: none;}	
span.wintext {
width: 60px;
}
#dicebox {
	text-align: center;
	font-size: 200%;
}
#dice1, #dice2 {
	font-family: diceFont;
}
fieldset {
margin: 0;
padding: 0;
}
legend {
margin: 0 0 2px 0;
padding-top: 14px;
font-size: 60%;
font-weight: bold;
}

label, input[type="radio"], textarea, select {
font-size: 80%;
}
.help-block {
font-size: 75%;
padding: 0;
margin: 0;