body{
	font-family: "Myriad Pro", Helvetica, Arial, "sans-serif";
	position: relative;
	padding: 0px;
	margin: 0px;
	color: #000;
	font-size: 1em;
	min-height: 1300px; /* needed for portrait iPhones */ 
	background-color: #fff;
	}

img {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
	}	

.noInput{
	pointer-events: none;
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
	}

a:link, a:visited, .link{
	color: #0097fe;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	}
a:hover, .link:hover{
	color: #6cb9ff;
	}

.link-red{
	color: #b50000;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	}
.link-red:hover{
	color: #ff3333;
	}

hr{
	clear: both;
	padding: 0px;
	margin: 20px 0px 0px 0px;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc; 
	}
h1{
	color: #0097fe;
	padding: 15px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 3em;
	text-align: left;
	font-weight: bold;
	}
h2{
	font-weight: normal;
	font-size: 2em;
	line-height: .9em;
	padding-top: 10px;
	}
h3{
	font-weight: bold;
	font-size: 1.75;
	padding-top: 15px;
	}
p, #credit-scene li{
	font-size: 1.75em;
	}
		
#preload{
	display: none;
	}

.print-only{
	display: none;
	}

/* SCENES ------------------- */
#intro-scene, #howPlay-scene, #credit-scene{
	padding: 10px 20px 30px 20px;
	}

#gameWrapper{
	display: block;
	position: relative;
	text-align: left;
	width: 900px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	}

#conclusionWrapper{
	margin-top: 20px;
	display: none;
	}	

/* FOOTER ------------------- */
#footer{
	margin: 0px auto 10px auto;
	position: relative;
	display: block;
	clear: both;
	text-align: left;
	width: 860px;
	padding: 5px 20px 0px 20px;
	border-top: 1px solid #ccc; 
	}	
#footer p{
	font-weight: normal;
	font-size: 1.5em;
	margin: 0px 0px 5px 0px;
	color: #aaa;
	}	
#footer a{
	font-weight: normal;
	color: #aaa;
	}
#footer a:hover{
	color: #50a8ff;
	text-decoration: underline;
	}	

/* CONCLUSION SCREEN ------------------- */
#playScene h1.conclusionTitle{
	text-align: center;
	color: #000;
	position: absolute;
	width: 700px;
	top: 160px;
	left: 100px;
	margin: 0px;
	padding: 0px;
	font-size: 2.5em;
	}
.conclusionBody{
	text-align: center;
	color: #000;
	position: absolute;
	top: 200px;
	width: 550px;
	left: 175px;
	font-size: .9em;
	margin: 0px;
	padding: 0px;
	}

/* MAIN BUTTONS ------------------- */	
.sceneButton{
	display: inline-block;
	position: relative;
	padding: 0px 5px 0px 5px;
	cursor: pointer;
	font-weight: bold;
	margin-top: 3px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #AEDAFF;
	border: 1.5px solid #fff;
	border-radius: 2em;
	}
.sceneButton p, .infoBox .sceneButton p{
	padding: 12px 12px 12px 12px;
	margin: 0px;
	font-size: 1.75em;
	color: #000;
	}
.sceneButton:hover{
	background-color: #83CDFF;
	z-index: 50;
	}
.sceneButton a:hover, .sceneButton a:link, .sceneButton a:visited{
	color: #000;
	}				
.clear{
	clear: both;
	padding: 0px;
	margin: 0px;
	line-height: 0px;
	}
/* more games button on Index page */
.sceneButton .more-games{
	background-color: #C5E8FF;
	margin-top: 30px;
}		
/* QUIT BUTTION */
.quit{
	float: right;
	background-color: #ff3333;
	}	
.quit:hover, .quit2:hover{
	background-color: #b50000;
	}
.quit a:hover, .quit a:link, .quit a:visited,
.quit2 a:hover, .quit2 a:link, .quit2 a:visited{
	color: #fff;
	}	
