/* editor */
.wp-core-ui .button,.wp-core-ui .button-secondary {
    color: #555!important;
    border-color: #ccc!important;
    height: 24px!important;
    line-height: 22px!important;
    padding: 0 8px 1px!important;
    font-size: 11px!important;
    border: 1px solid #ccc!important;
    background: #f7f7f7!important;
    box-shadow: inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,.08)!important;
}

.wp-core-ui .button-secondary:hover,.wp-core-ui .button:hover {
    background: #eee!important
}
#bbpress-forums select, .woocommerce select {
    background-color: #fdfdfd;
    border: 1px solid #e3e3e3;
    background-image: url(../images/selectbox-arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px 12px 12px 16px;
    font-size: 12px;
    line-height: 14px;
    color: #252525;
    border-radius: 0;
    font-weight: 700;
    min-width: 240px;
    max-width: 100%;
    display: block
}

option {
    padding: 0 4px
}
