﻿body {
    margin: 0;
    padding: 0;
    background-color: #eee;
    font-family: 'TeleGroteskNext', Tahoma, Geneva, Verdana, sans-serif;
    width: 100vw;
}

.smra-category-popup-button {
    background-color: rgba(226,0,116, 1.0);
    color: white;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    width: 300px;
    margin: 4px auto;
}

/*    V I R A ' S   L A Y O U T   */

.col-sm-4, .col-sm-3, .col-sm-6 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.parent-container {
    width: 100vw;
}

.top-bar {
    height: 84px;
    background-color: white;
    padding-top: 10px;
    padding-left: 26px;
}

.device-offline-msg-box {
    margin-left: auto;
    margin-right: auto;
    margin-top: 200px;
    width: 400px;
    height: 200px;
    text-align: center;
    border: 1px solid black;
    padding: 20px;
}

.player-offline-badge {
    font-size: 12px;
    width: 50%;
    float: right;
    text-align: right;
}

.logo {
    width: 64px;
    height: 64px;
    background-color: rgba(226,0,116, 1.0);  /* temp until image */
}

.logo > img {
    height:64px;
}

.fleet-section {
    display: inline-block;
    position: relative;
}

.bottom-section {
    width: 0px;
    position: relative;
    left: 0px;
    top: 120px;
}

.bottom-section-plano {
    position: relative;
    left: 0px;
    top: 120px;
}

.gray-at-bottom {
    position: absolute;
    top: 1550px;
    height: 40px;
    padding: 0px 0px 30px 0px;
}

.section-box {
    position: absolute;
    background-color: white;
    width: 400px;
    padding: 20px;
    box-shadow: 3px 3px 8px rgba(0,0,0,0.2), 3px -3px 8px rgba(0,0,0,0.2);
}

.dfw-section {
    left: 0px;
    top: 50px;
    height: 580px;
}

.ttl-tvis-vhp {
    left: 402px;
    top: 50px;
    height: 580px;
}

.descriptions {
    position: relative;
    left: 1297px;
    top: 100px;
    width: 400px;
    font-size: 14px;
    padding: 0px 10px;
}

.descriptions-with-saps {
    font-size: 14px;
    padding: 0px 10px;
}

.skateking-experience {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 800px;
}



.experience-plus {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 800px;
}

.dcv-bar {
    height: 72px;
    width: 100%;
    background-color: rgba(226,0,116, 1.0);
    color: white;
    font-size: 34px;
    padding-left: 26px;
    padding-top:14px;
    font-weight: bold;
}

.search-bar {
    z-index: 1000;
    width: 100%;
    position: relative;
    height: 64px;
    background-color: black;
    color: rgba(226,0,116, 1.0);
    font-size: 24px;
    padding-left: 26px;
    padding-top: 10px;
}

.search-label {
    position: absolute;
    left: 170px;
    top: 14px;
}

.search-input {
    width: 125px;
    font-size: 14px;
}

.see-sig-link {
    position: absolute;
    right: 30px;
    top: 15px;
}

    .see-sig-link > a {
        color: rgba(226,0,116, 1.0);
        text-decoration: none;
    }

.new-exp-link {
    position: absolute;
    right: 430px;
    top: 15px;
}

    .new-exp-link > a {
        color: rgba(226,0,116, 1.0);
        text-decoration: none;
    }

.hard-coded-selections {
    position: static;
    background-color: #eee;
    padding: 20px;
    transform: scale(0.89);
    transform-origin: top left;
}

.fleet-label {
    color: rgba(226,0,116, 1.0);
    font-size: 26px;
    font-weight: bold;
    width: 100%;
    margin-bottom: 15px;
}

.skateking-local-label {
    color: rgba(226,0,116, 1.0);
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: -275px;
    margin-left: 0px;
}

.signature-label {
    color: rgba(226,0,116, 1.0);
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 10px;
    margin-left: 0px;
}

