/*
Theme Name: Webforms [BLANK]
Theme URI: http://central.washingtonexaminer.com/webforms
Description: 
Author: David Lindsey
Author URI: http://www.washingtonexaminer.com
Version: 1
*/
html, body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px !important;
}

#form {
	width: 400px;
	margin: 0px auto;
	display: block;
}
#form .gform_wrapper {
	margin: 0px;
}
#form .gform_wrapper .top_label input.medium, #form .gform_wrapper .top_label select.medium {
	width: 98%;
}

.contacttest {
	width: 300px !important;
}

#form.askmattlabashform {
	width: 100%;
}

@media all and (max-width: 767px) {
    #form {
        width: 320px;
    }
}