.tablewrap .table tr td:last-child {
    text-align: left !important;
}
@media only screen and (max-width: 767px)
{
.tablewrap {
overflow-x: auto;
}
}