.quit p, .infoBox .quit2 p{
	color: #fff;
	}	

/* BUTTON BACK TO MAIN MENU IN WARNING TEXT OF PLAY GAME PAGE */
.quit2{
	background-color: #ff3333;
	margin: 10px 0px 10px 0px;
	} 

/* ACTIVE BUTTON */		
.button-active{
	background-color: #C0C0FF;
	}	
.button-active:hover{
	background-color: #B6B6FC;
	}		

/* IMAGES ------------------- */
.float-left{
	padding: 0px;
	margin: 0px 15% 0px 0px;
	width: 70%;
	position: relative;
	clear: both;
	}
.float-left-small{
	padding: 0px;
	margin: 0px 15% 0px 0px;
	width: 40%;
	position: relative;
	}		
.float-right{
	padding: 0px;
	margin: 0px 0px 0px 15%;
	width: 70%;
	position: relative;
	clear: both;
	}	
.float-right-small{
	padding: 0px;
	margin: 0px 0px 0px 30%;
	width: 30%;
	position: relative;
	}	
.float-left img, .float-right img, .float-right-small img{
	width: 100%;
	}
.float-left p, .float-right p, .float-right-small p{
	padding: 0px;
	margin: 0px;
	color: #aaa;
	font-size: .825em;
	}	
.top-padding{
	padding-top: 20px;
	}

/* HOW TO PLAY ------------------- */
#howPlay-scene dl{
	clear: both;
	padding: 12px 0px 12px 0px;
	margin: 0px;
	}
#howPlay-scene dd{
	padding: 10px 0px 0px 3px;
	margin-left: 10%;
	font-size: 1.75em;
	}	
#howPlay-scene dt{
	float: left;
	width: 8%;
	padding-right: 20px;
	}
#howPlay-scene dt img{
	width: 100%;
	float: left;
	padding-bottom: 1px;
	}

/* MAIN ICONS ------------------- */
ul.indexIcons, ul.conclusionIcons{
	text-align: center;
	padding: 0px;
	margin: 0px auto 0px auto;
	display: block;
	}
ul.indexIcons li, ul.conclusionIcons li{
	display: inline-block;
	width: 30%;
	padding: 0px 1% 0px 2%;
	margin: 0px auto 0px auto;
	text-align: center;
	vertical-align: top;
	color: #000;
	}					
ul.indexIcons li img, ul.conclusionIcons li img{
	width: 70%;
	display: block;
	margin: 0px auto 10px auto;
	}					
ul.indexIcons p.icon-details, ul.conclusionIcons p.icon-details{
	line-height: 1.15em;
	padding: 0px 5px 0px 5px;
	margin-top: 5px;
	color: #000000;
	}

/* BACK TO TOP BUTTON ------------------- */
#back-to-top{
	position: fixed;
	width: 3.8em;
	height: 3.8em;
	background-color: rgba(0,0,0,0.45);
	right: 0px;
	bottom: 0px;
	border-radius: 50%;
	text-align: center;
	margin-right: 1em;
	margin-bottom: 1em;
	padding-top: 0em;
	z-index: 1000;
	display: none;
	}
#back-to-top:hover{
	background-color: rgba(0,0,0,0.65);
	}
#tri {
  	width: 0; 
  	height: 0;
  	border-left: 1.2em solid transparent;
  	border-right: 1.2em solid transparent;
  	border-bottom: 1.5em solid #fff;
	margin: auto;
	padding-top: .9em;
	}	
		
/* MAIN SCENE ------------------- */	
#introScene{
	text-align: center;
	padding: 0px 0px 40px 0px;
	}
#introScene .footprints {
	text-align: center;
	width: 160px;
	margin: 40px auto 60px auto;
	opacity: .7;
	}	
#main-title-wrapper{
	position: relative;
	width: 100%;
	padding: 30px 0px 50px 0px;
	margin: 0px;
	text-align: center;
	display: block;
	}	
