@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-size-adjust: none;
}

.theHolder {
	position:absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100vh;
	display:none;
	box-sizing:border-box;
	overflow:hidden;
	text-align:center;
	/*
	-webkit-user-select:none;
	-ms-user-select:none;
	user-select:none;
	*/
	font-size:0px;
	line-height:0px;
	-webkit-text-size-adjust: none;
	margin-top:60px;
}

.gameHolder {
	position:absolute;
	left:0px;
	top:0px;
	width:840px;
	height:1050px;
	box-sizing:border-box;
	display:inline-block;
	background-size:840px 1050px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	overflow:hidden;
}

.gameHolder#startScreen {
	background-image: url("images/prob_lab_base.png");
}

.startButton {
	position:absolute;
	left:319px;
	top:363px;
	width:197px;
	height:43px;
	box-sizing:border-box;
	display:inline-block;
	background-size:197px 43px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-image: url("images/get_started_button.png");
}

.startButton:hover {
	background-image: url("images/get_started_button_roll.png");
}

.infoButton {
	position:absolute;
	left:292px;
	top:467px;
	width:252px;
	height:35px;
	box-sizing:border-box;
	display:inline-block;
	background-size:252px 35px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-image: url("images/how_button.png");
}

.infoButton:hover {
	background-image: url("images/how_button_roll.png");
}

.infoButton.about {
	top:507px;
	background-image: url("images/about_button.png");
}

.infoButton.about:hover {
	background-image: url("images/about_button_roll.png");
}

.infoButton.life {
	top:545px;
	background-image: url("images/life_button.png");
}

.infoButton.life:hover {
	background-image: url("images/life_button_roll.png");
}

.probInput {
	position:absolute;
	left:322px;
	top:326px;
	width:52px;
	height:29px;
	box-sizing:border-box;
	display:inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	font-size:24px;
	line-height: 29px;
	color:#000;
}

.probInput.probInput2 {
	left:461px;
}

.oddsPop {
	position:absolute;
	left:276px;
	top:409px;
	width:282px;
	height:54px;
	box-sizing:border-box;
	display:inline-block;
	pointer-events:none;
}

.gameHolder#gameScreen {
	background-image: url("images/prob_lab_game.png");
}

.gameHolder#gameScreen .topProb {
	margin:0px;
	padding:0px;
	position:absolute;
	left:197px;
	top:138px;
	width:446px;
	height:auto;
	text-align: center;
	box-sizing:border-box;
	display:inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	font-size:19px;
	line-height: 24px;
	color:#FFF;
}

.gameHolder#gameScreen .topProb span {
	font-size:23px;
}

.triesTab {
	position:absolute;
	left:197px;
	top:174px;
	width:446px;
	height:87px;
	box-sizing:border-box;
	display:inline-block;
	background-size:446px 87px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-image: url("images/tries_tab.png");
}

.triesTab .triesNum {
	left:280px;
	top:30px;
	background-color:transparent;
	border: hidden;
	outline:none;
}

.triesTab .goButton {
	position:absolute;
	left:356px;
	top:16px;
	width:54px;
	height:53px;
	box-sizing:border-box;
	display:inline-block;
	background-size:54px 53px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-image: url("images/go_button.png");
}

.triesTab .goButton:hover {
	background-image: url("images/go_button_roll.png");
}

.indicationArea {
	position:absolute;
	left:337px;
	top:309px;
	width:170px;
	height:257px;
	display:inline-block;
	background-color:#ff3b00;
	overflow:hidden;
}

.indicationArea .bar {
	position:absolute;
	left:0px;
	top:0px;
	width:170px;
	height:4px;
	display:inline-block;
	background-color:#000;
	z-index:100;
}

.indicationArea .greenBar {
	position:absolute;
	left:0px;
	top:257px;
	width:170px;
	height:257px;
	display:inline-block;
	background-color:#71d222;
}

.expectedClass {
	position:absolute;
	left:321px;
	top:566px;
	width:320px;
	height:160px;
	box-sizing:border-box;
	display:inline-block;
	background-size:320px 160px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-image: url("images/expected_result.png");
	margin-left:-124px;
	margin-top:-80px;
}

.expectedClass .thePercent {
	position:absolute;
	left:10px;
	top:49px;
	width:114px;
	height:auto;
	box-sizing:border-box;
	display:inline-block;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	font-size:28px;
	line-height: 28px;
	color:#FFF;
	pointer-events:none;
}

.expectedClass .theTop {
	position:absolute;
	left:0px;
	top:86px;
	width:124px;
	height:auto;
	box-sizing:border-box;
	display:inline-block;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	font-size:19px;
	line-height: 24px;
	color:#FFF;
	pointer-events:none;
}

.expectedClass .theBottom {
	position:absolute;
	left:0px;
	top:115px;
	width:124px;
	height:auto;
	box-sizing:border-box;
	display:inline-block;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	font-size:19px;
	line-height: 24px;
	color:#FFF;
	pointer-events:none;
}

.sideNum {
	position:absolute;
	left:535px;
	top:305px;
	width:28px;
	height:auto;
	box-sizing:border-box;
	display:inline-block;
	text-align: left;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	font-size:19px;
	line-height: 19px;
	color:#000;
	pointer-events:none;
}

.sideNum.right {
	top:551px;
}

