#results tr {
            font-size: 14px;
            text-align: left;
            text-transform: uppercase
        }

        #results td,#results th {
            border: none;
            padding: 15px 25px;
            font-size: 14px
        }

        #results {
            margin: auto;
            margin-top: -20px;
            padding: 0 10px
        }

        #results tr:nth-child(even) {
            background-color: #fff
        }

        .filter-controls {
            position: absolute;
            height: 100%;
            width: 21px;
            top: 25%;
            right: 15px;
            transform: translate(-50%, 10%);
        }

        .filter-controls .icon-arrow {
            position: absolute;
            right: 40%;
            cursor: pointer;
            background: transparent;
            padding: 0;
        }

        .filter-container {
            background: #fff;
            overflow: hidden;
            margin-bottom: 2px;
            padding-top: 40px
        }

        .filter-container .result-filter-wrap {
            width: 33.33%;
            float: left;
            height: 115px;
            position: relative;
            padding-left: 35px
        }

        .filter-container .result-filter-wrap ul {
            list-style: none
        }

        .filter-container .result-filter-wrap:not(:last-child) ul {
            border-right: 1px solid #ddd
        }

        .filter-container .result-filter-wrap ul li {
            line-height: 1.8rem
        }

        .filter-container .result-filter-wrap ul li a:hover {
            box-shadow: inset 0 -2px 0 #04DB3B;
            transition: all .3s
        }

        .filter-container .result-filter-wrap ul li a:focus {
            box-shadow: inset 0 -2px 0 #04DB3B;
        }

        .filter-title {
            font-weight: 900;
        }

        .results-wrapper h1 {
            color: #04DB3B;
        }

        .results-wrapper {
            min-height: 200px;
            margin: 40px 20px;
        }

        .results-wrapper .title {
            font-size: 21px;
            position: relative;
            color: #04DB3B;
            text-align: center;
            text-transform: uppercase;
            padding-bottom: 10px;
            display: block;
            clear: both;
            border-bottom: 1px solid #ccc;
        }

        .results-wrapper .title strong {
            background-color: #fff;
            display: inline-block;
            color: #04DB3B;
            padding: 0 15px;
        }

        @media(min-width: 992px) {
            .results-wrapper {
                position:relative;
                background-image: linear-gradient(180deg,#F4F4F4 0%,#FFF 100%);
                padding: 0 30px 30px;
                box-shadow: inset 0 0 0 1px #ddd,inset 0 0 0 30px #fff;
                margin: 45px 0 15px;
            }
            .results-wrapper .title {
                top: -45px;
                border-bottom: none;
				padding: 30px 0 15px;
            } 
        }

        .results-col-left {
            float: left;
            width: 21%;
            margin: 0 2%;
            background: #fff;
            position: relative;
        }

        .results-col-left::after {
            content: "";
            position: absolute;
            width: 1px;
            height: 100%;
            background: #ddd;
            top: 0;
            bottom: 0;
            right: -10px;
            display: block;
        }

        .results-col-left ul {
            list-style: none;
        }

        .results-col-left ul li {
            text-transform: uppercase;
            font-weight: 700;
            font-size: 14px;
            font-size: 15px;
            line-height: 1.214;
        }
        .results-col-left ul li a {
            display: block;
            padding: 20px 10px;
            font-weight: 500;
        }

        .results-col-left ul li:not(:last-child) a {
            border-bottom: 1px solid #ddd;
        }

        .icon-arrow {
            position: relative;
        }

        .scroll-up:before {
            content: url(../img/arrow-up.svg);
            width: 21px;
            height: 10px;
            position: absolute;
            bottom: 20px;
        }

        .select-wrap {
            position: relative;
            overflow: hidden;
        }

        .select-wrap:before {
            position: absolute;
            right: 10px;
            top: 22px;
            z-index: 1;
            pointer-events: none;
        }

        .select-wrap:before {
            content: url(../img/arrow-down.svg);
            width: 21px;
            height: 10px;
            position: absolute;
            bottom: 0;
        }

        .scroll-down:before {
            content: url(../img/arrow-down.svg);
            width: 21px;
            height: 10px;
            position: absolute;
            top: 20px;
        }

        .filter-container-mob {
            display: none;
        }

        @media only screen and (max-width: 1200px) {
            .results-col-left {
                display:none;
            }
        }

        @media only screen and (max-width: 1120px) {
            .filter-container {
                display:none;
            }

            #results tr:nth-child(even) {
                background-color: #f4f4f4;
            }

            #results {
                margin-top: 0;
            }

            #results td,#results th {
                padding: 10px 5px;
            }

            .results-col-init {
                overflow-x: scroll;
            }

            .filter-container-mob {
                display: block;
                padding: 20px;
                background: #f4f4f4;
            }

            .filter-select {
                width: 100%;
                margin: 5px auto;
                background: #fff;
                border: 0;
                cursor: pointer;
                font-weight: 500;
                height: 50px;
                outline: 0;
                position: relative;
                text-transform: uppercase;
                border-bottom: 1px solid #b0b0b0;
                padding: 0 15px;
                display: block;
                -webkit-appearance: none;
                font-size: 16px;
            }
        }

        .results-col-left ul li:hover {
            box-shadow: inset 0 -5px 0 #04DB3B;
            transition: all .3s;
        }

        .results-col-left .filter-selected {
        box-shadow: inset 0 -5px 0 #04DB3B;
        }

        .result-filter-wrap ul {
            height: 100%;
            overflow-y: scroll;
            -ms-overflow-style: none;
            scrollbar-width: none;
        }

        .result-filter-wrap ul::-webkit-scrollbar {
            display: none;
        }

        .results-wrapper.nobgrace {
            background-image: none;
            text-align: center;
            padding-bottom: 40px;
        }

        @media(max-width: 540px) {
            .hide-col {
                display:none;
            }

            #results {
                width: 100%;
            }
        }