body{
    background-color: #cccccc;
    font-family: Arial, Helvetica, sans-serif;
}

.clear{
    clear: both;
}

#gameBody{
	margin-left: auto;
	margin-right: auto;
    width: 980px;
    height: 730px;
	background: rgb(5,66,145); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(5,66,145,1) 0%, rgba(31,64,196,1) 14%, rgba(43,136,217,1) 100%, rgba(125,185,232,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(5,66,145,1)), color-stop(14%,rgba(31,64,196,1)), color-stop(100%,rgba(43,136,217,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(5,66,145,1) 0%,rgba(31,64,196,1) 14%,rgba(43,136,217,1) 100%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(5,66,145,1) 0%,rgba(31,64,196,1) 14%,rgba(43,136,217,1) 100%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(5,66,145,1) 0%,rgba(31,64,196,1) 14%,rgba(43,136,217,1) 100%,rgba(125,185,232,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(5,66,145,1) 0%,rgba(31,64,196,1) 14%,rgba(43,136,217,1) 100%,rgba(125,185,232,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#054291', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
	border-radius: 10px;
}

#gameBodyWallaby{
    margin-left: auto;
    margin-right: auto;
    width: 980px;
    height: 730px;
    border-radius: 10px;
    background: #576810; /* Old browsers */
    background: -moz-linear-gradient(top, #576810 0%, #6f8424 26%, #89a340 56%, #9ebc5c 80%, #9ebc5c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#576810), color-stop(26%,#6f8424), color-stop(56%,#89a340), color-stop(80%,#9ebc5c), color-stop(100%,#9ebc5c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #576810 0%,#6f8424 26%,#89a340 56%,#9ebc5c 80%,#9ebc5c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #576810 0%,#6f8424 26%,#89a340 56%,#9ebc5c 80%,#9ebc5c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #576810 0%,#6f8424 26%,#89a340 56%,#9ebc5c 80%,#9ebc5c 100%); /* IE10+ */
    background: linear-gradient(to bottom, #576810 0%,#6f8424 26%,#89a340 56%,#9ebc5c 80%,#9ebc5c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#576810', endColorstr='#9ebc5c',GradientType=0 ); /* IE6-9 */
}

#gameBodyFrog{
    margin-left: auto;
    margin-right: auto;
    width: 980px;
    height: 730px;
    border-radius: 10px;
    background: #167265; /* Old browsers */
    background: -moz-linear-gradient(top, #167265 0%, #319387 26%, #4eafa5 56%, #71c9c3 80%, #71c9c3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#167265), color-stop(26%,#319387), color-stop(56%,#4eafa5), color-stop(80%,#71c9c3), color-stop(100%,#71c9c3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #167265 0%,#319387 26%,#4eafa5 56%,#71c9c3 80%,#71c9c3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #167265 0%,#319387 26%,#4eafa5 56%,#71c9c3 80%,#71c9c3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #167265 0%,#319387 26%,#4eafa5 56%,#71c9c3 80%,#71c9c3 100%); /* IE10+ */
    background: linear-gradient(to bottom, #167265 0%,#319387 26%,#4eafa5 56%,#71c9c3 80%,#71c9c3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#167265', endColorstr='#71c9c3',GradientType=0 ); /* IE6-9 */
}

#gameBodyFlea{
    margin-left: auto;
    margin-right: auto;
    width: 980px;
    height: 730px;
    border-radius: 10px;
    background: #af9527; /* Old browsers */
    background: -moz-linear-gradient(top, #af9527 0%, #c4ac49 27%, #e5d276 56%, #e0e9a6 80%, #e0e9a6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#af9527), color-stop(27%,#c4ac49), color-stop(56%,#e5d276), color-stop(80%,#e0e9a6), color-stop(100%,#e0e9a6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #af9527 0%,#c4ac49 27%,#e5d276 56%,#e0e9a6 80%,#e0e9a6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #af9527 0%,#c4ac49 27%,#e5d276 56%,#e0e9a6 80%,#e0e9a6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #af9527 0%,#c4ac49 27%,#e5d276 56%,#e0e9a6 80%,#e0e9a6 100%); /* IE10+ */
    background: linear-gradient(to bottom, #af9527 0%,#c4ac49 27%,#e5d276 56%,#e0e9a6 80%,#e0e9a6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af9527', endColorstr='#e0e9a6',GradientType=0 ); /* IE6-9 */
}

#gameHeader{
    width: 100%;
    min-height: 100px;
}
#allContent{
    width: 972px;
    height:626px;
	background-color: rgb(255,255,255); /* Old browsers */
	margin-left: 4px;
	z-index: 0;
	border-radius: 10px;
}
#gameContent{
	position: absolute;
    width: 968px;
    height:626px;
	background-color: rgb(255,255,255); /* Old browsers */
	margin-left: 4px;
	border-radius: 10px;
}
#menuContent{
    width: 1012px;
    height:626px;
	margin-top: -20px;
	background-color: rgb(255,255,255); /* Old browsers */
	margin-left: 4px;
	z-index: 0;
	border-radius: 10px;
}

#gameFooter{
    width: 100%;
    height: 115px;
	top: 325px;
	position: absolute;
}

.gameFooterFlea{
    width: 715px !important;
    top: 400px !important;
}

#lineCanvas{
 position:absolute;
 z-index: 9;
 margin-top: 360px;
 }

