.compat-attachment-fields label {
    font-size: 12px;
}
.extra_gallery_settings span.label {
    display: inline-block;
    width: 120px;
    text-align: left!important;
}
.extra_gallery_settings input[type=text],
.extra_gallery_settings select {
    width: calc(100% - 145px);
}
.extra_gallery_settings .input_wrap {
    position: relative;
    display: inline-block;
    height: 40px;
    width: calc(100% - 155px);
}
.extra_gallery_settings .input_wrap input {
    width: calc(100% - 1px);
}
.extra_gallery_settings .input_wrap .after_element {
    position: absolute;
    right: 0;
    top: 9px;
    bottom: 0;
    height: 28px;
    font-size: 13px;
    padding: 0 12px;
    background: #e9ecef;
    border: 1px solid #8c8f94;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    line-height: 25px;
}
.select_small {
    width: 55px;
    margin-top: 1px;
}