@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:1016px;
	box-sizing:border-box;
	display:inline-block;
	background-size:840px 1016px;
	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:528px;
	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:650px;
	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:690px;
	background-image: url("images/about_button.png");
}

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

.infoButton.life {
	top:728px;
	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;
}

.dotSelect {
	position:absolute;
	left:266px;
	top:476px;
	width:25px;
	height:25px;
	box-sizing:border-box;
	display:inline-block;
	background-size:25px 25px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-image: url("images/dot.png");
	cursor:pointer;
}

.dotSelect.dotSelect2 {
	left:376px;
}

.dotSelect.dotSelect3 {
	left:486px;
}

.dotSelect.pick {
	background-image: url("images/dot_select.png");
}

.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:1016px;
	box-sizing:border-box;
	display:inline-block;
	background-size:840px 1016px;
	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.aboutPop {
	background-image: url("images/about_pop.png");
}

.popUp.cityPop {
	background-image: url("images/city_popup.png");
}

.popUp.concertPop {
	background-image: url("images/concert_popup.png");
}

.popUp.quizPop {
	background-image: url("images/quiz_background.png");
}

.popUp.endPop {
	background-image: url("images/end.png");
}

.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.aboutPop .textBlock {
	left: 118px;
	width: 603px;
	height:auto;
}

.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.aboutPop .closeButton {
	left: 676px;
	top: 206px;
}

.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");
	z-index:110;
}

.topButton.end {
	position:absolute;
	left: 502px;
	top: 786px;
	width:238px;
	height:52px;
	box-sizing:border-box;
	display:inline-block;
	background-size:238px 52px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-image: url("images/end_reset.png");
	z-index:auto;
}

.topButton.end:hover {
	background-image: url("images/end_reset_over.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");
	z-index:110;
}

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

.mapTab {
	position:absolute;
	left: 112px;
	top: 494px;
	width:41px;
	height:53px;
	box-sizing:border-box;
	display:inline-block;
	background-size:41px 53px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-image: url("images/tab_need.png");
	margin-left:-20px;
	margin-top:-48px;
	pointer-events:none;
}

.mapTab.available {
	pointer-events:auto;
	background-image: url("images/tab_available.png");
	cursor: pointer;
}

.mapTab.completed {
	background-image: url("images/tab_completed.png");
	pointer-events:none !important;
}

.mapTab.mapTab1 {
	left: 79px;
	top: 611px;
}

.mapTab.mapTab2 {
	left: 180px;
	top: 597px;
}

.mapTab.mapTab3 {
	left: 105px;
	top: 674px;
}

.mapTab.mapTab4 {
	left: 172px;
	top: 688px;
}

.mapTab.mapTab5 {
	left: 251px;
	top: 616px;
}

.mapTab.mapTab6 {
	left: 382px;
	top: 633px;
}

.mapTab.mapTab7 {
	left: 407px;
	top: 589px;
}

.mapTab.mapTab8 {
	left: 451px;
	top: 576px;
}

.mapTab.mapTab9 {
	left: 560px;
	top: 559px;
}

.mapTab.mapTab10 {
	left: 540px;
	top: 582px;
}

.mapTab.mapTab11 {
	left: 515px;
	top: 611px;
}

.mapTab.mapTab12 {
	left: 487px;
	top: 689px;
}

.mapTab.mapTab13 {
	left: 476px;
	top: 750px;
}

.mapTab.mapTab14 {
	left: 509px;
	top: 777px;
}

.mapTab.mapTab15 {
	left: 395px;
	top: 747px;
}

.mapTab.mapTab16 {
	left: 420px;
	top: 663px;
}

.mapTab.mapTab17 {
	left: 330px;
	top: 712px;
}

.displayAmount {
	position:absolute;
	left:211px;
	top:290px;
	width:110px;
	height:auto;
	display:inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	font-size:33px;
	line-height: 33px;
	color:#FFF;
	text-align: left;
	pointer-events:none;
}

