#myCarousel, nav, footer, .g-recaptcha, .buttonPad, .g-recaptcha + p
{
	display: none;
}
.container
{
	width: 100%;
}
.col-xs-12, .col-md-6
{
	width: 50%;
}
.form-group
{
	margin-bottom: 3px;
}
form
{
	float: left;
}
main h1
{
	margin-bottom: 10px;
	font-size: 20px;
	float: right;
}
main h3
{
	font-size: 16px;
	font-family: Arial, sans-serif !important;
	font-weight: bold;
	margin: 5px 0;
	/*text-decoration: underline;*/
}
.checkbox-group .form-group, .form-group .checkbox-group .radio
{
	/*width: 50%;*/
	float: left;
	margin-right: 5px;
	margin-top:  0;
	margin-bottom: 0;
}
.checkbox-group:before, .checkbox-group:after, h1:after, h1:before
{
	display: table;
	content: ' ';
}
.checkbox-group:after, h1:after
{
	clear: both;
}
label
{
	font-size: 14px;
	font-weight: normal;
	/*width: 45%;*/
	max-width: 150px;
}

.form-control
{
	height: auto;
	padding: 0;
	line-height: 1;

    display: inline-block;
    /*width: auto;*/
    /*max-width: 200px;*/
    vertical-align: middle;
    float: right;
    width: calc(100% - 150px)
}
.checkbox
{
	margin: 0;
}
.textarea
{
	
	width: 100%;
}
#comments
{
	min-height: 150px;
	width: 100%;
	margin-bottom: 10px;
}
.stackedTable td 
{
    display: table-cell;
    padding: 0;
    width: 33%;
}
.tablePad td
{
	padding: 0;
}

.logo
{
	width: 200px;
	float: left;
	margin-bottom: 10px;
}

.printFullWidth
{
	width: 100%;
	max-width: 100%;
}

.checkbox label
{
	width: auto;
}
main
{
	padding: 0;
}

td label
{
	width: 100px;
}
td input[type="text"], td input[type="email"], td input[type="tel"]
{
	width: 100%;
}
.fullWidth.tablePad td:first-child
{
	width: 100px;
}

.checkbox-group .form-group
{
	width: 45%;
}
.checkbox-group .checkbox
{
	width: 100%;
}
.checkbox-group .form-group.printFullWidth
{
	width: 100%;
}