/**
 * Give Recurring Admin Donation Form Styles
 */
#give-subscriber-wrapper {
    display: inline-block;
    margin-left: -1px;
    z-index: 2;
    width: 700px;
    padding: 20px;
    background-color: #FFF;
    min-height: 200px;
    border: 1px solid #e5e5e5;
    webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}

.widefat.subscriptions th#actions {
    width: 70px;
}

.widefat.subscriptions th#subscription {
    width: 200px;
}
.widefat.subscriptions th#status {
    width: 110px;
}

.give-donation-status {
    margin: 0 0 0 5px;
}
.give-donation-status.status-complete > span, .give-donation-status.status-completed > span {
    background-color: #333;
}

.give-donation-status.status-active > span {
    background-color: #7ad03a;
}

#give-subscription-details-h1 {
    margin-bottom: 15px;
}

.inital-donation-heading {
    border-left: 1px solid #e5e5e5;
    margin: 0;
    padding: 10px;
    border-right: 1px solid #e5e5e5;
}

.give-recurring-description, p.give-recurring-description, .widefat td p.give-recurring-description {
    font-size: 13px;
    line-height: 1.5;
    color: #aaaaaa;
    font-style: italic;
    margin: 0;
    padding: .5em 0;
}

.update-wrap {
    float: right;
    margin: 0 0 20px;
}

.additional-actions {
    clear: right;
}

.wrap span.give-add-renewal, .wrap span.give-add-renewal:hover, .wrap span.give-add-renewal:focus {
    font-size: 12px;
    font-weight: normal;
    cursor: pointer;
    padding: 2px 6px;
}

table.renewal-payments tfoot {
    display: none;
}