.container_content_payment_history{
    margin-top: 20px;
}
.container_content_payment_history .content_header tbody tr td.cell_table_payment_history{
    border-left: 0 !important;
    text-align: center;
    padding: calc(10px + (15 - 10) * (100vw - 320px) / (1600 - 320));
}
.pagination_payment_history{
    margin-top: 15px;
}
.pagination_payment_history > nav[aria-label="navigation"] > .pagination{
    justify-content: center;
}
@media (max-width:1600px){
    .container_content_payment_history .content_header thead th.head_payment_history_table,
    .container_content_payment_history .content_header tbody td.cell_table_payment_history{
        font-size: calc(13px + (15 - 13) * (100vw - 320px) / (1600 - 320));
    }
}
@media(max-width: 550px){
    .content_header thead th.head_payment_history_table:nth-of-type(2),
    .content_header tbody td.cell_table_payment_history:nth-of-type(2){
        display: table-cell;
    }
    .container_content_payment_history{
        overflow-x: scroll;
    }
}