/*index3.css - Override NCAT's styles where it makes sense*/

h1, h2 {
	text-transform: uppercase;
	font-weight: 900;
	margin-bottom: 15px;
	color: #022761;
}

select, label, input {
	color: #46474a;
	margin-top: 10px;
	color: #71757D;
}

input {
	border: 2px solid #fdb827;
}

label {
	letter-spacing: .01em;
	font-size: 0.9em;
}

select:disabled ,
input:disabled {
	background-color: #ddd;	
}

input {
	font-size: 1em;
	background: #fff;
	padding: 12px;
	margin-bottom: 15px;
	/*color: #46474a;*/
}

select:focus, input:focus {
	color: black;
}

table {
	color: black;
}

p {
	color: #46474a;
	line-height: 1.8em;
}
