@charset "utf-8";

tr.odd td, tr.odd td input {
	background-color: #bad8f0;
}

tr.even td, tr.even td input {
	background-color: #d9ebf9;
}


input.r, input.r:disabled, input.w, input.l {
	-webkit-text-fill-color: #555;
	-webkit-opacity: 1;
	font-size: 16px;
	text-align: right;
	width: 150px;
	height: 26px;
	padding: 3px;
	border: 0;
	border-radius: 0 !important;
}

input.w, input.l {
	border: 1px solid #8898cf !important;
}

#reset, #contact_us {
	font-size: 11px;
}

#contact_us {
	float: right;
}

#illustration {
    max-width: 100%;
    padding: 10%;
    height: auto;
}