#introScene h1{
	font-family: 'Luckiest Guy';
	font-size: 8em;
	line-height: .9em;
	padding: 20px 0px 0px 0px;
	display: block;
	color: #275389;
	font-weight: normal;
	text-align: center;
	}
#introScene h2{
	font-weight: bold;
	font-size:4em;
	margin: 0px 5px 0px -10px;
	padding: 0px;
	color: #0097fe;
	}	

/* ICONS ------------ */		

/* MENU BUTTON ON PLAY SCREEN */
#mainMenuButton, #mainMenuButton0{
	position: absolute;
	top: 5px;
	right: 10px;
	}
/* HOW TO PLAY BUTTON */		
#howPlayButton{
	cursor: pointer;
	display: block;
	width: 3.5em;
	padding: 0px;
	margin: 0px; 
	top: 15px;
	right: 20px;
	position: absolute;
	z-index: 400;
	}
#soundButton{	
	cursor: pointer;
	display: block;
	width: 3.5em;
	padding: 0px;
	margin: 0px; 
	top: 90px;
	right: 20px;
	position: absolute;
	z-index: 400;
	}	
#newMessageButton{
	cursor: pointer;
	display: none;
	width: 3.5em;
	padding: 0px;
	margin: 0px; 
	top: 165px;
	right: 20px;
	position: absolute;
	z-index: 400;
	}
.closeX{
	width: 3.5em;
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
	}
/* INFOBOX */
.infoBox{	
	background-color: #5A5077;
	padding: 40px 110px 35px 30px;
	margin: 0px 0px 0px 0px;
	position: relative;
	display: none;
	clear: both;
	}
.infoBox p{
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	}	
.compass{
	width: 100px;
	height: 100px;
	position: absolute;
	top: 25px;
	right: 80px;
	pointer-events: none;
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
	z-index: 300;
	padding: 5px;
	background-color: rgba(255, 255, 255, .75);
	text-align: center;
	vertical-align: middle;
	border-radius: 50%;
	}

#menuWarningText{
	background-color: #820000;
}	

/* BACKPACK ------------------- */
#backpackWrapper{
	position: absolute;
	display: block;
	top: 15px;
	left: 10px;
	z-index: 150;
	}
.backpackItem{
	width: 75px;
	height: 75px;
	padding: 5px;
	margin-right: 10px;
	background-color: rgba(255, 255, 255, .5);
	text-align: center;
	vertical-align: middle;
	border-radius: 50%;
	transition: background-color .5s;
	float: left;
	}
.activeBackpackItem{
	background-color: rgba(255, 242, 118, 1);
	}
.backpackItem:hover{
	background-color: rgba(255, 255, 255, 1);
	}
.activeBackpackItem:hover{
	background-color: rgba(255, 242, 118, 1);
	}
.backpackItem img{
	pointer-events: none;
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
	}

/* PASSWORD ADDED TO BOOK OF GUESSES (green book) */
.room0password{
	position: absolute;
	display: block;
	text-align: right;
	padding: 0px;
	margin: 0px;
	bottom: 115px;
	right: 95px;
	z-index: 100;
	font-size: 1.2em;
	color: #555555;
	transform: rotateX(20deg);
	}

/* MYSTERY IMAGE STYLES */
.mysteryImage{
	position: absolute;
	display: block;
	}
.mysteryImage img{
	width: 100%;
	height: 100%;
	border-style: solid;
	border-color: #333333;
	}
/* left */
.singleLeft{
	top: 130px;
	left: 35px;
	width: 350px;
	height: 245px;
	perspective: 1100px;
	}
.singleLeft img{
	transform-origin: left;
	transform: rotateY(85deg);
	border-width: 5px 10px 5px 15px;
	}
/* front */
.singleFront{
	top: 175px;
	left: 333px;
	width: 234px;
	height: 164px;
	}
.singleFront img{
	border-width: 3px;
	}
/* right */
.singleRight{
	top: 130px;
	left: 490px;
	width: 350px;
	height: 245px;
	perspective: 1100px;
	}
