.orders-history {

}

.orders-history__heading {
    margin-bottom: 50px;
}

.orders-history table {
    width: 100%;
    border-collapse: collapse;
    color: #3b1544;
}

.orders-history tr {
}

.orders-history th {   
    text-align: left;   
    padding: 15px 0;
}

.orders-history td {   
    padding: 20px 0;    
    border-top: 1px solid #CCCCCC;  
    border-bottom: 1px solid #CCCCCC;
}

.orders-history__amount {
    font-weight: 600;
}

.orders-history td a,
.orders-history td a:visited {
    text-decoration: none;
    color: #C68D36;
    font-weight: 600;
}