.pwall-half-stacks {
    position: absolute;
    width: 400px;
    background-color: white;
    padding: 20px;
    height: 430px;
    margin-left: 0px;
    box-shadow: 3px 3px 8px rgba(0,0,0,0.2), 3px -3px 8px rgba(0,0,0,0.2);
}

.pwall-tier-e {
    position: relative;
    top: 0px;
    left: 402px;
    width: 400px;
    background-color: white;
    padding: 20px;
    height: 430px;
    margin-left: 0px;
    box-shadow: 3px 3px 8px rgba(0,0,0,0.2), 3px -3px 8px rgba(0,0,0,0.2);
}

.signature-box {
    position: relative;
    width: 400px;
    background-color: white;
    padding: 20px;
    height: 145px;
    margin-left: 0px;
    box-shadow: 3px 3px 8px rgba(0,0,0,0.2), 3px -3px 8px rgba(0,0,0,0.2);
}

.store-in-store-box {
    position: absolute;
    width: 400px;
    background-color: white;
    padding: 20px;
    height: 445px;
    margin-left: 0px;
    box-shadow: 3px 3px 8px rgba(0,0,0,0.2), 3px -3px 8px rgba(0,0,0,0.2);
}

.channel-content-box-bfe {
    float: top;
    width: 400px;
    height: 250px;
    padding: 20px;
    margin-left: 0px;
}

.channel-content-box-bfs {
    float: top;
    width: 400px;
    padding: 20px;
    height: 250px;
    margin-left: 0px;
    margin-top: -1px;
}

.channel-content-box-vdse {
    float: top;
    width: 400px;
    background-color: white;
    padding: 20px;
    height: 200px;
    margin-left: 0px;
}

.channel-content-box-vdss {
    float: top;
    width: 400px;
    background-color: white;
    padding: 20px;
    height: 225px;
    margin-left: 0px;
}

.skateking-dfw-section-2 {
    position: absolute;
    width: 400px;
    background-color: white;
    padding: 20px;
    height: 380px;
    margin-left: 0px;
    box-shadow: 3px 3px 8px rgba(0,0,0,0.2), 3px -3px 8px rgba(0,0,0,0.2);
}

.experience-plus-left {
    position: absolute;
    width: 400px;
    background-color: white;
    padding: 20px;
    height: 325px;
    margin-left: 0px;
    box-shadow: 3px 3px 8px rgba(0,0,0,0.2), 3px -3px 8px rgba(0,0,0,0.2);
}

.experience-plus-right {
    position: absolute;
    left: 402px;
    top: 52px;
    width: 400px;
    background-color: white;
    padding: 20px;
    height: 325px;
    margin-left: 0px;
    box-shadow: 3px 3px 8px rgba(0,0,0,0.2), 3px -3px 8px rgba(0,0,0,0.2);
}

.skateking-dfw-section {
    position: absolute;
    left: 402px;
    top: 52px;
    width: 400px;
    background-color: white;
    padding: 20px;
    height: 380px;
    margin-left: 0px;
    box-shadow: 3px 3px 8px rgba(0,0,0,0.2), 3px -3px 8px rgba(0,0,0,0.2);
}

.col-with-divider {
    border-right: 1px solid gray;
}

.vds-section {
    position: absolute;
    left: 0px;
    top: 285px;
    background-color: white;
    padding: 20px;
    padding-top: 0px;
}

.sams-club-box {
    position: absolute;
    left: 0px;
    top: 290px;
    background-color: white;
    padding: 20px;
    padding-top: 0px;
}

.sams-club-list {
    position: absolute;
    left: 150px;
    top: 0px;
}

.dfw-label {
    float: left;
    color: rgba(226,0,116, 1.0);
    font-size: 20px;
    width: 105px;
}

.product-wall-label {
    color: rgba(226,0,116, 1.0);
    font-size: 20px;
    width: 80px;
    margin-top: 40px;
}

.lenticular-wall-label {
    color: rgba(226,0,116, 1.0);
    font-size: 20px;
    width: 80px;
    margin-top: 95px;
}

