#main {
    border: none;
}

.ui-widget-header {
    background: none;
    border-top: none;
    border-right: none;
    border-left: none;
}

.ui-widget-header .ui-state-default {
    background: #e5e5e5;
}

.ui-widget-header .ui-state-active {
    background: #ffffff;
}

.ui-tabs .ui-tabs-panel {
    padding-left: 0px;
}

.ui-tabs .ui-tabs-anchor:focus {
    box-shadow: none;
}

#woo-mp .charge, #woo-mp .refund {
    width: 300px;
}

#woo-mp .message {
    text-align: center;
}

#woo-mp .success {
    color: #008000;
}

#woo-mp .error {
    color: #ff0000;
}

#woo-mp label {
    display: block;
    padding-left: 2px;
    color: #777;
}

#woo-mp input, #woo-mp .wc-enhanced-select {
    width: 100%;
    margin-bottom: 10px;
}

#woo-mp .half {
    display: inline-block;
    width: calc(50% - 3px);
}