h2.card-constants-label {
    color:#999;
    font-weight: bolder;
    margin-top: 60px;
    margin-bottom: 30px!important;
}

.tstemplate-constanteditor .field-info-trigger {
    margin-top: -2px!important;
}

.t3js-formengine-label {
    margin-bottom: 6px!important;
}

@media screen and (min-width: 1280px) {

    .tstemplate-constanteditor .card-body .card-wrap {
        display: block;
        width: 100%;
        flex-wrap: wrap;
    }

    .tstemplate-constanteditor .form-group {
        width: 16.666%;
        min-width: 16.666%;
        max-width: 16.666%;
    }

    .tstemplate-constanteditor .card-body.smart .card-wrap {
        display: flex;
    }

    .tstemplate-constanteditor .field-info-trigger {
        margin-top: 23px!important;
    }

    .tstemplate-constanteditor label {
        padding-top: 24px;
        padding-bottom: 8px;
    }

    .tstemplate-constanteditor .card-body .card-wrap .form-group:not(:last-child) {
        margin-bottom: 0px;
    }

    h2.card-constants-label {
        color:#999;
        font-weight: bolder;
        margin-top: 40px;
        margin-bottom: 0px!important;
    }
    .t3js-formengine-label {
        font-size: 11px;
    }

}