.selectedDisplay {
	position:absolute;
	left:146px;
	top:420px;
	width:364px;
	height:auto;
	display:inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	font-size:18px;
	line-height: 18px;
	color:#000;
	text-align: center;
	pointer-events:none;
}

.indHolder {
	position:absolute;
	left:146px;
	top:449px;
	width:364px;
	height:auto;
	display:inline-block;
	text-align: center;
	pointer-events:none;
}

.indHolder .ind {
	position:relative;
	left:0px;
	top:0px;
	width:18px;
	height:18px;
	box-sizing:border-box;
	display:inline-block;
	background-size:18px 18px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-image: url("images/ind.png");
	margin-left:2px;
	margin-right:2px;
}

.indHolder .ind.used {
	background-image: url("images/ind_used.png");
}

.graphHolder {
	position:absolute;
	left:352px;
	top:290px;
	width:329px;
	height:22px;
	display:inline-block;
	overflow:hidden;
	background: rgb(254,57,25);
background: linear-gradient(90deg, rgba(254,57,25,1) 0%, rgba(254,177,44,1) 50%, rgba(97,210,56,1) 100%);
}

.graphHolder .blocker {
	position:absolute;
	left:0px;
	top:0px;
	width:2px;
	height:22px;
	display:inline-block;
	background-color:#000;
}

.graphHolder .bar {
	position:absolute;
	left:0px;
	top:0px;
	width:329px;
	height:22px;
	display:block;
	background-color:#999999;
}

.cityHeader {
	position:absolute;
	left:256px;
	top:543px;
	width:217px;
	height:auto;
	display:inline-block;
	text-align: left;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	font-size:18px;
	line-height: 18px;
	color:#FFF;
	pointer-events: none;
}

.concertPop .cityHeader {
	left: 144px;
	top: 419px;
}

.cityInfo {
	position:absolute;
	left:180px;
	top:577px;
	width:293px;
	height:auto;
	display:inline-block;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	font-size:17px;
	line-height: 22px;
	color:#333333;
	pointer-events: none;
}

.concertPop .cityInfo {
	text-align: left;
	left: 216px;
	top: 454px;
	font-size: 16px;
	line-height: 23px;
}

.cityButton {
	position:absolute;
	left:211px;
	top:655px;
	width:109px;
	height:35px;
	box-sizing:border-box;
	display:inline-block;
	background-size:109px 35px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-image: url("images/noway.png");
}

.cityButton.noway:hover {
	background-image: url("images/noway_roll.png");
}

.cityButton.bookit {
	left:333px;
	background-image: url("images/bookit.png");
}

.cityButton.bookit:hover {
	background-image: url("images/bookit_roll.png");
}

.spinButton {
	position:absolute;
	left:341px;
	top:569px;
	width:63px;
	height:33px;
	box-sizing:border-box;
	display:none;
	background-size:63px 33px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-image: url("images/spin.png");
}

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

.spinner {
	position:absolute;
	left:618px;
	top:583px;
	width:262px;
	height:262px;
	box-sizing:border-box;
	display:inline-block;
	background-size:262px 262px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-image: url("images/spin_1.png");
	margin-left:-131px;
	margin-top:-131px;
}

.goodBad {
	position:absolute;
	left:0px;
	top:0px;
	width:840px;
	height:1016px;
	box-sizing:border-box;
	display:none;
	background-size:840px 1016px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-image: url("images/bad1.png");
}

.cityRevenue {
	position:absolute;
	left:194px;
	top:569px;
	width:60px;
	height:auto;
	display:inline-block;
	text-align: left;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	font-size:17px;
	line-height: 33px;
	color:#333333;
	pointer-events: none;
}

.cityExpenses {
	position:absolute;
	left:268px;
	top:569px;
	width:60px;
	height:auto;
	display:inline-block;
	text-align: left;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	font-size:17px;
	line-height: 33px;
	color:#333333;
	pointer-events: none;
}

.cityProfit {
	position:absolute;
	left:345px;
	top:569px;
	width:60px;
	height:auto;
	display:inline-block;
	text-align: left;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	font-size:17px;
	line-height: 33px;
	color:#333333;
	pointer-events: none;
}

