/* Account History Styles */

.account-history-table {
    margin-left: 10px;
    width: 690px;
}

.account-warning-actions {
    float: right;
}

.account-warning-actions-left {
    float: left;
}

.account-warning-button {
    font-size: 16px;
    padding: 8px 0 10px 0;
    width: 120px;
}

.account-manage-payments-button {
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 10px 0 10px 0;
    width: 170px;
}

.account-manage-payments-description {
    margin-bottom: 20px;
    margin-left: 10px;
}

.account-clear-float {
    clear: both;
}

.account-invoice-cell {
    text-align: center;
}

.account-invoice-icon {
    float: none;
}

.account-date-cell {
    white-space: nowrap;
}

.account-manage-payments {
    /* Container for manage payments section */
}

.account-resolve-table {
    border-collapse: collapse;
    margin-top: 30px;
    width: 100%;
}

.account-resolve-heading {
    padding-bottom: 7px;
}

.account-resolve-action-cell {
    padding-left: 30px;
    padding-right: 0;
    text-align: right;
    vertical-align: top;
}

.myProductsItems .account-resolve-submit {
    float: right;
    padding: 7px 0;
    width: 205px;
}

.account-overdue-payment {
    color:red;
    font-weight: bold;
}