.exp-plus-brand-focal-label {
    color: rgba(226,0,116, 1.0);
    font-size: 20px;
    width: 80px;
    margin-top: 45px;
}

.vds-label {
    color: rgba(226,0,116, 1.0);
    font-size: 20px;
    width: 80px;
}

.exp-dfw-label {
    color: rgba(226,0,116, 1.0);
    font-size: 20px;
    width: 80px;
    margin-left: 0px;
}

.exp-plus-dfw-label {
    color: rgba(226,0,116, 1.0);
    font-size: 20px;
    width: 80px;
    margin-left: 0px;
}

.stacks-label {
    color: rgba(226,0,116, 1.0);
    font-size: 20px;
    width: 80px;
    margin-left: 0px;
    margin-top: 80px;
}

.signature-tfb-label {
    color: rgba(226,0,116, 1.0);
    font-size: 20px;
    width: 80px;
    margin-left: 0px;
    margin-top: 105px;
}

.led-portal-label {
    color: rgba(226,0,116, 1.0);
    font-size: 20px;
    width: 80px;
    margin-left: 0px;
}

.pinwheel-label {
    color: rgba(226,0,116, 1.0);
    font-size: 20px;
    width: 80px;
    margin-left: 0px;
    margin-top: 0px;
}

.pinwheel-section {
    position: absolute;
    left: 0px;
    top: 405px;
    background-color: white;
    padding: 20px;
    padding-top: 0px;
}

.pinwheel-list {
    position: absolute;
    left: 130px;
    top: 0px;
}

.fast-lane-label {
    color: rgba(226,0,116, 1.0);
    font-size: 20px;
    width: 80px;
    margin-left: 0px;
    margin-top: 15px;
}

.ttl-section {
    position: absolute;
    left: 0px;
    top: 445px;
    background-color: white;
    padding: 20px;
    padding-top: 0px;
}

.fleet-tv-section {
    position: absolute;
    left: 0px;
    top: 20px;
    background-color: white;
    padding: 20px;
    padding-top: 0px;
}

.authorized-retailer-section {
    position: absolute;
    left: 0px;
    top: 335px;
    background-color: white;
    padding: 20px;
    padding-top: 0px;
}

.mobile-section {
    position: absolute;
    left: 0px;
    top: 415px;
    background-color: white;
    padding: 20px;
    padding-top: 0px;
}

.sap-labels {
    margin-top: -10px;
    margin-bottom: 4px;
}

.fleet-vhp-section {
    position: absolute;
    left: 0px;
    top: 180px;
    background-color: white;
    padding: 20px;
    padding-top: 0px;
}

.ttl-label {
    color: rgba(226,0,116, 1.0);
    font-size: 20px;
    width: 80px;
}

.ttl-list {
    position: absolute;
    left: 110px;
    top: 0px;
}

.half-stacks-label {
    position: absolute;
    left: 20px;
    top: 350px;
    width: 100px;
    color: rgba(226,0,116, 1.0);
    font-size: 20px;
}

.half-stacks-list {
    position: absolute;
    left: 110px;
    top: 275px;
}

.half-stacks-list-extra-margin {
    position: absolute;
    left: 175px;
    top: 350px;
}

.dfw-list {
    position: absolute;
    left: 110px;
    top: 20px;
}

.dfw-list-25px-extra-margin {
    position: absolute;
    left: 135px;
    top: 20px;
}

.dfw-list-65px-extra-margin {
    position: absolute;
    left: 175px;
    top: 20px;
}

.exp-dfw-list {
    position: absolute;
    left: 120px;
    top: 20px;
}

.exp-plus-dfw-list {
    position: absolute;
    left: 120px;
    top: 20px;
}

.led-portal-list {
    position: absolute;
    left: 120px;
    top: 20px;
}

.fast-lane-list {
    position: absolute;
    left: 120px;
    top: 90px;
}

.stacks-list {
    position: absolute;
    left: 120px;
    top: 200px;
}

.signature-tfb-list {
    position: absolute;
    left: 120px;
    top: 20px;
}

