/* comparerator css */


input[type="text"].textInput {
	max-width: 250px;
	margin: 0 0 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #16b3c6;
	font-size: 1.6em;
	padding: 0 0 0 10px;
	
}

body {
background: #fda03d;
}

.row {
margin: 0;
}

div.columns {
padding-left: 2.1em;
padding-right: 2.1em;

}

.unitPicker{
margin: 0 0 1em 0;
}

.unitPicker a.small{
margin: 0 .5em 0 0;
background: #fda03d;
border: 1px dashed #5f3815;
color: #5f3815;
font-weight: normal;
}

.unitPicker a.on{
background: #5f3815;
color: #fff;
}

h2{
color: #fff;
margin: 0 0 30px 0;
}

p{
color: #fff;
}

.formQuestion{
margin: 0;
font-size: 1.3em;
}

.textInput {
float: left;
}

.unitLabel {
float: left;
margin: 1.1em 0 0 .3em;
color: #5f3815;
font-size: 1.6em;
font-weight: normal;
cursor: auto;
}

div.units a.small{
background-color: #fda03d;
border-color: #5f3815;
border-style: solid;
border-width: 2px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
color: #5f3815;
cursor: pointer;
display: inline-block;
font-family: inherit;
font-size: 1em;
font-weight: normal;
line-height: 1em;
margin: 0 .5em 1.25em 0;
padding: 0.5em 1.5em 0.5em .75em;
position: relative;
text-align: left;
text-decoration: none;
}

div.units a.on{
background-color: #5f3815;
color: #fff;

}

input.large{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 5px 5px 0px 0px rgba(95,56,21,1);
-moz-box-shadow: 5px 5px 0px 0px rgba(95,56,21,1);
box-shadow: 5px 5px 0px 0px rgba(95,56,21,1);
margin: 0 1em 1em 0;
}

ul{
list-style: none;
color: #5f3815;
font-size: 2em;
font-weight: bold;
}

a.large{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 5px 5px 0px 0px rgba(95,56,21,1);
-moz-box-shadow: 5px 5px 0px 0px rgba(95,56,21,1);
box-shadow: 5px 5px 0px 0px rgba(95,56,21,1);
margin: 0 1em 1em 0;
}

.customUnitForm input.textInput {
margin: 0 1em .5em 0;
}

.customUnitForm .unitLabel {
margin: 1.1em 0 0 0;
}

.customUnitForm a.small {
background-color: #fda03d;
border-color: #5f3815;
border-style: solid;
border-width: 2px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
color: #5f3815;
cursor: pointer;
display: inline-block;
font-family: inherit;
font-size: 1em;
font-weight: normal;
line-height: 1em;
margin: 0 .5em 1.25em 0;
padding: 0.5em 1.5em 0.5em .75em;
position: relative;
text-align: left;
text-decoration: none;
}

.customUnitForm a.on {
background-color: #5f3815;
color: #fff;
}

.clearDiv{
clear: both;
}

.resultsHeader {
color: #5f3815;
font-size: 2.5em;
margin: 2.5em 0 2.5em 0;

}

/* about us styles */

h1.aboutHeader{
font-size: 3em;
margin: 1em 0 0 0;
color: #5f3815;

}

h2.aboutHeader{
font-size: 3em;
margin: 1em 0 0 0;
color: #5f3815;
}

.aboutP {
color: #5f3815;
}


/* errors */
.errors {
	display: none;
	color: #C00;
	margin-bottom: 5px;
}

.missing {
	background: #FF7575 !important;
	color: #FFF !important;
}

/* misc */

.refresh {
	font-size: 1.4em;
	font-weight: bold;
}
