.payments-table .table-header,
.recurring-table .table-header {
    font-size     : 12px;
    letter-spacing: 0.03em;
}

.payments-table .table-header .col-1,
.recurring-table .table-header .col-1 {
    width: 30%;
}

.payments-table .table-header .col-2,
.recurring-table .table-header .col-2 {
    width: 50%;
}

.payments-table .table-header .col-3,
.recurring-table .table-header .col-3 {
    width: 20%;
}

.payments-table .table-header .col-1,
.payments-table .table-header .col-2,
.payments-table .table-header .col-3,
.recurring-table .table-header .col-1,
.recurring-table .table-header .col-2,
.recurring-table .table-header .col-3 {
    text-align      : center;
    background-color: #95a5a6;
    color           : #565656;
    padding         : 6px;
    font-size       : 14px;
}

.payments-table .table-row .col-3,
.recurring-table .table-row .col-3 {
    text-align: right;
}

.payments-table .table-row .col-1,
.payments-table .table-row .col-2,
.payments-table .table-row .col-3,
.recurring-table .table-row .col-1,
.recurring-table .table-row .col-2,
.recurring-table .table-row .col-3 {
    padding       : 4px 10px 4px 10px !important;
    font-weight   : normal;
    line-height   : 18px;
    vertical-align: middle;
}

.payments-table .table-row .col-1.total,
.payments-table .table-row .col-3.total,
.recurring-table .table-row .col-1.total,
.recurring-table .table-row .col-3.total {
    font-weight: bold;
}

.payments-table .col-1.total,
.recurring-table .col-1.total {
    text-align: right;
}

#start_date,
#end_date {
    width  : 104px;
    height : 30px;
    padding: 8px !important;
}

#daterange {
    display   : inline-block;
    background: #fff;
    cursor    : pointer;
    padding   : 5px 0px 5px 5px;
    border    : 1px solid #ccc;
    width     : 350px;
    margin    : 0px 20px 0px 0px !important;
}

.date_container {
    position  : relative;
    display   : block;
    margin    : 10px auto 0px auto !important;
    padding   : 0px 0px 0px 0px;
    height    : 65px;
    text-align: center;
}

.date_container>span {
    font-size: 16px;
}

#show_donations_button {
    width: 184px;
}

#show_recurring_button {
    width: 300px;
}

#show_donations_button,
#show_recurring_button {
    height   : 46px;
    font-size: 16px;
    cursor   : pointer;
    color    : #5f5f5f;
}

#donation_container,
#recurring_container {
    display   : block;
    width     : 100%;
    min-height: 500px;

    -webkit-transition: width 300ms ease-in-out, height 300ms ease-in-out;
    -moz-transition   : width 300ms ease-in-out, height 300ms ease-in-out;
    -o-transition     : width 300ms ease-in-out, height 300ms ease-in-out;
    transition        : width 300ms ease-in-out, height 300ms ease-in-out;
}

.daterangepicker select.yearselect {
    padding: 4px 0px 5px 8px !important;
}

.daterangepicker select.monthselect {
    padding: 4px 0px 5px 8px !important;
}

.daterangepicker {
    margin: -25px 0px 0px 0px !important;
}

#loading_spiner,
#recur_loading_spiner {
    position   : absolute;
    top        : 150px;
    left       : 50%;
    margin-left: -24px;
    display    : block;
    width      : 48px;

}

.daterangepicker ul li {
    list-style: none;
}