body.page-id-209535 #main-content, body.page-id-209535 div#footer-bottom {
	color:#fff;
	background-color:#1f1f1f!important;
}

ul#cfl-downloads-list {
	list-style-type: none!important;
	padding:0!important;
}

#cfl-further-info-fields {
	float:left;
	width:40%;
	margin-right:10%;
}

select#cfl-country, textarea {
	width:94%;
}

textarea {
	height: 100px;
}

#cfl-contact-fields {
	float:left;
	width:50%;
}

p.cfl-input.odd {
	float:left;
	width:50%;
}

p.cfl-input.even {
	float:left;
	width:50%;
}

#cfl-contact-fields input[type="text"], #cfl-contact-fields select, #cfl-contact-fields textarea {
	background-color: #69beab;
	color:#000;
	padding: 16px;
	font-size: 14px;
}

input[type="text"]::placeholder, textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1; /* Firefox */
}

input[type="text"]:-ms-input-placeholder, textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
}

input[type="submit"]#cfl-submit {
	font-size: 23px;
	border-color: #69beab;
	color: #69beab;
	background-color: #1f1f1f;
    float: right;
    margin-right: 6%;
	margin-top: 10px;
}
	
input[type="submit"]#cfl-submit:hover, input[type="submit"]#cfl-submit:focus {
	background-color: #69beab;
	color: #fff;
}

/** Suppress Wordpress output we don't need */
div#left-area {
	width:100%;
}

div#sidebar {
	display: none;
}