/* CODT Applicant/Customer Account CSS Styles */
header {
	background-color:#333;
}

section {
	border-top:1px solid #ededed;
}

thead tr {
	background-color:#ededed;
}

/* Plain color resets for account panel */
h1, h2, h3 {
	color:#333;
}

h2 {
	margin-bottom:30px;
}

h3 {
	margin-top:30px;
	margin-bottom:10px;	
}


#dropdownMenu2 {
	position:relative;
	margin-bottom:20px;
}

button.dropdown-toggle {
	color:#fff !important;
}

.dropdown-menu>li>a {
	margin-bottom:10px;
}

.form-control {
	margin-bottom:5px;
}

img#footer-logo {
	max-width:150px; 
	height:auto;
	margin-top:20px;
}
