﻿fieldset {
    margin-bottom: 10px;
}

fieldset legend {
    margin-bottom: 0px;
}

label {
    font-weight: normal;
}

.multicol {
    column-count: 2;
}
@media(min-width: 700px){
    .multicol {
        column-count: 3;
    }
}
@media(min-width: 1000px) {
    .multicol {
        column-count: 4;
    }
}
@media(min-width: 1300px) {
    .multicol {
        column-count: 5;
    }
}
