
@media screen and (max-width: 960px) {

    .apply-container #MallBox .table .thead-dark th:last-child {
        width: 1%;
        color: #575757;
        border-right: 1px solid #F8F8F8;
    }
    .apply-container #MallBox .table td:last-child {
        border-right: 1px solid #F8F8F8;
    }
    .apply-container #MallBox .table tr td .btn {
        background-size: 56%;
        margin-left: -4px;
    }
    .apply-container #MallBox div.text-right {
        margin-right: -8px !important;
    }
}
