/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/



.hs-form label {
    line-height: 2em;
    display: inline-block;
    vertical-align: middle;
    font-size: .8rem;
    text-transform: uppercase;
    font-family: 'NeutraText-Bold';
    float: none;
    width: auto;
    font-weight: normal;
    text-align: left;
    padding-top: 0;
    margin-bottom: 0px;
}


.inputs-list label {
    display: block;
    float: none;
    width: auto;
    padding: 0;
    line-height: 18px;
    text-align: left !important; 
    white-space: normal;
    font-weight: normal;