.singleRight img{
	transform-origin: right;
	transform: rotateY(-85deg);
	border-width: 5px 15px 5px 10px;
	}

/* Room 1 Mystery Image close-up */
.singleClose {
	top: 70px;
	left: 145px;
	width: 630px;
	height: 441px;
	}
.singleClose img{
	border-width: 8px;
	}
/* when tablet open, 65% */
.singleClose2 {
	top: 170px;
	left: 25px;
	width: 409px;
	height: 287px;
	}
.singleClose2 img{
	border-width: 5px;
	}

/* Room 3 Mystery Image close-up 65% */
.room3Close {
	top: 110px;
	left: 315px;
	width: 550px;
	height: 385px;
	}
.room3Close img{
	border-width: 3px;
	}
/* when tablet open 75% */
.room3Close2 {
	top: 180px;
	left: 23px;
	width: 413px;
	height: 289px;
	}
.room3Close2 img{
	border-width: 2px;
	}

/* Room 2 mystery image tiny */
.singleTiny {
	top: 400px;
	left: 675px;
	width: 14px;
	height: 10px;
	z-index: 50;
	}
.singleTiny img{
	border-width: 0px;
	padding: 30px;
	}

/* MYSTERY IMAGES IN GALLERY ------------------- */
/* left */
.galleryLeft1{
	top: 160px;
	left: 17px;
	width: 300px;
	height: 200px;
	perspective: 1100px;
	}
.galleryLeft2{
	top: 184px;
	left: 78px;
	width: 180px;
	height: 150px;
	perspective: 1100px;
	}
.galleryLeft3{
	top: 196px;
	left: 110px;
	width: 148px;
	height: 125px;
	perspective: 1100px;
	}
.galleryLeft1 img, .galleryLeft2 img, .galleryLeft3 img{
	transform-origin: left;
	transform: rotateY(85deg);
	border-width: 3px 5px 3px 10px;
	}
/* middle */
.galleryMiddle1{
	width: 140px;
	height: 98px;
	top: 205px;
	left: 200px;
	}
.galleryMiddle2{
	width: 140px;
	height: 98px;
	top: 205px;
	left: 380px;
	}
.galleryMiddle3{
	width: 140px;
	height: 98px;
	top: 205px;
	right: 200px;
	}
/* right */
.galleryRight3{
	top: 158px;
	right: 25px;
	width: 250px;
	height: 197px;
	perspective: 1100px;
	}
.galleryRight2{
	top: 180px;
	right: 78px;
	width: 155px;
	height: 150px;
	perspective: 1100px;
	}
.galleryRight1{
	top: 192px;
	right: 108px;
	width: 130px;
	height: 125px;
	perspective: 1100px;
	}
.galleryRight1 img, .galleryRight2 img, .galleryRight3 img{
	transform-origin: right;
	transform: rotateY(-85deg);
	border-width: 3px 10px 3px 5px;
	}
.galleryRight1, .galleryRight2, .galleryRight3,
.galleryLeft1, .galleryLeft2, .galleryLeft3{
	pointer-events: none;
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
	}

/* WALL HOTSPOTS ------------------- */ 
.wallHotspot{
	height: 600px;
	width: 140px;
	position: absolute;
	top: 0px;
	cursor: pointer;
	z-index: 100;
	}

/* INTRO TEXT ------------------- */
#introMessageWrapper{
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 900px;
	height: 600px;
	background-color: #000000;
	}
#introMessageWrapper p{
	color: #0097fe;
	font-size: 3em;
	padding: 200px 100px 0px 100px;
	text-align: center;
	margin: 0px auto 0px auto;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
	}


/* WRAPPERS ------------------- */
#playScene, #pregameWrapper{
	padding: 0px;
	}
#playScene h1, #pregameWrapper h1{
	padding: 10px 10px 10px 10px;
	}
