		* + .row {
    	margin-top: 10px;
		}
		.row.extraMargin {
    	margin: 10px 0px;
		}
		.row.extraMargin:hover {
    	opacity: 0.9;
		}
		p.intro {
    	font-size: 17px;
   	 	margin: 20px 0 40px 0;
   	 	color: #555;
		}
		p.intro span {
    	font-style:oblique;
    	font-size: 16px;
		}
		p.intro a {
			color: #4172b4;
    	font-weight: bold;
    	font-size: 17px;
		}
		input[type=number]::-webkit-inner-spin-button {
    	opacity: 1
		}
		.bkg1 {
		    background: #2a3340;
		}
		.bkg2 {
		    background: #5e646b;
		}
		.bkg3 {
    	background: #5c7594;;
		}
		.bkg4 {
    	background: #1c4680;
    	font-size: 1.2em !important;
    }
		.bkg5 {
    	background: #4172B4;
    	font-size: 1.1em !important;
		}
		.bkg6 {
    	background: #4172B4;
    	font-size: 1.08em !important;
		}
		.bkg7 {
    	background: #4B78B6;
    	font-size: 1.06em !important;
		}
		.bkg8 {
    	background: #547FB8;
    	font-size: 1.04em !important;
		}
		.bkg9 {
    	background: #5E85BA;
    	font-size: 1.02em !important;
		}
		.bkg10 {
    	background: #678BBC;
    	font-size: 1.0em !important;
		}
		.bkg11, .bkg12 {
    	background: #7192BF;
    	font-size: 0.98em !important;
		}
		.faded {
			background: #d8d8d8;
		}
		.black {
			color:#333 !important;
		}
		.res_row2 {
	    line-height: 30px;
	    height: 50px;
	    font-size: 18px;
	    color:#eee;
		}
		.passive {
	    font-weight: bold;
	    color: #ffca7b;
	    letter-spacing: 1px;
    	font-size: 22px;
		}
		.stepper input[type="number"] {
			color:white;
		}
		.stepper-arrow:hover {
    	color: white;
		}
		h4 {
		    text-align: center;
		    font-size: 30px;
		    letter-spacing: 0px;
		    color: #555;
		}
		.compOdds {
		    text-align: center;
		    font-size: 18px;
		    border: 1px solid #fff;
		    background: #1c4680;
		    color: #eee;
		    padding: 10px;
		    margin: 10px 0;
		}
		.compOdds.compOddsText1 {
    	background: #4a5056;
		}
		.compOdds.compOddsText2 {
    	background: #6b796c;
		}
		.bigger {
	    font-size: 28px;
	    color: #ffca7b;
	    padding: 0 5px;
		}
		.info {
    	font-style: oblique;
    	color:#888;
		}
		@media screen and (max-width: 768px) {
			.res_row2 {
    		text-align: center;
			}
			h4 {
				margin-top:40px;
			}
		}