.store-in-store-list {
    position: absolute;
    left: 150px;
    top: 20px;
}

.channel-content-list {
    float: left;
    margin-left: 30px;
}

.product-wall-list {
    position: absolute;
    left: 120px;
    top: 88px;
}

.lenticular-wall-list {
    position: absolute;
    left: 120px;
    top: 240px;
}

.exp-plus-brand-focal-list {
    position: absolute;
    left: 120px;
    top: 95px;
}

.exp-plu-product-wall-1-label {
    color: rgba(226,0,116, 1.0);
    font-size: 20px;
    width: 80px;
    margin-top: 0px;
}

.exp-plu-product-wall-1-list {
    position: absolute;
    left: 120px;
    top: 20px;
}

.exp-plu-product-wall-2-label {
    color: rgba(226,0,116, 1.0);
    font-size: 20px;
    width: 80px;
    margin-top: 90px;
}

.exp-plu-product-wall-2-list {
    position: absolute;
    left: 120px;
    top: 165px;
}

.exp-plus-fast-lane-label {
    color: rgba(226,0,116, 1.0);
    font-size: 20px;
    width: 80px;
    margin-top: 15px;
}

.exp-plus-fast-lane-list {
    position: absolute;
    left: 120px;
    top: 165px;
}

.not-in-hood-msg {
    margin-top: 25px;
    font-size: 18px;
}


.exp-plus-hsi-label {
    color: rgba(226,0,116, 1.0);
    font-size: 20px;
    width: 80px;
    margin-top: 15px;
}

.exp-plus-hsi-list {
    position: absolute;
    left: 120px;
    top: 235px;
}

.vds-list {
    position: absolute;
    left: 110px;
    top: 0px;
}

.fleet-tv-list {
    position: absolute;
    left: 130px;
    top: 0px;
}

.authorized-retailer-list {
    position: absolute;
    left: 130px;
    top: 0px;
}

.mobile-list {
    position: absolute;
    left: 130px;
    top: 0px;
}

.vhp-list {
    position: absolute;
    left: 130px;
    top: 0px;
}

.oddball-group-selection {
    background-color: #fff;
    cursor: pointer;
    font-size: 20px;
    width: 95px;
}

.oddball-group-selection:hover {
    background-color: rgba(226,0,116, 1.0);
    color: white;
    cursor: pointer;
}

.vira-group-selection {
    background-color: #fff;
    cursor: pointer;
    font-size: 20px;
    width: 220px;
}

    .vira-group-selection:hover {
        background-color: rgba(226,0,116, 1.0);
        color: white;
        cursor: pointer;
    }

.vira-group-selection-short {
    background-color: #fff;
    cursor: pointer;
    font-size: 20px;
    width: 150px;
}

    .vira-group-selection-short:hover {
        background-color: rgba(226,0,116, 1.0);
        color: white;
        cursor: pointer;
    }


.vira-group-special-selection {
    background-color: #fff;
    cursor: pointer;
    font-size: 20px;
    color: rgba(226,0,116, 1.0);
    margin-left: -92px;
    margin-top: 10px;
    width: 250px;
}

    .vira-group-special-selection:hover {
        background-color: rgba(226,0,116, 1.0);
        color: white;
        cursor: pointer;
    }

.vira-group-special-selection-2ndary {
    background-color: #fff;
    cursor: pointer;
    font-size: 20px;
    color: rgba(226,0,116, 1.0);
    margin-left: -80px;
    margin-top: 0px;
    width: 215px;
}

    .vira-group-special-selection-2ndary:hover {
        background-color: rgba(226,0,116, 1.0);
        color: white;
        cursor: pointer;
    }



.vira-player-group-name-label,
.vira-player-presentation-name-label {
    text-align: left;
    font-size: 10px;
    font-weight: bold;
    color: rgba(226,0,116, 1.0);
}
.vira-player-unit-name-label {
    text-align: left;
    font-size: 10px;
    font-weight: bold;
    color: rgba(226,0,116, 1.0);
    width: 50%;
    float: left;
}