#pregameWrapper ul{
	margin-top: 30px;
	margin-bottom: 30px;
	}
#gameScreenWrapper{
	display: block;
	position: relative;
	width: 900px;
	height: 600px;
	}
#sceneWrapper{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	}
#overlayWrapper{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 50;
	}
.scene{
	padding: 0px;
	width: 900px;
	height: 600px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top left;
	}

/* ITEMS ------------------- */
.sceneItem{ 
	position: absolute;
	display: block;
	z-index: 10;
	}
.flipX{
	webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	}
#map-key{
	display: none;
	}
#magGlass-Overlay{
	pointer-events: none;
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
	}

/* TABLET ------------------- */
#tabletScreenWrapper{
	top: 99px;
	height: 380px;
	color: #ffffff;
	position: absolute;
	display: block;
	padding: 0px 8px 0px 8px;
	left: 17px;
	width: 324px;	
	z-index: 280;
	overflow: auto;
	}
#tabletScreenWrapper h2{
	font-size: 2em;
	line-height: 1.1em;
	margin: 5px 0px 5px 0px;
	}
#tabletScreenWrapper p {
	margin: 12px 0px 8px 0px;
	font-size: 1.5em;
	line-height: 1.3em;
	}

/* TABLET CODEBOX ------------------- */
#codeBoxWrapper {
	left: 25px;
	top: 40px;
	position: absolute;
	margin: 0px;
	padding: 0px;
	z-index: 220;
	width: 230px;
	height: 50px;
	}
.codebox {
	height: 25px;
	width: 25px;
	margin: 0px 5px 0px 0px;
	padding: 6px;
	background-color: #1d3d60;
	float: left;
	}
#codeLight{
	width: 20px;
	height: 20px;
	margin: 4px 0px 0px 4px;
	border-radius: 50%;
	float: left;
	}
.codeLightClosed{
	border: 2px solid #990000;
	background-color: #ff0000;
	}
.codeLightOpen{
	border: 2px solid #00b22a;
	background-color: #9efe2f;
	}

/* TABLET HELP ICON AND TEXT ------------------- */
#tabletHelpIcon {
	border-radius: 50%;
	border: 2px solid #ffffff;
	background-color: rgba(255, 255, 255, .15);
	position: absolute;
	width: 35px;
	height: 35px;
	top: 40px;
	left: 230px;
	z-index: 220;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	vertical-align: baseline;
	color: #ffffff;
	}	
#tabletHelpIcon:hover{
	background-color: rgba(255, 255, 255, .3);
	}
#tabletHelpMessage{
	background-color: rgba(29, 61, 96, .5);
	padding: 0px;
	margin: 0px 0px 10px 0px;
	color: #ffffff;
	}
#tabletHelpMessage p{
	padding: 15px 13px 15px 13px;
	margin: 0px 0px 10px 0px;
	}

/* TABLET BUTTONS */
.tabletButtonWrapper{
	margin: 15px 0px 0px 0px;
	}
.tabletButton{
	display: inline-block;
	position: relative;
	padding: 0px 5px 0px 5px;
	cursor: pointer;
	font-weight: bold;
	margin: 0px 10px 10px 0px;
	border-radius: 2em;
	border: 2px solid #ffffff;
	background-color: rgba(255, 255, 255, .15);
	}
.tabletButtonfloatRight{
	float: right;
	}	
#tabletScreenWrapper .tabletButton p{
	padding: 7px;
	margin: 0px;
	font-size: 1.5em;
	color: #fff;
	pointer-events: none;
	}
.tabletButton:hover{
	background-color: rgba(255, 255, 255, .3);
	}

/* TABLET PASSWORD ------------------- */
#room0PWBoxm, #room4PWBox{
	font-size: 1.5em;
	letter-spacing: .25em;
	width: 90px;
	margin: 5px 0px 5px 0px;
	}

/* TABLET ROOM 0 QUiZ ------------------- */
.tabletQuizOptionWrapper{
	margin: 17px 0px 17px 0px;
	}