.totalDisplay {
	position:absolute;
	left:291px;
	top:686px;
	width:105px;
	height:auto;
	display:inline-block;
	text-align: right;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	font-size:19px;
	line-height: 36px;
	color:#FFF;
	pointer-events: none;
}

.pos1 {
	top:569px !important;
	display:inline-block !important;
}

.pos2 {
	top:602px !important;
	display:inline-block !important;
}

.pos3 {
	top:635px !important;
	display:inline-block !important;
}

.quizPop .questionText {
	position:absolute;
	left:190px;
	top:466px;
	width:456px;
	height:79px;
	display:inline-block;
	text-align: left;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	font-size:15px;
	line-height: 20px;
	color:#333333;
	overflow-x:hidden;
	overflow-y:scroll;
}

.quizPop .questionValue {
	position:absolute;
	left:302px;
	top:423px;
	width:213px;
	height:35px;
	display:inline-block;
	text-align: right;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	font-size:17px;
	line-height: 35px;
	color:#FFF;
	pointer-events: none;
}

.quizPop .answer {
	position:absolute;
	left:190px;
	top:545px;
	width:456px;
	height:46px;
	box-sizing:border-box;
	display:inline-block;
	background-size:456px 46px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	text-align: left;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	font-size:15px;
	line-height: 20px;
	color:#333333;
	padding-left:63px;
	text-decoration: none;
	padding-top:8px;
}

.quizPop .answer.correct {
	background-image: url("images/quiz_correct.png");
	pointer-events:none !important;
}

.quizPop .answer.wrong {
	background-image: url("images/quiz_wrong.png");
	pointer-events:none !important;
}

.quizPop .answer.answer1 {
	top:591px;
}
.quizPop .answer.answer2 {
	top:637px;
}
.quizPop .answer.answer3 {
	top:685px;
}

.quizPop .overlay {
	position:absolute;
	left:0px;
	top:0px;
	width:840px;
	height:1016px;
	box-sizing:border-box;
	display:inline-block;
	background-size:840px 1016px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-image: url("images/correct_overlay.png");
}

.quizPop .overlay.wrong {
	background-image: url("images/wrong_overlay.png");
}

.resultsHolder1 {
	position:absolute;
	left:624px;
	top:408px;
	width:163px;
	height:auto;
	display:inline-block;
	pointer-events:none;
}

.resultsHolder1 .result {
	position:relative;
	left:0px;
	top:0px;
	width:163px;
	height:21px;
	display:inline-block;
	margin-top:3px;
	background-color:#084f83;
	text-align: left;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	font-size:13px;
	line-height: 21px;
	color:#FFF;
}

.resultsHolder1 .result span {
	position:absolute;
	left:9px;
	top:0px;
	width:145px;
	height:auto;
	display: block;
}

.resultsHolder1 .result span.cost {
	text-align: right;
	font-weight:700;
	color:#FF0000;
}

.resultsHolder1 .result span.cost.plus {
	color:#00A521;
}

.resultsHolder2 {
	position:absolute;
	left:78px;
	top:458px;
	width:373px;
	height:auto;
	display:inline-block;
	pointer-events:none;
}

.resultsHolder2 .result {
	position:relative;
	left:0px;
	top:0px;
	width:373px;
	height:21px;
	display:inline-block;
	margin-top:3px;
	background-color:#084f83;
	text-align: left;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	font-size:13px;
	line-height: 21px;
	color:#FFF;
}

.resultsHolder2 .result span {
	position:absolute;
	left:9px;
	top:0px;
	width:179px;
	height:auto;
	display: block;
}

.resultsHolder2 .result span.cost {
	text-align: right;
	font-weight:700;
	color:#FF0000;
}

.resultsHolder2 .result span.cost.plus {
	color:#00A521;
}

.resultsHolder2 .result span.prob {
	left:219px;
	width:64px;
	text-align: center;
	color:#FFF;
}

.resultsHolder2 .result span.actual {
	left:310px;
	width:42px;
	text-align: center;
	color:#FFF;
}

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;
}