.vira-player-unit-name {
    font-size: 20px;
    margin-bottom: 8px;
    clear: both;
}

.vira-player-group-name {
    font-size: 12px;
    margin-bottom: 8px;
}

.vira-player-presentation-name {
    font-size: 12px;
}

.vira-player-selection-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border: 1px solid black;
}

.vira-player-selection {
    width: 235px;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    margin: 10px;
    cursor: pointer;
}

    .vira-player-selection:hover {
        background-color: rgba(226,0,116, 1.0);
        color: white;
        cursor: pointer;
    }



.clear-search-button-vira {
    position: absolute;
    left: 350px;
    top: 1px;
    background-color: rgba(226,0,116, 1.0);
    color: white;
    cursor: pointer;
    margin-top: 10px;
    padding: 4px;
    border-radius: 4px;
    width: 80px;
    text-align: center;
}

/* END - VIRA'S LAYOUT */

.selectable-group-item {

}

#_controllerDiv {
    padding: 0 !important;
}

.waiting-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.7;
}

.waiting-overlay-message {
    font-size: 20px;
    color: rgba(226,0,116, 1.0);
    top: 50%;
    position: absolute;
    text-align: center;
    z-index: 1000;
    width: 100%;
}

.selectable-group-item:hover {
    background-color: rgba(226,0,116, 1.0);
    color: white;
    cursor: pointer;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: white;
    opacity: 1;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background-color: rgba(226,0,116, 1.0);
    color: white;
    background-image: linear-gradient(to bottom, rgba(226,0,116, 1.0) 0%, rgba(226,0,116, 1.0) 100%);
    text-shadow: none;
    border-color: rgba(226,0,116, 1.0);
}

.fake-nav-bar {
    height: 104px;
    background-color: white;
}

.fake-nav-bar > img {
    position: absolute;
    left: 16px;
    top: 20px;
    height: 64px;
}

.page-title {
    padding-left: 20px;
    font-size: 18pt;
    margin: 30px 0px;
}

.clear-search-button {
    background-color: rgba(226,0,116, 1.0);
    color: white;
    cursor: pointer;
    margin-top: 10px;
    padding: 4px;
    border-radius: 4px;
    width: 80px;
    text-align: center;
}

.org-group-section, .player-selection-section {
    padding: 20px;
}

.org-group-name {
    font-size: 16px;
}

.org-group-group-container, .player-selection-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border: 1px solid black;
}

.group-selection {
    text-align: center;
    width: 165px;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    margin: 10px;
    cursor: pointer;
}

    .group-selection:hover {
        background-color: rgba(226,0,116, 1.0);
        color: white;
        cursor: pointer;
    }

.player-selection {
    text-align: center;
    width: 200px;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    margin: 10px;
    cursor: pointer;
}

    .player-selection:hover {
        background-color: rgba(226,0,116, 1.0);
        color: white;
        cursor: pointer;
    }

.player-unit-name-label,
.player-group-name-label,
.player-presentation-name-label {
    text-align: left;
    font-size: 10px;
    font-weight: bold;
}

.player-unit-name {
    font-size: 12px;
    margin-bottom: 8px;
}

.player-group-name {
    font-size: 12px;
    margin-bottom: 8px;
}

.player-presentation-name {
    font-size: 12px;
}

.back-button {
    position: absolute;
    top: 30px;
    right: 30px;
    background-color: rgba(226,0,116, 1.0);
    color: white;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}

