@media (max-width:1368px) {


    main {
        width: 95%;
    }

    .table-row {

        gap: 5px !important;
        margin-bottom: 5px !important;
    }

    .table-item {
        height: 40px !important;
        white-space: nowrap !important;
        font-size: 12px !important;
    }

    .table-item-buttons {
        gap: 5px !important;
    }

    .table-item-button {
        height: 40px;
        width: 55px;
        font-size: 10px;
        padding: 1px 0;
    }


}