﻿@media (hover: none) and (pointer: coarse) and (max-width: 999px) {
    body {
        padding: 0;
        margin: 0;
        background: none !important;
        font-size: 14px;
    }

        body table td,
        body table th {
            font-size: 14px;
        }

    .divShadowPage {
        display: none;
    }

    input[type="text"],
    select,
    .textboxMedium,
    textarea {
        -webkit-appearance: none;
        width: 100% !important;
        border: solid 1px #ddd;
        border-radius: 3px;
        font: 16px Arial, Helvetica;
        padding: 7px 10px;
        margin: 1px 0;
        box-sizing: border-box;
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    }

        select:not([size]) {
            background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAPCAQAAAAM0lRJAAAAoUlEQVR42rXNsQ1EYACG4a/VKiQ2MIEVdBYwgsIEGu8KCgNozHC3gRFYQKUWibtEccnluPuP3/PVX15pR+3lPQ/z5X3t6X95zGwcmfNYx5AaR1IdR2mUKHUGDrefiTuOzsGn+5ro8HUeIeNuYiSUHSQsm4mFRPZQbEYK2UXzkWhkGy7tW6LFlX0EDK/EQKBrEDGtiYlI1yFbI5muRUX17+cJ514psyhGMK8AAAAASUVORK5CYII=') no-repeat right center white;
            background-size: 17px 5px;
        }

    button,
    input[type='submit'],
    input[type='button'],
    input[type='reset'] {
        font: 16px Arial;
        -webkit-appearance: none;
        border: solid 1px #058;
        background: #069;
        color: white;
        padding: 7px 15px;
        width: auto;
    }

    input[type='reset'] {
        border-color: #ccc;
        background: #eee;
        color: #333;
    }

    #aspnetForm[action="./reseller.aspx"] .tdLeft,
    #aspnetForm[action="./content.aspx"] .tdLeft,
    #aspnetForm[action="./subscribe.aspx"] .tdLeft,
    #aspnetForm[action="./help.aspx"] .tdLeft,
    #aspnetForm[action^="./showpage.aspx"] .tdLeft,
    #aspnetForm[action="./request.aspx"] .tdLeft {
        display: none !important;
    }

    #aspnetForm[action^="./showpage.aspx"] #divInner {
        padding-bottom: 0;
    }

    #aspnetForm[action="./content.aspx"] #divInner {
        padding-bottom: 0;
    }

    #aspnetForm[action="./content.aspx"] #tblOverview .ctl00_ContentHolder_TreeView1_1 {
        font: 14px Arial;
        line-height: 24px;
    }

    #aspnetForm[action="./subscribe.aspx"] #divInner {
        padding-bottom: 0;
    }

    #aspnetForm[action="./subscribe.aspx"] #ctl00_ContentHolder_FinishPrenLinkButton {
        margin-top: 20px;
        display: block;
        text-align: center;
    }

    #aspnetForm[action="./subscribe.aspx"] #pageContent > table {
        display: block;
        position: relative;
        width: 100%;
        box-sizing: border-box;
        padding: 10px;
        border: solid 1px #ccc;
        overflow: auto;
        box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
        background: #f5f5f5;
        counter-reset: checkers;
    }

        #aspnetForm[action="./subscribe.aspx"] #pageContent > table td {
            white-space: nowrap;
            padding-right: 10px;
        }

            #aspnetForm[action="./subscribe.aspx"] #pageContent > table td input[type="radio"],
            #aspnetForm[action="./subscribe.aspx"] #pageContent > table td input[type="checkbox"] {
                opacity: 0;
                position: absolute;
            }

                #aspnetForm[action="./subscribe.aspx"] #pageContent > table td input[type="radio"] + label,
                #aspnetForm[action="./subscribe.aspx"] #pageContent > table td input[type="checkbox"] + label {
                    display: Block;
                    margin: 3px 0;
                    padding: 5px 10px;
                    background: white;
                    border: solid 1px #ddd;
                    border-radius: 4px;
                    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
                    width: 180px;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    transition: all 200ms ease-in-out;
                }

                    #aspnetForm[action="./subscribe.aspx"] #pageContent > table td input[type="radio"] + label:before,
                    #aspnetForm[action="./subscribe.aspx"] #pageContent > table td input[type="checkbox"] + label:before {
                        display: inline-block;
                        content: '✓';
                        width: 1.5em;
                        height: 1.5em;
                        font-size: .8em;
                        line-height: 1.5em;
                        position: relative;
                        top: 0;
                        background: white;
                        border: solid 1px #ccc;
                        box-sizing: border-box;
                        color: #eee;
                        text-align: center;
                        margin-right: 5px;
                        border-radius: 50%;
                        transition: all 300ms ease;
                        text-shadow: none;
                    }

                #aspnetForm[action="./subscribe.aspx"] #pageContent > table td input[type="radio"]:checked + label,
                #aspnetForm[action="./subscribe.aspx"] #pageContent > table td input[type="checkbox"]:checked + label {
                    background: #069;
                    color: white;
                    border-color: #036;
                    text-shadow: 0 1px 1px black;
                    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px white;
                }

                    #aspnetForm[action="./subscribe.aspx"] #pageContent > table td input[type="radio"]:checked + label:before,
                    #aspnetForm[action="./subscribe.aspx"] #pageContent > table td input[type="checkbox"]:checked + label:before {
                        background: white;
                        color: #069;
                        text-shadow: none;
                    }

                    #aspnetForm[action="./subscribe.aspx"] #pageContent > table td input[type="checkbox"]:checked + label:before {
                        counter-increment: checkers;
                        content: counter(checkers);
                    }

        #aspnetForm[action="./subscribe.aspx"] #pageContent > table th {
            border-bottom: solid 1px #ddd;
            font-size: 18px;
            font-weight: normal;
            padding-bottom: 5px;
            text-shadow: 0 1px 0 white;
            color: #444;
        }

    #aspnetForm[action="./reseller.aspx"] #divInner {
        padding-bottom: 0;
    }

    #aspnetForm[action="./reseller.aspx"] #pageContent .pagingUnSelected {
        display: inline-block;
        text-decoration: none;
        width: 2em;
        height: 2em;
        border: solid 1px #ddd;
        margin-bottom: 4px;
        line-height: 2em;
        box-sizing: border-box;
        text-align: center;
        border-radius: 4px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    }

    #aspnetForm[action="./reseller.aspx"] #pageContent table.tableObjDesc {
        display: block;
        width: auto;
    }

        #aspnetForm[action="./reseller.aspx"] #pageContent table.tableObjDesc table,
        #aspnetForm[action="./reseller.aspx"] #pageContent table.tableObjDesc tbody,
        #aspnetForm[action="./reseller.aspx"] #pageContent table.tableObjDesc tr,
        #aspnetForm[action="./reseller.aspx"] #pageContent table.tableObjDesc td {
            display: block;
            width: auto;
            font-size: 14px;
        }

        #aspnetForm[action="./reseller.aspx"] #pageContent table.tableObjDesc .tblRecent > tbody > tr {
            display: flex;
            flex-grow: 1;
            justify-content: space-between;
            padding: 5px 0;
            border-bottom: solid 1px #ddd;
        }

            #aspnetForm[action="./reseller.aspx"] #pageContent table.tableObjDesc .tblRecent > tbody > tr > td:nth-child(1) {
                display: none;
                width: 15px;
                flex-grow: 0;
            }

    #aspnetForm[action="./"] #divOuter #tblMain > tbody > tr > td.tdLeft > .divSearch > p {
        display: none;
    }

    #aspnetForm[action="./"] .tdLeft .divSearch > p:last-child {
        display: none;
    }

    #aspnetForm[action="./"] .tdLeft .searchCategory {
        background: #fff;
        border: solid 1px #ccc;
        border-radius: 4px;
        overflow: hidden;
        padding: 0;
        min-height: 50px;
        margin-top: 10px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    }

        #aspnetForm[action="./"] .tdLeft .searchCategory img {
            display: none;
        }

        #aspnetForm[action="./"] .tdLeft .searchCategory .searchCategoryTitle {
            font-size: 16px;
            padding: 10px;
            margin: 0;
            top: 0;
        }

        #aspnetForm[action="./"] .tdLeft .searchCategory .searchCategoryDescription {
            font-size: 14px;
            padding: 10px;
            top: 0;
        }

    #aspnetForm[action="./"] .tdLeft #divSearchCategoryJA {
        border-color: #4d7296;
        background: #e0e6ec;
    }

    #aspnetForm[action="./"] .tdLeft #divSearchCategorySA {
        border-color: #00580b;
        background: #e8f1e9;
    }

    #aspnetForm[action="./"] .tdLeft #divSearchCategoryEA {
        border-color: #fad41f;
        background: #f7f7f0;
    }

    #aspnetForm:not([action="./"]) #divOuter #tblMain > tbody > tr > td.tdLeft > #divSearchFieldTitle {
        display: block;
        background: none;
        width: 100%;
        height: auto;
    }

        #aspnetForm:not([action="./"]) #divOuter #tblMain > tbody > tr > td.tdLeft > #divSearchFieldTitle:before {
            content: 'Anpassa sökfilter';
            font: 16px Arial;
            background: #069;
            color: white;
            padding: 10px;
            text-align: center;
            display: block;
        }

        #aspnetForm:not([action="./"]) #divOuter #tblMain > tbody > tr > td.tdLeft > #divSearchFieldTitle:hover {
            opacity: .5;
        }

            #aspnetForm:not([action="./"]) #divOuter #tblMain > tbody > tr > td.tdLeft > #divSearchFieldTitle:hover + .divSearch {
                max-height: 950px;
                opacity: 1;
            }

    #aspnetForm:not([action="./"]) #divOuter #tblMain > tbody > tr > td.tdLeft > .divSearch {
        background: #eee;
        margin: 0 -5px;
        padding: 10px;
        max-height: 0;
        overflow: auto;
        opacity: 0;
        transition: all 500ms ease;
    }

        #aspnetForm:not([action="./"]) #divOuter #tblMain > tbody > tr > td.tdLeft > .divSearch:hover {
            max-height: 950px;
            opacity: 1;
        }

        #aspnetForm:not([action="./"]) #divOuter #tblMain > tbody > tr > td.tdLeft > .divSearch > p {
            font-size: 16px;
            margin: 10px 0 2px;
        }

        #aspnetForm:not([action="./"]) #divOuter #tblMain > tbody > tr > td.tdLeft > .divSearch table {
            width: 100%;
        }

            #aspnetForm:not([action="./"]) #divOuter #tblMain > tbody > tr > td.tdLeft > .divSearch table tr > td:first-child {
                padding-right: 5px;
            }

            #aspnetForm:not([action="./"]) #divOuter #tblMain > tbody > tr > td.tdLeft > .divSearch table tr > td:last-child {
                padding-left: 5px;
            }

    #divOuter {
        margin: 0;
        width: 100%;
    }

        #divOuter #divInner {
            width: auto;
            margin: 0;
            padding-bottom: 320px;
            border: none;
        }

            #divOuter #divInner #divHead {
                overflow: visible;
                width: auto;
                height: auto;
            }

                #divOuter #divInner #divHead #divMenu1Shadow,
                #divOuter #divInner #divHead #imgTopImageShadow,
                #divOuter #divInner #divHead .imgTopImage {
                    display: none;
                }

                #divOuter #divInner #divHead #divLogo {
                    width: auto;
                    position: relative;
                    text-align: left;
                    height: 40px;
                    margin-left: -5px;
                    margin-right: -5px;
                    border-bottom: solid 1px #ccc;
                    overflow: hidden;
                    background: transparent;
                }

                    #divOuter #divInner #divHead #divLogo > a {
                        display: block;
                        position: absolute;
                        left: 5px;
                        top: 0;
                        width: 260px;
                        height: 35px;
                        background: url(https://news.agriprim.com/images/imageDb/97/129204.jpg) no-repeat left top;
                        background-size: contain;
                    }

                    #divOuter #divInner #divHead #divLogo #divInformation {
                        display: none;
                    }

                    #divOuter #divInner #divHead #divLogo #imgLogo {
                        display: none;
                    }

                #divOuter #divInner #divHead > #divMenu1 {
                    position: fixed;
                    left: 0;
                    top: 45px;
                    width: 100%;
                    height: 0;
                    z-index: 1000;
                }

                    #divOuter #divInner #divHead > #divMenu1:before {
                        content: '☰';
                        position: absolute;
                        right: 5px;
                        top: -40px;
                        width: 45px;
                        height: 35px;
                        background: #069;
                        border-radius: 4px;
                        color: white;
                        line-height: 35px;
                        text-align: center;
                        font-size: 25px;
                        transition: all 300ms ease-in-out;
                    }

                    #divOuter #divInner #divHead > #divMenu1:after {
                        position: fixed;
                        right: 11px;
                        color: white;
                        top: 1px;
                        transition: all 200ms ease-in-out;
                        opacity: 0;
                        content: '×';
                        font: 40px Arial;
                        pointer-events: none;
                    }

                    #divOuter #divInner #divHead > #divMenu1 + #imgTopImageShadow {
                        display: block;
                        position: fixed;
                        left: 0;
                        top: 0;
                        width: 0;
                        transition: all 200ms ease-in-out;
                        transition-delay: 100ms;
                        height: 100%;
                        z-index: 999;
                        background: rgba(0, 0, 0, 0.1);
                        opacity: 0;
                    }

                    #divOuter #divInner #divHead > #divMenu1:hover:before {
                        right: -45px;
                        width: 35px;
                        border-radius: 50%;
                        background: transparent;
                        color: transparent;
                        box-shadow: -50px 0 0 rgba(128, 128, 128, 0.7);
                    }

                    #divOuter #divInner #divHead > #divMenu1:hover:after {
                        opacity: 1;
                    }

                    #divOuter #divInner #divHead > #divMenu1:hover > #tblMenu1 {
                        max-height: 300px;
                        box-shadow: 0 0 35px rgba(0, 0, 0, 0.8);
                    }

                    #divOuter #divInner #divHead > #divMenu1:hover + #imgTopImageShadow {
                        width: 100%;
                        opacity: 1;
                    }

                    #divOuter #divInner #divHead > #divMenu1 > #tblMenu1 {
                        transition: all 300ms ease;
                        display: block;
                        width: 100%;
                        height: auto;
                        max-height: 0;
                        overflow: auto;
                        box-shadow: 0 0 0 transparent;
                    }

                        #divOuter #divInner #divHead > #divMenu1 > #tblMenu1 > tbody {
                            display: block;
                        }

                            #divOuter #divInner #divHead > #divMenu1 > #tblMenu1 > tbody > tr {
                                background: white;
                                display: flex;
                                flex-direction: column;
                            }

                                #divOuter #divInner #divHead > #divMenu1 > #tblMenu1 > tbody > tr > td {
                                    display: block;
                                    height: auto;
                                    padding: 0;
                                    font-size: 16px;
                                }

                                    #divOuter #divInner #divHead > #divMenu1 > #tblMenu1 > tbody > tr > td a {
                                        font-weight: 300;
                                        color: #333;
                                        display: block;
                                        padding: 7.5px 10px;
                                        border-bottom: solid 1px #ddd;
                                    }

                                    #divOuter #divInner #divHead > #divMenu1 > #tblMenu1 > tbody > tr > td.tdSpacer {
                                        display: none;
                                    }

                                    #divOuter #divInner #divHead > #divMenu1 > #tblMenu1 > tbody > tr > td.tdActive {
                                        background: #069;
                                        opacity: 1;
                                    }

                                        #divOuter #divInner #divHead > #divMenu1 > #tblMenu1 > tbody > tr > td.tdActive > a {
                                            color: white;
                                        }

            #divOuter #divInner #tblDetail {
                width: 100%;
                margin: 10px 0 0 0;
                padding: 0;
            }

                #divOuter #divInner #tblDetail:after {
                    clear: both;
                    content: '';
                    display: table-cell;
                }

                #divOuter #divInner #tblDetail > tbody {
                    display: block;
                    width: 100%;
                }

                    #divOuter #divInner #tblDetail > tbody > tr {
                        width: 100%;
                        display: flex;
                        flex-wrap: nowrap;
                        flex-direction: column;
                    }

                        #divOuter #divInner #tblDetail > tbody > tr > td {
                            display: block;
                            width: 100%;
                            overflow: auto;
                        }

                            #divOuter #divInner #tblDetail > tbody > tr > td.tdLeft {
                                order: 2;
                                margin-top: 10px;
                                font-size: 14px;
                            }

                                #divOuter #divInner #tblDetail > tbody > tr > td.tdLeft #divDetailTitle {
                                    width: 100%;
                                }

                                #divOuter #divInner #tblDetail > tbody > tr > td.tdLeft #divDetailTitle {
                                    display: none;
                                }

                                #divOuter #divInner #tblDetail > tbody > tr > td.tdLeft table[width="238"] {
                                    margin-top: 5px;
                                    width: 100%;
                                    line-height: 18px;
                                }

                            #divOuter #divInner #tblDetail > tbody > tr > td.tdRight {
                                order: 1;
                            }

                                #divOuter #divInner #tblDetail > tbody > tr > td.tdRight #divImageFloat {
                                    float: none;
                                    width: auto;
                                    position: relative;
                                    margin-left: -10px;
                                    margin-right: -3px;
                                }

                                    #divOuter #divInner #tblDetail > tbody > tr > td.tdRight #divImageFloat #divImageHolder {
                                        width: 100%;
                                        text-align: center;
                                        padding-bottom: 60px;
                                        position: relative;
                                    }

                                        #divOuter #divInner #tblDetail > tbody > tr > td.tdRight #divImageFloat #divImageHolder > a > img {
                                            max-width: 95%;
                                        }

                                        #divOuter #divInner #tblDetail > tbody > tr > td.tdRight #divImageFloat #divImageHolder #divMoreImages {
                                            padding: 0;
                                            display: block;
                                            position: absolute;
                                            height: 60px;
                                            box-sizing: border-box;
                                            left: 0;
                                            right: 0;
                                            bottom: 0;
                                            overflow: auto;
                                            white-space: nowrap;
                                        }

                                            #divOuter #divInner #tblDetail > tbody > tr > td.tdRight #divImageFloat #divImageHolder #divMoreImages > a {
                                                display: inline-block;
                                                margin: 5px;
                                            }

                                                #divOuter #divInner #tblDetail > tbody > tr > td.tdRight #divImageFloat #divImageHolder #divMoreImages > a > img {
                                                    margin: 0;
                                                }

                                    #divOuter #divInner #tblDetail > tbody > tr > td.tdRight #divImageFloat .divImageHolderShadow {
                                        display: none;
                                    }

                                #divOuter #divInner #tblDetail > tbody > tr > td.tdRight .tblSpec {
                                    border: none;
                                    width: 100%;
                                    margin: 20px 0 0;
                                    display: block;
                                }

                                    #divOuter #divInner #tblDetail > tbody > tr > td.tdRight .tblSpec > tbody {
                                        display: block;
                                    }

                                        #divOuter #divInner #tblDetail > tbody > tr > td.tdRight .tblSpec > tbody > tr {
                                            display: block;
                                            border-top: solid 1px #ccc;
                                            margin-bottom: 20px;
                                        }

                                            #divOuter #divInner #tblDetail > tbody > tr > td.tdRight .tblSpec > tbody > tr:first-child {
                                                border-top: none;
                                            }

                                                #divOuter #divInner #tblDetail > tbody > tr > td.tdRight .tblSpec > tbody > tr:first-child > td:first-child {
                                                    padding: 0;
                                                    margin: 0;
                                                    width: 100%;
                                                }

                                            #divOuter #divInner #tblDetail > tbody > tr > td.tdRight .tblSpec > tbody > tr > td {
                                                display: block;
                                                font-size: 16px;
                                                line-height: 20px;
                                            }

                                                #divOuter #divInner #tblDetail > tbody > tr > td.tdRight .tblSpec > tbody > tr > td:nth-child(2) {
                                                    display: none;
                                                }

                                                #divOuter #divInner #tblDetail > tbody > tr > td.tdRight .tblSpec > tbody > tr > td:nth-child(1) {
                                                    position: relative;
                                                    top: -10px;
                                                    display: inline-block;
                                                    margin-left: 10px;
                                                    background: White;
                                                    padding: 0 5px;
                                                }

                                                #divOuter #divInner #tblDetail > tbody > tr > td.tdRight .tblSpec > tbody > tr > td > h1 {
                                                    font-size: 18px;
                                                    line-height: 24px;
                                                }

                                #divOuter #divInner #tblDetail > tbody > tr > td.tdRight #divExpandables {
                                    display: block;
                                    width: 100%;
                                }

                                    #divOuter #divInner #tblDetail > tbody > tr > td.tdRight #divExpandables table,
                                    #divOuter #divInner #tblDetail > tbody > tr > td.tdRight #divExpandables tbody,
                                    #divOuter #divInner #tblDetail > tbody > tr > td.tdRight #divExpandables tr,
                                    #divOuter #divInner #tblDetail > tbody > tr > td.tdRight #divExpandables td,
                                    #divOuter #divInner #tblDetail > tbody > tr > td.tdRight #divExpandables th {
                                        display: block;
                                    }

                                    #divOuter #divInner #tblDetail > tbody > tr > td.tdRight #divExpandables div.divExpandButton {
                                        font-size: 16px;
                                    }

                                    #divOuter #divInner #tblDetail > tbody > tr > td.tdRight #divExpandables div.divExpandContent {
                                        margin-top: -5px;
                                        position: relative;
                                        height: 268px;
                                    }

                                        #divOuter #divInner #tblDetail > tbody > tr > td.tdRight #divExpandables div.divExpandContent table > tbody > tr:nth-child(1) {
                                            position: relative;
                                        }

                                            #divOuter #divInner #tblDetail > tbody > tr > td.tdRight #divExpandables div.divExpandContent table > tbody > tr:nth-child(1) > td {
                                                position: absolute;
                                                left: 0;
                                                right: 0;
                                            }

                                                #divOuter #divInner #tblDetail > tbody > tr > td.tdRight #divExpandables div.divExpandContent table > tbody > tr:nth-child(1) > td:first-child {
                                                    top: 0px;
                                                }

                                                #divOuter #divInner #tblDetail > tbody > tr > td.tdRight #divExpandables div.divExpandContent table > tbody > tr:nth-child(1) > td:last-child {
                                                    top: 105px;
                                                }

                                        #divOuter #divInner #tblDetail > tbody > tr > td.tdRight #divExpandables div.divExpandContent table > tbody > tr:nth-child(2) {
                                            position: absolute;
                                            left: 5px;
                                            top: 40px;
                                            right: 5px;
                                        }

                                        #divOuter #divInner #tblDetail > tbody > tr > td.tdRight #divExpandables div.divExpandContent table > tbody > tr:nth-child(3) {
                                            position: absolute;
                                            left: 5px;
                                            top: 75px;
                                            right: 5px;
                                        }

                                        #divOuter #divInner #tblDetail > tbody > tr > td.tdRight #divExpandables div.divExpandContent table > tbody > tr:nth-child(4) {
                                            position: absolute;
                                            left: 5px;
                                            top: 0px;
                                            right: 5px;
                                        }

                                        #divOuter #divInner #tblDetail > tbody > tr > td.tdRight #divExpandables div.divExpandContent table > tbody > tr > td {
                                            width: 100%;
                                        }

                                            #divOuter #divInner #tblDetail > tbody > tr > td.tdRight #divExpandables div.divExpandContent table > tbody > tr > td input.tContact {
                                                font-size: 16px;
                                                height: 30px;
                                            }

                                            #divOuter #divInner #tblDetail > tbody > tr > td.tdRight #divExpandables div.divExpandContent table > tbody > tr > td textarea.taContact {
                                                height: 125px;
                                                font-size: 16px;
                                            }

                                            #divOuter #divInner #tblDetail > tbody > tr > td.tdRight #divExpandables div.divExpandContent table > tbody > tr > td input.btnContact {
                                                font-size: 16px;
                                                position: relative;
                                                background: #069;
                                                border: solid 1px #058;
                                            }

                                    #divOuter #divInner #tblDetail > tbody > tr > td.tdRight #divExpandables #ctl00_ExtraInfo_DetailView_tip_divSendTip {
                                        height: 302px;
                                    }

                                        #divOuter #divInner #tblDetail > tbody > tr > td.tdRight #divExpandables #ctl00_ExtraInfo_DetailView_tip_divSendTip > table > tbody > tr:nth-child(1) > td:last-child {
                                            top: 140px;
                                        }

                                        #divOuter #divInner #tblDetail > tbody > tr > td.tdRight #divExpandables #ctl00_ExtraInfo_DetailView_tip_divSendTip > table > tbody > tr:nth-child(4) {
                                            top: 110px;
                                        }

                                #divOuter #divInner #tblDetail > tbody > tr > td.tdRight #tblSearchResult {
                                    display: none;
                                }

        #divOuter #tblMain {
            display: block;
            width: auto;
        }

            #divOuter #tblMain > tbody {
                display: block;
            }

                #divOuter #tblMain > tbody > tr {
                    display: flex;
                    flex-wrap: wrap;
                }

                    #divOuter #tblMain > tbody > tr > td {
                        display: block;
                        width: 100%;
                    }

                        #divOuter #tblMain > tbody > tr > td.tdLeft {
                            background: transparent;
                        }

                            #divOuter #tblMain > tbody > tr > td.tdLeft #divSearchFieldTitle {
                                display: none;
                            }

                            #divOuter #tblMain > tbody > tr > td.tdLeft input.searchButton {
                                width: 100%;
                                background: #069;
                                line-height: 30px;
                                height: auto;
                                font-weight: bold;
                                font-size: 22px;
                                border: none;
                            }

                            #divOuter #tblMain > tbody > tr > td.tdLeft #swedbanner,
                            #divOuter #tblMain > tbody > tr > td.tdLeft #unibanner {
                                display: none;
                            }

                            #divOuter #tblMain > tbody > tr > td.tdLeft #utw {
                                position: absolute;
                                left: 0;
                                bottom: 0;
                                right: 0;
                                z-index: 100;
                                height: 300px;
                                width: auto;
                                margin: 0;
                                padding: 0;
                                display: flex;
                                flex-wrap: wrap;
                                background: #eee;
                            }

                                #divOuter #tblMain > tbody > tr > td.tdLeft #utw br {
                                    display: none;
                                }

                                #divOuter #tblMain > tbody > tr > td.tdLeft #utw > * {
                                    display: block;
                                    flex-grow: 1;
                                    flex-shrink: 1;
                                    margin-bottom: 10px;
                                }

                                    #divOuter #tblMain > tbody > tr > td.tdLeft #utw > * img {
                                        width: auto;
                                        height: auto;
                                        max-width: 90px;
                                        max-height: 40px;
                                        margin: 5px;
                                    }

                                #divOuter #tblMain > tbody > tr > td.tdLeft #utw > p:first-child {
                                    background: #ddd;
                                    width: 100%;
                                    height: auto;
                                    box-sizing: border-box;
                                }

                                    #divOuter #tblMain > tbody > tr > td.tdLeft #utw > p:first-child > a {
                                        display: block;
                                        width: 25vw;
                                        height: 100%;
                                        overflow: hidden;
                                        float: left;
                                        margin-right: 20px;
                                        padding: 10px 0 0 10px;
                                    }

                                        #divOuter #tblMain > tbody > tr > td.tdLeft #utw > p:first-child > a > img {
                                            width: auto;
                                            height: auto;
                                            max-width: 100%;
                                            max-height: 100%;
                                            margin: 0;
                                        }

                                    #divOuter #tblMain > tbody > tr > td.tdLeft #utw > p:first-child span {
                                        display: block;
                                        text-align: left;
                                        padding: 10px;
                                        margin-top: 5vw;
                                        font-size: 4vw !important;
                                        text-shadow: 0 1px 0 #eee;
                                    }

                                        #divOuter #tblMain > tbody > tr > td.tdLeft #utw > p:first-child span > a {
                                            white-space: nowrap;
                                        }

                #divOuter #tblMain > tbody #tblSearchResult {
                    width: 100%;
                }

                    #divOuter #tblMain > tbody #tblSearchResult > tbody {
                        display: block;
                    }

                        #divOuter #tblMain > tbody #tblSearchResult > tbody > tr {
                            display: flex;
                            flex-wrap: wrap;
                            position: relative;
                            border-bottom: solid 1px #ddd;
                        }

                            #divOuter #tblMain > tbody #tblSearchResult > tbody > tr.trHeading {
                                display: none;
                            }

                            #divOuter #tblMain > tbody #tblSearchResult > tbody > tr > td {
                                padding: 0;
                                display: block;
                                background: transparent;
                                flex-shrink: 1;
                                flex-grow: 1;
                                box-sizing: border-box;
                            }

                                #divOuter #tblMain > tbody #tblSearchResult > tbody > tr > td[colspan="7"] {
                                    display: none;
                                }

                                #divOuter #tblMain > tbody #tblSearchResult > tbody > tr > td.tdPaging {
                                    width: auto;
                                    padding: 0;
                                    box-sizing: border-box;
                                    margin: 0;
                                }

                                    #divOuter #tblMain > tbody #tblSearchResult > tbody > tr > td.tdPaging #divSearchHits {
                                        display: block;
                                        width: 100%;
                                        float: none;
                                        text-align: center;
                                        font-size: 14px;
                                        margin: 20px 0 0 0;
                                        background: #eee;
                                        padding: 5px 5px 2px 5px;
                                        box-sizing: border-box;
                                        border-bottom: solid 1px #ddd;
                                    }

                                    #divOuter #tblMain > tbody #tblSearchResult > tbody > tr > td.tdPaging .ulPaging {
                                        display: block;
                                        padding: 5px 0 0 0;
                                        background: #eee;
                                        text-align: center;
                                    }

                                        #divOuter #tblMain > tbody #tblSearchResult > tbody > tr > td.tdPaging .ulPaging > li {
                                            display: inline-block;
                                        }

                                            #divOuter #tblMain > tbody #tblSearchResult > tbody > tr > td.tdPaging .ulPaging > li > a {
                                                display: block;
                                                font-size: 15px;
                                                margin-bottom: 5px;
                                                box-sizing: border-box;
                                                border: solid 1px #ddd;
                                                background: white;
                                                text-align: center;
                                                box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
                                                padding: 0;
                                                letter-spacing: -1px;
                                                padding: 5px 10px;
                                                border-radius: 4px;
                                                color: #666;
                                            }

                                                #divOuter #tblMain > tbody #tblSearchResult > tbody > tr > td.tdPaging .ulPaging > li > a.current {
                                                    background: #069;
                                                    border-color: #058;
                                                    box-shadow: inset 0 1px 3px black;
                                                    color: white;
                                                }

                                            #divOuter #tblMain > tbody #tblSearchResult > tbody > tr > td.tdPaging .ulPaging > li #ctl00_ContentHolder_SearchResult_FirstPagingButton,
                                            #divOuter #tblMain > tbody #tblSearchResult > tbody > tr > td.tdPaging .ulPaging > li #ctl00_ContentHolder_SearchResult_PrevPagingButton,
                                            #divOuter #tblMain > tbody #tblSearchResult > tbody > tr > td.tdPaging .ulPaging > li #ctl00_ContentHolder_SearchResult_NextPagingButton,
                                            #divOuter #tblMain > tbody #tblSearchResult > tbody > tr > td.tdPaging .ulPaging > li #ctl00_ContentHolder_SearchResult_LastPagingButton {
                                                letter-spacing: -3px;
                                                background: #f5f5f5;
                                            }

                                #divOuter #tblMain > tbody #tblSearchResult > tbody > tr > td.tdImage {
                                    width: 50px;
                                    padding: 10px 5px;
                                }

                                    #divOuter #tblMain > tbody #tblSearchResult > tbody > tr > td.tdImage > div {
                                        border-color: #ccc;
                                    }

                                        #divOuter #tblMain > tbody #tblSearchResult > tbody > tr > td.tdImage > div,
                                        #divOuter #tblMain > tbody #tblSearchResult > tbody > tr > td.tdImage > div > img {
                                            border-radius: 50%;
                                        }

                                #divOuter #tblMain > tbody #tblSearchResult > tbody > tr > td.tdDescription {
                                    width: calc(100% - 80px);
                                    padding: 10px 5px;
                                }

                                    #divOuter #tblMain > tbody #tblSearchResult > tbody > tr > td.tdDescription > h1 > a {
                                        font-size: 16px;
                                        text-decoration: none;
                                        font-weight: 300;
                                    }

                                #divOuter #tblMain > tbody #tblSearchResult > tbody > tr > td.tdCategory {
                                    text-align: left;
                                    line-height: 20px;
                                    padding: 0 5px 0 5px;
                                    overflow: hidden;
                                    text-overflow: ellipsis;
                                    white-space: nowrap;
                                    background: #eee;
                                    max-width: 33.333%;
                                }

                                #divOuter #tblMain > tbody #tblSearchResult > tbody > tr > td.tdArea {
                                    text-align: right;
                                    line-height: 20px;
                                    padding: 0 5px 0 5px;
                                    overflow: hidden;
                                    text-overflow: ellipsis;
                                    white-space: nowrap;
                                    background: #eee;
                                }

                                #divOuter #tblMain > tbody #tblSearchResult > tbody > tr > td.tdPrice {
                                    font-weight: bold;
                                    line-height: 20px;
                                    font-size: 14px;
                                    width: 120px;
                                    flex-grow: 0;
                                    padding: 0 5px 0 5px;
                                    background: #eee;
                                }

                                    #divOuter #tblMain > tbody #tblSearchResult > tbody > tr > td.tdPrice:empty:before {
                                        content: 'Inget pris';
                                    }

                                #divOuter #tblMain > tbody #tblSearchResult > tbody > tr > td.tdFlag {
                                    position: absolute;
                                    left: -5px;
                                    top: 45px;
                                    background: transparent;
                                }

                                    #divOuter #tblMain > tbody #tblSearchResult > tbody > tr > td.tdFlag > img {
                                        width: 20px;
                                        height: auto;
                                    }

                    #divOuter #tblMain > tbody #tblSearchResult + table {
                        width: 100%;
                    }
}
