
section[data-cattype="51002"]{
    
}


[data-cattype="51002"] .form-capsule .form-group label.chkbox {
	pointer-events: inherit;
}


[data-cattype="51002"] .control-label {
	text-align: right;
	padding-top: 5px;
}

[data-cattype="51002"] .chkbox {
	display: contents !important;
}

[data-cattype="51002"] p {
	margin-top: 20px;
}

[data-cattype="51002"] .btn {
	width: 100%;
}


[data-cattype="51002"] .col-sm-offset-2 {
	margin-left: 16.66666667%;
}

/* Typical laptop screen size*/
@media (max-width: 1400px) {
	
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 980px) {
	
}

/* Mobile screen size - landscape view */
@media (max-width: 767px) {
   
}

/* Mobile screen size */
@media (max-width: 480px) {
      
}

