section[data-cattype="50034"]{
    
}

[data-cattype="50034"] .wrapper_form{
    text-align: left;
}

[data-cattype="50034"] .form-group{
    padding: 6px;
    margin-bottom: 5px;
}


[data-cattype="50034"] .form-group > label{
    text-align: right;
    padding: 3px;
}



/* 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) {
      
}