.tabletQuizOptionWrapper input[type=radio]{
	-webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    position: absolute; 
    margin-top: 10px;
	}
#tabletScreenWrapper .tabletQuizOptionWrapper p{
	margin: 5px 0px 5px 40px;
	line-height: 1.15em;
	}
p.quizAnswerCorrect{
	padding: 15px 13px 15px 13px;
	background-color: #198e00;
	}
p.quizAnswerWrong{
	padding: 15px 13px 15px 13px;
	background-color: #890000;
	}
.tabletQuizOptionWrapper p{
	line-height: 1em;
	}

/* QUESTION AND GUESSES BOXES ------------------- */
.questionBox, .guessBox {
	width: 100%;
	height: 5em;
	padding: 3px;
	margin: 0px;
	resize: none;
	box-sizing: border-box;
	text-align: top;
	font-size: 2em;
	}
#tabletFeedbackError{
	background-color: #ff0000;
	font-weight: bold;
	color: #ffffff;
	padding: 5px;
	margin: 0px;
	display: none;
	}
p#guessHeader{
	font-weight: bold;
	color: #ffffff;
	padding: 5px;
	margin: 10px 0px 0px 0px;
	}

/* MESSAGES ------------------- */
#messageWrapper{	
	background-color: #3F556B;
	padding: 10px 30px 20px 30px;
	margin: 0px;
	position: relative;
	display: block;
	}
#messageWrapper p{
	color: #ffffff;
	font-size: 2em;
	}	
#buttonWrapper{
	padding-bottom: 30px;
	}	

/* MESSAGE BUTTONS ------------------- */	
.messageBoxButton{
	display: inline-block;
	position: relative;
	padding: 0px 5px 0px 5px;
	border-radius: 2em;
	cursor: pointer;
	font-weight: bold;
	margin: 0px 10px 10px 0px;
	background-color: #647999;
	}
.messageBoxButton p{
	padding: 15px;
	margin: 0px;
	font-size: 1.3em;
	color: #fff;
	pointer-events: none;
	}
.messageBoxButton:hover{
	background-color: #7488A5;
	}

/* COMPUTER SCREEN ------------------- */
#computerScreen-Wrapper{
	position: absolute;
	left: 110px;
	top: 53px;
	right: 100px;
	width: 681px;
	height: 466px;
	padding: 0px;
	margin: 0px;
	overflow-y: auto;
	z-index: 200;
	}
#computerScreen-subWrapper{
	padding: 20px;
	}
#playScene #computerScreen-subWrapper h1{
	padding: 0px 0px 30px 0px;
	font-size: 2.3em;
	line-height: 1.2em;
	color: #ffffff;
	}	
#computerScreen-subWrapper p{
	font-size: 2em;
	color: #ffffff;
	padding-top: 0px;
	padding-bottom: 20px;
	margin: 0px;
	line-height: 1.1em;
	}
/* buttons */	
#computerScreen-Wrapper .sceneButton {
	border-radius: 2.5em;
	clear: both;
	}
#computerScreen-Wrapper .sceneButton p{
	color: #000000;
	padding: 15px;
	}
.computerButtonFloatRight{
	float: right;
	}
.computerMysteryImage{
	float: right;
	width: 225px;
	height: 175px;
	padding-left: 15px;
}	
.userAnswerWrapper{
	clear: both;
	min-height: 190px;
	margin-bottom: 15px;
}
.printUserAnswerWrapper{
	clear: both;
	min-height: 190px;
	margin-bottom: 15px;
	border-bottom: 1px solid #000000;
}
/* COMPUTER PLAYER NAME ------------------- */
#playerName{
	font-size: 2.5em;
	padding: 3px;	
	width: 70%;
	margin-bottom: 25px;
	margin-right: 30%;
	}

/* PRINT ------------------- */ 
#printSummary{
	display: none;
	}
#playerPrintSummary{
	display: none;
	}