#divLabelAmount{
    width: 145px;
    margin-top: 25px;
    margin-left: 75px;
    float: left;
    text-align: center;
}

#divLabelAmountClick:hover{
    cursor: pointer;
}

.arrow-left{
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #5dc328;
}

.arrow-left:hover {
    cursor: pointer;
}

.arrow-right{
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #5dc328;
}

.arrow-right:hover {
    cursor: pointer;
}

.divArrowChanger{
    float: left;
    position: relative;
    margin-top: 10px;
    margin-left: 20px;
    text-align: center;
    width: 150px;
}

.divArrowChangerFlea{
    float: left;
    position: relative;
    margin-top: 160px;
    margin-left: 600px;
    text-align: center;
    width: 150px;
    z-index: 10;
}

.divArrows{
    width: 145px;
}

.divValueLabel{
    float: left;
    width: 80px;
    text-align: center;
}

#logo{
    margin-left: 15px;
    margin-top: 15px;
    float: left;
}

#pbs{
    margin-left: 400px;
    margin-top: 15px;
    float: left;
}

#divRiddleContestentWrapper{
	position: absolute;
	width: 800px;
	height: 300px;
	margin-left:80px;
	margin-top: 35px;
}

#divRiddleContestentWrapper p{
	font-size: 13px;
    color: #007692;
    font-weight: bold;
}

.inequalityText
{
    font-size: 16px;
}

.divRiddleContestentWrapperFlea{
    margin-left:35px !important;
}

#divTickMarksChangeWrapper {
    position: absolute;
    margin-top: -50px;
}

#riddle{
    width: 500px;
	height: 250px;
    font-size: 18px;
    float: left;
	border: 1px solid #c2c2c2;
	box-shadow: 2px 2px 2px #c2c2c2;
	padding: 8px;
	padding-left: 20px;
}

#riddleList{
    line-height: 35px;
    margin-top: -15px;
}

#riddleListWallaby{
    line-height: 28px;
    margin-top: -15px;
}

.riddleFlea{
    width: 430px !important;
    height: 350px !important;
}

#divContestantHolder{
    float: left;
	height: 250px;
    font-size: 14pt;
	border: 1px solid #c2c2c2;
	padding: 8px;
	margin-left: 20px;
	box-shadow: 2px 2px 2px #c2c2c2;
    width: 230px;
}

.divContestantHolderFlea{
    height: 350px !important;
}

.imgInequality{
    width: 26px;
    height: 26px;
    vertical-align: middle;
    margin-right: 15px;
}

.imgInequality:hover{
    cursor: pointer;
}

.imgContestant{
    width: 60px;
    height: 56px;
    vertical-align: middle;
    margin-right: 15px;
}

.imgContestant:hover{
    cursor: pointer;
}

