.gin-node-edit-form .form-checkboxes {
    column-count: 4;
}

.gin-node-edit-form .fieldset__label, 
.gin-node-edit-form .fieldset__label--group, 
.gin-node-edit-form .form-item__label{
    font-weight: bold;
}

.gin-node-edit-form ul.horizontal-tabs-list .horizontal-tab-button.selected{
    background-color: whitesmoke;
    border-radius: 8px 8px 0px 0px;
}

.gin-node-edit-form .form-wrapper .form-type--select .form-item__label {
    font-weight: normal;
}