.bottomTile {
	position:absolute;
	left:49px;
	top:702px;
	width:132px;
	height:220px;
	box-sizing:border-box;
	display:inline-block;
	background-size:132px 220px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-image: url("images/prob_lab_item.png");
}

.bottomTile.bottomTile2 {
	left:202px;
}

.bottomTile.bottomTile3 {
	left:355px;
}

.bottomTile.bottomTile4 {
	left:507px;
}

.bottomTile.bottomTile5 {
	left:660px;
}

.bottomTile .tries {
	position:absolute;
	left:0px;
	top:20px;
	width:132px;
	height:auto;
	box-sizing:border-box;
	display:inline-block;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	font-size:24px;
	line-height: 24px;
	color:#000;
	pointer-events:none;
}

.bottomTile .prob {
	position:absolute;
	left:0px;
	top:90px;
	width:132px;
	height:auto;
	box-sizing:border-box;
	display:inline-block;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	font-size:24px;
	line-height: 24px;
	color:#000;
	pointer-events:none;
}

.bottomTile .topNum {
	position:absolute;
	left:0px;
	top:131px;
	width:132px;
	height:auto;
	box-sizing:border-box;
	display:inline-block;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	font-size:24px;
	line-height: 24px;
	color:#000;
	pointer-events:none;
}

.bottomTile .bottomNum {
	position:absolute;
	left:0px;
	top:157px;
	width:132px;
	height:auto;
	box-sizing:border-box;
	display:inline-block;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	font-size:24px;
	line-height: 24px;
	color:#000;
	pointer-events:none;
}

.bottomTile .right {
	position:absolute;
	left:38px;
	top:190px;
	width:32px;
	height:auto;
	box-sizing:border-box;
	display:inline-block;
	text-align: left;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	font-size:18px;
	line-height: 18px;
	color:#000;
	pointer-events:none;
}

.bottomTile .wrong {
	position:absolute;
	left:97px;
	top:190px;
	width:32px;
	height:auto;
	box-sizing:border-box;
	display:inline-block;
	text-align: left;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	font-size:18px;
	line-height: 18px;
	color:#000;
	pointer-events:none;
}

.largePercent {
	position:absolute;
	left:364px;
	top:250px;
	width:132px;
	height:auto;
	box-sizing:border-box;
	display:inline-block;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	font-size:44px;
	line-height: 48px;
	color:#565656;
	pointer-events:none;
}

.popUp {
	position:absolute;
	left:0px;
	top:0px;
	width:840px;
	height:1050px;
	box-sizing:border-box;
	display:inline-block;
	background-size:840px 1050px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-image: url("images/how_popup.png");
	z-index:100;
}

.popUp.infoPop {
	background-image: url("images/info_popup.png");
	z-index:100;
}

.popUp.resultsPop {
	background-image: url("images/info_popup.png");
	z-index:100;
}

.popUp h2 {
	margin:0px;
	padding:0px;
	position:absolute;
	left:231px;
	top:209px;
	width:378px;
	height:auto;
	box-sizing:border-box;
	display:inline-block;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	font-size:24px;
	line-height: 24px;
	color:#FFF;
}

.popUp.infoPop h2, .popUp.resultsPop h2 {
	top:263px;
}

.popUp .textBlock {
	position:absolute;
	left:206px;
	top:251px;
	width:424px;
	height:413px;
	box-sizing:border-box;
	padding-left:22px;
	padding-right:22px;
	display:inline-block;
	text-align: left;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	font-size:14px;
	line-height: 18px;
	color:#FFF;
	overflow-x:hidden;
	overflow-y:scroll;
}

.popUp.infoPop .textBlock, .popUp.resultsPop .textBlock {
	top:303px;
	height:auto;
}

.popUp .textBlock ul {
	padding-left:16px;
}

.popUp .textBlock ul li {
	margin-top:5px;
}

.popUp .textBlock strong {
	font-weight:700;
}

.popUp .textBlock span {
	color:#ffca0c;
	font-weight:700;
}

.popUp .closeButton {
	position:absolute;
	left:594px;
	top:195px;
	width:36px;
	height:36px;
	box-sizing:border-box;
	display:inline-block;
}

.popUp.infoPop .closeButton, .popUp.resultsPop .closeButton {
	top:252px;
}

.popUp .resetButton {
	position:absolute;
	left: 315px;
	top: 494px;
	width:213px;
	height:56px;
	box-sizing:border-box;
	display:inline-block;
	background-size:213px 56px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-image: url("images/reset_button.png");
}

.topButton {
	position:absolute;
	left: 8px;
	top: 8px;
	width:133px;
	height:40px;
	box-sizing:border-box;
	display:inline-block;
	background-size:133px 40px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-image: url("images/reset_top.png");
}

.topButton.help {
	position:absolute;
	left: 704px;
	background-image: url("images/help_top.png");
}

.soundButton {
	position:absolute;
	left: 23px;
	top: 969px;
	width:154px;
	height:34px;
	box-sizing:border-box;
	display:inline-block;
	background-size:154px 34px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-image: url("images/sound_off.png");
}

.soundButton.on {
	background-image: url("images/sound_on.png");
}

div#aem-kids-menu {
	position:absolute !important;
	width:100% !important;
	height:60px !important;
	min-height:60px !important;
	overflow:hidden !important;
	text-align: center;
	background-color:#e4002b;
}