body{
    margin-left: 10%;
}

h2 {
    color: #1b6299;
    margin-left: 15%; 
    margin-bottom: 4%;
}

h3 {
    color: #1b6299;
    text-align: left; 
}

.round {
    padding:5px 15px; background:#fff; border:2px solid #2ac0e6;
    font-weight: bold; color: #596875;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    outline: 0; 
    margin: 2px;   
}

.roundButton {
    padding:5px 15px; background:#fff; border:2px solid #2ac0e6;
    cursor:pointer;
    font-weight: bold; color: #596875;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    outline: 0; 
    margin: 2px;
    z-index: -1;
}

.roundButton:hover { 
    background:#E6E6E6; border:2px solid #1b6299; 
}


.transparentBack {
    width: 100%; 
    height: 100%; 
    background-color: #666666; 
    position: absolute; 
    z-index: 99;
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}

.notificationBorder {
    margin-top: 1%; 
    padding: 10px; 
    position: absolute; 
    border: 2px solid #2ac0e6; 
    font-size: 1.2em; 
    background-color: #FFFFFF; 
    z-index: 100;
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.notificationBody {
    font-size: 1em; 
    font-weight: bold; 
    font-family: 'Josefin Sans', sans-serif; 
    color: #1b6299;
    background-color: #FFFFFF;
    z-index: 100;
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    margin-top: 20px;
    text-align: left;
}

#cPrev { 
    font-size: 1.8em;
    font-weight: bold;
    text-align: center;
    width: 100%;
    color: #FF6600;
}

#mAge { 
    font-size: 1.4em;
    color: #FF6600;
    font-weight: bold;
}

#logo {
	margin-top: 20px;
}

.noDisplay { 
    display: none;
} 

.showDisplay {
    display: block;
}

.colDiv { 
    padding: 10px;
}

#leftColDiv {
	width: 100%;
	padding: 5%;
}

#rightColDiv {
    display: table-cell;
    width: 100%; 
    padding: 5%;  
}

#containerDiv {
    display: table;
    max-width: 960px;
    min-width: 400px;
}

#containerRow {
	display:table-row;
}

#ageText {
    margin: 10px;
    font-size: 0.8em;
    font-style: italic;
    font-weight: bold;
    color: #666666;
}   

#titleText {
    font-style: italic;
    font-weight: bold;
    color: #1b6299; 
    text-align: left;
    padding: 5px;
}

#selectDiv {
    margin-left: auto;
    margin-right: auto;
}

#oddsEx {
    color: #1b6299;    
}

#ageSelect {
	width: 120px;
}

.disclaimerText {
	margin-top: 20px; font-size: 0.7em; color: #666666;
}

/*  Adjust for mobile media */

@media (max-device-width: 480px) {
    
    body {
        font-size: 1em;
    }
    
    #containerDiv  {
      left: -50px;  
    }
    
    p {
        font-size: 2em;   
    }
    
    .roundButton {
        width: 100%;
        max-width: 150px;
        height: 100px;
        max-height: 150px;
        font-size: 2em;
        z-index: 100;
    }
    
    h2 {
    	font-size: 6em;
    }
    
    input {
    	font-size: 6em;
    }
    
    #goButton { 
    	font-size: 6em;
    	width: 30%;
    }
    
    #ageSelect {
    	width: 70%;
    }
    
    #titleText, #cPrev {
    	font-size: 4em;
    }
    
    #ageText, .notificationBody, .notificationBody2 {
    	font-size: 3em;
    }
     
    .disclaimerText {
    	font-size: 1.3em;
    	margin-top: 50px;
    }
    
}