﻿
    
/* membership notification popup */
.membership-notification-content {
    text-align: center;
    padding: 25px;
}

.membership-notification-decline {
    color: #CC2A2A;
}

/* order history */
.transaction-row-highlighted {
    background-color: #FFFCE7;
    border: 1px solid #d4d4d4;
    padding: 15px;
}

.order-history-section-description {
    margin-left: 50px;
    float: right;
    width: 400px;
}
