﻿/* ///////////////////\\\\\\\\\\\\\\\\\\\ */
/*  Framework Override - USE SPARINGLY!  */ 
/* \\\\\\\\\\\\\\\\\\\/////////////////// */

@media (min-width: 768px) {
	.dl-horizontal dt {
		border-top: 1px solid #ccc;
		padding: 10px 10px 10px 0;
		text-align: left;
		white-space: normal;
	}
	.dl-horizontal dd {
		border-top: 1px solid #ccc;
		margin-bottom: 3px;
		margin-left: 160px;
		padding: 10px 10px 10px 0;
	}
	.dl-horizontal dt + dd {
		padding-bottom: 0;
	}
}

form .form-group legend {
    border: 0 !important;
    font-size: inherit !important;
    font-weight: bold;
    margin-bottom: 0px;
}
