/* activities/Martin Gardner/The Monty Hall Problem/styles.css */

*:focus {outline: none;} /* prevents outline on clicked items */

body {background-color:#008; font-family:arial; font-size:26px;
	color:#00d;}
h2 {font-size:20px; color:#00b;}
i {color:brown;}

.textC {text-align: center;}

#box {width:960px; height:850px; border:1px solid black; margin:auto;
			background-color:ivory; position:relative; margin-top:10px;}
#home {position:absolute; right:10px; top:10px;}
#back {position:absolute; left:10px; top:10px;}
#modDate {position:absolute; left:1000px; top:855px; color:#000;
 font-size:16px;}

button {font-size: 28px; padding:10px 20px; margin:0 20px 30px 20px;
	border-radius: 12px; border:2px solid darkgreen; color:ivory;
	background-color:#0b0; cursor:pointer;}

#intro {width:750px; margin:0 auto; font-size:20px;}
#intro p {text-align:left;}

#play img {margin:0 20px; cursor:pointer;}

#table {border:2px solid red; width:400px; margin:0 auto;}
table {width:100%;}
#n {width:40%;}
#car {width:30%;}
#zonk {width:30%;}
table, tr, td {border:1px solid darkgreen;}
td {padding:20px;}

#moveOnDiv {width:750px; margin:40px auto; font-size:20px;}
#moveOnDiv p {text-align:left;}
#moveOnDiv button {margin-top:20px;}
