/* activities/Martin Gardner/Pentominoes/styles.css */

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

body {background-color:#008; font-family:arial; font-size:30px; color:#007;}

img {position:absolute;}

.abs {position:absolute;}
.bb {background-color:BurlyWood; color:#900; position:absolute; height:50px;
 font-size:30px; border-radius:10%;  border:none; width:120px;
 box-shadow:0px 0px 0px 5px darkred}
.italic {font-style:italic;}
.round {width:60px; border-radius:50%;}
.sq {position:absolute; width:90px; height:90px; border: 1px solid gray;
 background-color:MistyRose; cursor:pointer;} 
.sqSmall {position:absolute; width:30px; height:30px;
 background-color:LimeGreen; opacity:0;} 
.textC {text-align: center;}

#box {width:960px; height:900px; border:1px solid black; margin:auto;
			background-color:ivory; position:relative; margin-top:10px;}
#reward {margin: 30px 0 0 230px;} 

#home {right:10px; top:10px;}
#back {left:10px; top:10px;}
#again {left:1100px; top:10px;}
#modDate {position:absolute; left:1000px; top:855px; color:#000;
 font-size:16px;}

.sq {
	margin-left:-155px;
	margin-top:-100px;
}
.bb {
	margin-left:-140px;
	margin-top:-170px;
}
.sqSmall {
	margin-left:-30px;
	margin-top:-50px;
}
.textC {
	color:blue;
	font-style: italic;
}