.center{
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}

.hidden{
    display: none;
}

#welcome{
	width: 800px;
	height: 600px;
	text-align: center;
	background-image: url('../img/backleaf.png');
	background-size: 800px 600px;
	background-repeat: no-repeat;
}
#welcome h1{
	
}

#divMainMenu{
    width: 900px;
	height: 350px;
	position: relative;
	margin-top: 50px;
}

#riddleButtons{
    width: 500px;
    margin-top: 550px;
    text-align: center;
	position: absolute;
	margin-left: 240px;
}

.riddleButtonsFlea{
    margin-top: 490px !important;
    margin-left: 150px !important;
}

#instructions{
    width: 700px;
    text-align: center;
    positon: fixed;
    margin-top: -100px;
    font-size: 12px;
    margin-left: -110px;
}

#response{
    width: 700px;
    text-align: center;
	positon: fixed;
	margin-top: 20px;
    margin-left: -100px;
}

.mainMenuButton{
    width: 25px;
    height: 24px;
    vertical-align: middle;
    margin-right: 20px;
}

.imgButton {
    -moz-box-shadow:inset 0px 1px 0px 0px #bee2f9;
    -webkit-box-shadow:inset 0px 1px 0px 0px #bee2f9;
    box-shadow:inset 0px 1px 0px 0px #bee2f9;
	background: rgb(255,168,76); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,168,76,1) 0%, rgba(255,123,13,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,168,76,1)), color-stop(100%,rgba(255,123,13,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 ); /* IE6-9 */
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #c2c2c2;
    display:inline-block;
    color:#000;
    font-family:arial;
    font-size:15px;
    font-weight:bold;
    padding:6px 24px;
    text-decoration:none;
    text-shadow:1px 1px 0px #c2c2c2;
}.imgButton:hover {
     background-color:#e68937;
 }.imgButton:active {
      position:relative;
      top:1px;
  }

