#nbdesigner-options-form-nbdesigner, .nbd-license {
    margin-right: 15px;
}
.nbd_support {
    display: inline-block;
    float: right;
    background: #fff url(../images/support.png) no-repeat 7px center;
    padding: 8px 20px 9px 45px;
    font-size: 16px;
    text-decoration: none;
    border-radius: 2px;
    border: 1px solid #d4d4d4;
    margin-top: -8px;
    z-index: 2;  
}
#nbdesigner-options-form-nbdesigner .nav-tab-wrapper {
    border-bottom: 1px solid #ddd;
}
#nbdesigner-options-form-nbdesigner h2 {
    margin-bottom: 0;
}
#nbdesigner-options-form-nbdesigner .form-table, .nbd-license table {
    background: #fff;
    margin-top: 0;    
}
#nbdesigner-options-form-nbdesigner .form-table:not(:last-of-type) {
    margin-bottom: 15px;    
}
#nbdesigner-options-form-nbdesigner .form-table th, .nbd-license table th {
    padding-left: 20px;
}
#nbdesigner-options-form-nbdesigner .form-table td label {
    font-size: 13px;
    font-weight: normal;    
}
#nbdesigner-options-form-nbdesigner h3, .nbd-license h3 {
    background: #fff;
    margin: 0;
    padding: 15px 10px;
    border-bottom: 2px solid #ddd;    
}
.nbdesigner-multi-checkbox .nbd-select {
    cursor: pointer;
}
input[data-depend] {
    margin-left: 25px;
}
.nbd-hide {
    display: none;
}
.nbd-footer {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.nbd-footer.fixed {
    position: fixed;
    bottom: 0;
    background: #fff;
    width: 100%;
    left: 0;
    padding: 15px 0 15px 180px;
    z-index: 9;
    margin: 0;
    box-shadow: 0px -3px 15px rgba(0,0,0,0.1);  
}
#nbdesigner-options-form-nbdesigner select {
/*    padding: 0;*/
}