@media only screen and (max-width: 1200px) and (min-width: 1101px),
only screen and (min-width: 1201px) {
    .info-table-outter .del-wrapper .delivery-header .delivery-item-type {
        min-width: 275px;
    }

    .info-table-outter .del-wrapper td {
        max-width: 275px !important;
    }

    .avansertvisning tr td:nth-child(2) {
        position: absolute;
        left: 0;
        width: 275px;
        background: #f9f9f9;
        padding: 13px !important;
        padding-right: 0px !important;
    }

    .avansertvisning tr th:nth-child(2) {
        height: 59px;
        position: absolute;
        left: 0;
        width: 275px;
        background: #eee;
        padding: 13px !important;
    }

    .avansertvisning .del-wrapper td {
        width: 275px !important;
    }

    .avansertvisning .del-wrapper tr td:nth-child(9),
    .avansertvisning .del-wrapper tr td:nth-child(12),
    .avansertvisning .del-wrapper tr td:nth-child(13) {
        width: 155px !important;
    }

    .avansertvisning .delivery-body {
        position: relative;
    }

    .avansertvisning {
        margin-left: 255px !important;
    }
}