.imgButtonDisabled {
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
	background: rgb(225,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(225,255,255,1) 0%, rgba(225,255,255,1) 7%, rgba(225,255,255,1) 12%, rgba(253,255,255,1) 12%, rgba(230,248,253,1) 30%, rgba(200,238,251,1) 54%, rgba(190,228,248,1) 75%, rgba(177,216,245,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(225,255,255,1)), color-stop(7%,rgba(225,255,255,1)), color-stop(12%,rgba(225,255,255,1)), color-stop(12%,rgba(253,255,255,1)), color-stop(30%,rgba(230,248,253,1)), color-stop(54%,rgba(200,238,251,1)), color-stop(75%,rgba(190,228,248,1)), color-stop(100%,rgba(177,216,245,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(225,255,255,1) 0%,rgba(225,255,255,1) 7%,rgba(225,255,255,1) 12%,rgba(253,255,255,1) 12%,rgba(230,248,253,1) 30%,rgba(200,238,251,1) 54%,rgba(190,228,248,1) 75%,rgba(177,216,245,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(225,255,255,1) 0%,rgba(225,255,255,1) 7%,rgba(225,255,255,1) 12%,rgba(253,255,255,1) 12%,rgba(230,248,253,1) 30%,rgba(200,238,251,1) 54%,rgba(190,228,248,1) 75%,rgba(177,216,245,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(225,255,255,1) 0%,rgba(225,255,255,1) 7%,rgba(225,255,255,1) 12%,rgba(253,255,255,1) 12%,rgba(230,248,253,1) 30%,rgba(200,238,251,1) 54%,rgba(190,228,248,1) 75%,rgba(177,216,245,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(225,255,255,1) 0%,rgba(225,255,255,1) 7%,rgba(225,255,255,1) 12%,rgba(253,255,255,1) 12%,rgba(230,248,253,1) 30%,rgba(200,238,251,1) 54%,rgba(190,228,248,1) 75%,rgba(177,216,245,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1ffff', endColorstr='#b1d8f5',GradientType=0 ); /* IE6-9 */
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #c2c2c2;
    display:inline-block;
    color:#777777;
    font-family:arial;
    font-size:15px;
    font-weight:bold;
    padding:6px 24px;
    text-decoration:none;
    text-shadow:1px 1px 0px #ffffff;
}

#returnButton{
	border-top:inset 1px solid #000;
	width: 75px;
	height: 50px;
	text-align: center;
	color: #fff;
	margin-left: 915px;
	border-radius: 0px 0px 10px 10px;
	background: rgb(5,66,145); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(5,66,145,1) 0%, rgba(31,64,196,1) 14%, rgba(43,136,217,1) 100%, rgba(125,185,232,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(5,66,145,1)), color-stop(14%,rgba(31,64,196,1)), color-stop(100%,rgba(43,136,217,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(5,66,145,1) 0%,rgba(31,64,196,1) 14%,rgba(43,136,217,1) 100%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(5,66,145,1) 0%,rgba(31,64,196,1) 14%,rgba(43,136,217,1) 100%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(5,66,145,1) 0%,rgba(31,64,196,1) 14%,rgba(43,136,217,1) 100%,rgba(125,185,232,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(5,66,145,1) 0%,rgba(31,64,196,1) 14%,rgba(43,136,217,1) 100%,rgba(125,185,232,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#054291', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
	box-shadow: 1px 1px 1px #000;
}
#returnButton:hover{
    cursor: pointer
}


a{text-decoration: none;}

#frog {
	width: 250px;
	height:250px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/frogs.png);
	background-size: 250px 179px;
    background-repeat: no-repeat;
    background-position: center;
	border-radius:   10px  10px  10px  10px;
}
#flea {
	width: 250px;
	height:250px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/fleas.png);
    background-size: 250px 179px;
    background-repeat: no-repeat;
    background-position: center;
	border-radius:   10px  10px  10px  10px;
}
#wallaby{
	width: 250px;
	height:250px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/wallaby.png);
    background-size: 250px 179px;
    background-repeat: no-repeat;
    background-position: center;
	border-radius:   10px  10px  10px  10px;
}
.tileContent{
	width: 200px;
	height:200px;
	text-align: center;
}

.frogGame{
    width:250px;
    height: 300px;
    border: 2px solid black;
    float: left;
    margin: 2px;
    border-radius: 10px  10px  10px  10px;
	background: -moz-linear-gradient(left,  rgba(180,223,91,1) 0%, rgba(180,223,91,0.59) 44%, rgba(180,223,91,0.59) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(180,223,91,1)), color-stop(44%,rgba(180,223,91,0.59)), color-stop(100%,rgba(180,223,91,0.59))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(180,223,91,1) 0%,rgba(180,223,91,0.59) 44%,rgba(180,223,91,0.59) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(180,223,91,1) 0%,rgba(180,223,91,0.59) 44%,rgba(180,223,91,0.59) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(180,223,91,1) 0%,rgba(180,223,91,0.59) 44%,rgba(180,223,91,0.59) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(180,223,91,1) 0%,rgba(180,223,91,0.59) 44%,rgba(180,223,91,0.59) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4df5b', endColorstr='#96b4df5b',GradientType=1 ); /* IE6-9 */
    -webkit-transition: all .2s ease-in-out;
}
.frogGame:hover{
transform:scale(1.5,1.5);
-ms-transform:scale(1.5,1.5); /* IE 9 */
-webkit-transform:scale(1.5,1.5);
border-radius:  10px  10px  10px  10px;
}
.fleaGame
{
   width:250px;
    height: 300px;
    border: 2px solid black;
    margin: 2px;
	float: left;
    border-radius:  10px  10px  10px  10px;
	background: -moz-linear-gradient(left,  rgba(239,197,202,1) 0%, rgba(210,75,90,0.58) 50%, rgba(215,86,100,0.51) 58%, rgba(241,142,153,0.51) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(239,197,202,1)), color-stop(50%,rgba(210,75,90,0.58)), color-stop(58%,rgba(215,86,100,0.51)), color-stop(100%,rgba(241,142,153,0.51))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(239,197,202,1) 0%,rgba(210,75,90,0.58) 50%,rgba(215,86,100,0.51) 58%,rgba(241,142,153,0.51) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(239,197,202,1) 0%,rgba(210,75,90,0.58) 50%,rgba(215,86,100,0.51) 58%,rgba(241,142,153,0.51) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(239,197,202,1) 0%,rgba(210,75,90,0.58) 50%,rgba(215,86,100,0.51) 58%,rgba(241,142,153,0.51) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(239,197,202,1) 0%,rgba(210,75,90,0.58) 50%,rgba(215,86,100,0.51) 58%,rgba(241,142,153,0.51) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efc5ca', endColorstr='#82f18e99',GradientType=1 ); /* IE6-9 */
    -webkit-transition: all .2s ease-in-out;
      
}
.fleaGame:hover
{
transform:scale(1.5,1.5);
-ms-transform:scale(1.5,1.5); /* IE 9 */
-webkit-transform:scale(1.5,1.5);
border-radius:  10px  10px  10px  10px;
    
}
.wallabyGame{
   width:250px;
    height: 300px;
    border: 2px solid black;
     float: left;
    margin: 2px;
    border-radius:  10px  10px  10px  10px;
    background: -moz-linear-gradient(-45deg, rgba(109,179,242,1) 0%, rgba(84,163,238,0.71) 50%, rgba(51,127,228,0.53) 81%, rgba(30,105,222,0.53) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(109,179,242,1)), color-stop(50%,rgba(84,163,238,0.71)), color-stop(81%,rgba(51,127,228,0.53)), color-stop(100%,rgba(30,105,222,0.53))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, rgba(109,179,242,1) 0%,rgba(84,163,238,0.71) 50%,rgba(51,127,228,0.53) 81%,rgba(30,105,222,0.53) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, rgba(109,179,242,1) 0%,rgba(84,163,238,0.71) 50%,rgba(51,127,228,0.53) 81%,rgba(30,105,222,0.53) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, rgba(109,179,242,1) 0%,rgba(84,163,238,0.71) 50%,rgba(51,127,228,0.53) 81%,rgba(30,105,222,0.53) 100%); /* IE10+ */
    background: linear-gradient(135deg, rgba(109,179,242,1) 0%,rgba(84,163,238,0.71) 50%,rgba(51,127,228,0.53) 81%,rgba(30,105,222,0.53) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#871e69de',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
     -webkit-transition: all .2s ease-in-out;
}
.wallabyGame:hover{
	transform:scale(1.5,1.5);
	-ms-transform:scale(1.5,1.5); /* IE 9 */
	-webkit-transform:scale(1.5,1.5);
	border-radius:  10px  10px  10px  10px;
	box-shadow: none;
}
.gameTitle{
	font-size: 18px;
	color: #000;
	margin-top: 25px;
	padding-bottom: 10px;
	font-family: Arial;
	text-align: center;
	width: 250px;
}

#backFrog{
	width: 400px;
	height: 350px;
	margin-top: -16px;
	margin-left: -84px;
	background-image: url('../img/backfrog.png');
	background-repeat: no-repeat;
	position: absolute;
	z-index: 0;
	overflow: hidden;
}

#backWallaby{
    width: 400px;
    height: 350px;
    margin-top: -9px;
    margin-left: -87px;
    background-image: url('../img/wallabyback.png');
    background-repeat: no-repeat;
    position: absolute;
    z-index: 0;
    overflow: hidden;
}

#backFlea{
    width: 400px;
    height: 350px;
    margin-top: -116px;
    margin-left: -39px;
    background-image: url('../img/fleaback.png');
    background-repeat: no-repeat;
    position: absolute;
    z-index: 0;
    overflow: hidden;
}

.font10{
    font-size: 10pt !important;
}

.wallabyFont{
    font-size: 15px !important;
}

.tickMarksTableCell{
    float: left;
    width: 16%;
}

.fraction {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    text-align: center;
    font-size: 65%;
}
.fraction > span {
    display: block;
    padding: 0.2em;
    line-height: 1;
}
.fraction span.denominator {border-top: thin solid black;}
.fraction span.bar {display: none;}