.onecolumn {
width: 100%;
}
.twocolumn {
width: 50%;
}
.threecolumn {
width: 33%;
}
.fourcolumn {
width: 25%;
}
.fivecolumn {
width: 20%;
}
.dood-container-top-field-special {
margin-top: 20px !important;
margin-bottom: 0px !important;
}
.dood-container-bottom-field-special {
margin-bottom: 30px !important;
}
@media (min-width: 481px) {
.fluentform .ff-el-form-left .ff-el-input--label, .fluentform .ff-el-form-right .ff-el-input--label {
padding: 0px 15px 0 0 !important;
}
} @media only screen and (max-width: 767px) {
.twocolumn {
width: 100%;
}
}