body .ui-footer .ui-title {
 white-space: normal;
 }

input[type=number]::-webkit-inner-spin-button { /* for Windows WebKit */
    -webkit-appearance: none;
}


input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

input{
	-webkit-appearance: none;
	border-style: none;
}


.fieldcontain {
	margin: .4em;

}

.results {
	
	margin-bottom: 10px;
	
	max-height: none;
	
	min-height: 75px;
	
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	}
	
.theory {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#525252));
		background: -moz-linear-gradient(top, #888, #525252);
		-webkit-border-radius:6px;
		-moz-border-radius: 6px;
		padding: 5px;
		margin: 0 auto 20px;

	}

.theory p:first-letter {        
		font-size: 18px;
		
	}

.theory h3 {
		font-weight: bold;
		font-size: 18px;
	}
