.table-responsive {
    overflow: auto;
}

#purchase-history thead tr th, #purchase-history tbody tr td{
    padding: 3px;    
}

#purchase-history thead tr th:first-child{
    width: 10%;
}

#purchase-history thead tr th:nth-child(2){
    width: 35%;
}

#purchase-history thead tr th:nth-child(3){
    width: 10%;
    text-align: center;
}

#purchase-history thead tr th:nth-child(4){
    width: 25%;
}

#purchase-history thead tr th:nth-child(5){
    width: 10%;
}

#purchase-history thead tr th:last-child{
    width: 10%;
}

@media (max-width: 768px) {
    #purchase-history thead tr th:first-child{
        min-width: 100px;
    }
    
    #purchase-history thead tr th:nth-child(2){
        min-width: 350px;
    }
    
    #purchase-history thead tr th:nth-child(3){
        min-width: 100px;
    }
    
    #purchase-history thead tr th:nth-child(4){
        min-width: 250px;
    }
    
    #purchase-history thead tr th:nth-child(5){
        min-width: 100px;
    }
    
    #purchase-history thead tr th:last-child{
        min-width: 100px;
    }

}