.back-button-offline {
    background-color: rgba(226,0,116, 1.0);
    color: white;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.back-button-lower {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: rgba(226,0,116, 1.0);
    color: white;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}

.sap-text {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.group-name-text {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.content-info-section {
    padding: 3px;
    background-color: rgba(226,0,116, 1.0);
    color: white;
    border-radius: 4px;
    margin-top: 8px;
}

.start-end-date {
    margin-right: 20px;
}

.instruction-text {
    font-size: 12pt;
    font-style: italic;
}

.media-player-container {
    
    height: 840px;
    padding: 30px;
    padding-top: 60px;
    padding-bottom: 0px;
}

    .media-player-container > img,
    .media-player-container > video {
        max-width: 100%;
        max-height: 100%;
    }


    .media-player-container > img,
    .media-player-container > video {
        border: 0px solid black;
    }

.playlist-selector {
    overflow: hidden;
    padding: 30px;
}

.playlist-item-scroller {
    max-height: 600px;
    overflow-y: auto;
}

.media-video-rotated {
    transform: scale(0.5625, 0.5625) rotate(-270deg);
}

.media-image-rotated {
    transform: scale(0.625, 0.625) rotate(-270deg);
}

.media-video-rotated-android {
    transform: scale(0.5625, 0.5625) rotate(90deg);
}

.media-image-rotated-android {
    transform: scale(0.625, 0.625) rotate(90deg);
}

.lwall-video-rotated {
    transform: scale(0.5625, 0.5625) rotate(-90deg);
}

.lwall-video {
    width: 11.0%;
}

.player-box-partial {
    width: 60%;
    float: left;
}

.player-box-full {
    width: 100%;
    float: left;
}

.controls-box-partial {
    width: 40%;
    float: left;
}

.controls-box-none {
    width: 0%;
    float: left;
}

.ldc-signature-section {
    position: absolute;
    top: 290px;
    left: 1320px;
}

.store-in-store-section {
    position: relative;
    top: 1220px;
    left: 850px;
}

.channel-content-section {
    display: inline-block;
    position: relative;
    top: 442px;
    left: 850px;
}

.channel-content-section-inner {
    display: inline-block;
    background-color: white;
    box-shadow: 3px 3px 8px rgba(0,0,0,0.2), 3px -3px 8px rgba(0,0,0,0.2);
}

@media screen and (max-width: 1200px) {
    .ldc-signature-section {
        top: 940px;
        left: 20px;
    }

    .store-in-store-section {
        position: absolute;
        top: 1650px;
        left: 20px;
    }

    .sams-club-box {
        position: absolute;
        left: 0px;
        top: 0px;
        background-color: white;
        padding: 20px;
        padding-top: 0px;
    }

    .channel-content-section {
        position: absolute;
        top: 2175px;
        left: 20px;
    }

    .descriptions {
        top: 860px;
        left: 0px
    }

    .bottom-section {
        top: 2825px;
        left: 0px;
    }

    .bottom-section-plano {
        top: 2325px;
        left: 0px;
    }

    .skateking-experience {
        left: 0px;
        top: 480px;
    }

    .gray-at-bottom {
        top: 4200px;
        padding-bottom: 100px;
        left: 0;
    }

    .search-bar {
        height: 160px;
    }

    .new-exp-link {
        position: absolute;
        top: 60px;
        left: 26px;
        width: 350px;
    }

    .see-sig-link {
        position: absolute;
        top: 100px;
        left: 26px;
    }
}

@media screen and (max-width: 800px) {
    .ldc-signature-section {
        top: 1635px;
        left: 20px;
    }

    .store-in-store-section {
        position: absolute;
        top: 2295px;
        left: 20px;
    }

    .channel-content-section {
        position: absolute;
        top: 2850px;
        left: 20px;
    }

    .ttl-tvis-vhp {
        top: 635px;
        left: 0px;
    }

    .descriptions {
        top: 1580px;
        left: 0px
    }

    .bottom-section {
        top: 3875px;
        left: 20px;
    }

    .bottom-section-plano {
        top: 4105px;
        left: 20px;
    }

    .experience-plus-right {
        left: 0px;
        top: 380px;
    }


    .skateking-experience {
        left: 0px;
        top: 510px;
    }

    .skateking-dfw-section {
        left: 0px;
        top: 435px;
    }

    .search-bar {
        height: 160px;
    }

    .new-exp-link {
        position: absolute;
        top: 60px;
        left: 26px;
        width: 350px;
    }

    .see-sig-link {
        position: absolute;
        top: 100px;
        left: 26px;
    }

    .gray-at-bottom {
        top: 5890px
    }
}
