.partner {
    border: 1px solid #7f8c81;
}

.partner .title {
    background: #7f8c81;
    color: #FFF;
    font-size: 18px;
    padding: 5px 20px;
    font-weight: bold;
}

.partner .center {
    width: 100%;
    text-align: center;
}

.partner .left {
    width: 25%;
    display: inline-block;
    vertical-align: top;
}

.partner .right {
    text-align: justify;
    display: inline-block;
}

.partner .right h3 {
    font-weight: bold;
}

.partner .form {
    display: block;
    clear: both;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    background: #e8e8e5;
    font-size: 15px;
    margin-top: 10px;
}

.partner .button button.yes {
    background: #7b9682;
}

.partner .button button {
    border: none;
    padding: 5px 50px;
    color: #FFF;
    background: #000;
}

ul.wc-tabs li.partner_tab a:before {
    content: '\f155' !important;
}