/* CSS Document 	*/
/* Template quoting */

    .left_column form .coveragetype_field {
		width:100%;
		display:block;
		float:left
	}
	.left_column form .coveragetype_field select {
		width:37%;
		margin-top:5px;
		float:left
	}
	.left_column form .coveragetype_field label {
		width:100%;
		display:inline-block;
		float:left;
		margin-top:10px
	}

    .left_column form .baseproduct_field {
		width:100%;
		display:block;
		float:left
	}
	.left_column form .baseproduct_field select {
		width:37%;
		margin-top:5px;
		float:left
	}
	.left_column form .baseproduct_field label {
		width:100%;
		display:inline-block;
		float:left;
		margin-top:10px
	}

@media only screen and (max-width: 480px) {
    .left_column form .coveragetype_field select {
		width:95%;
	}
    .left_column form .baseproduct_field select {
		width:95%;
	}
}

