#customize-theme-controls .customize-pane-child.accordion-section-content {
    padding: 12px;
    margin-top: 120px;
}
#customize-theme-controls .customize-pane-child.accordion-section-content, #customize-theme-controls .customize-pane-child.accordion-sub-container {
    display: block;
    overflow-x: hidden;
    margin-top: 120px;
}

.wp-core-ui .pro-btn, .wp-core-ui .button-secondary {
     background: #18c73f;
    border-color: #18c73f #18c73f #0a7d24;
    box-shadow: 0 1px 0 #0a7d24;
    color: #fff;
    text-decoration: none;
/*    text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;*/
}

.wp-core-ui .button-secondary:focus, .wp-core-ui .button-secondary:hover, .wp-core-ui .pro-btn.focus, .wp-core-ui .pro-btn.hover, .wp-core-ui .pro-btn:focus, .wp-core-ui .pro-btn:hover {
   background: #21b141;
    border-color: #999;
    color: #fdfdfd;
}