.ninja-forms-form-wrap .ninja-forms-all-fields-wrap{
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
color: #333333;
label{
font-weight: normal;
}
h2{
display: none;
}
.ninja-forms-required-items{
font-size: .75rem;
margin-bottom: .75rem;
}
ul{
margin-top: .5rem;
li{
font-size: 1rem;
margin-bottom: .25rem;
}
}
.range-wrapper{
margin-bottom: .75rem;
input[type=range]{
width: 80%;
}
label{
font-size: .9rem;
}
}
input[type=submit]{
text-transform: uppercase;
text-align: center;
width: 100%;
border-radius: 3px;
}
}