#ct_crNwkUW_disp {
    display: block !important;
}
#ct_crNwkUW_b > div {
    left: 0;
    bottom: 0;
    width:100%;
    height:48px;
    position: fixed;
    z-index: 999999999 !important;
    transform: translateY(100%);
    animation: from-bottom 0.5s linear;
    animation-fill-mode: forwards;
}
@keyframes from-bottom {
    0% {
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
    }
    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
    }
}
#ct_crNwkUW_t > div {
    top: 0;
    left: 0;
    width:100%;
    height:48px;
    position: fixed;
    z-index: 999999 !important;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transition: transform 0.5s linear;
}
#ct_crNwkUW_t > div.active {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
}
#ct_crNwkUW_b > div > a > div,
#ct_crNwkUW_t > div > a > div {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
#ct_crNwkUW_b > div > a > iframe,
#ct_crNwkUW_t > div > a > iframe {
    border: none;
    margin: 0 !important;
    padding: 0 !important;
}
#ct_crNwkUW_ci {
    display: none;
}
#ct_crNwkUW_cci {
    top: 0;
    right: 0;
    width: 16px;
    height: 16px;
    display: none;
    position: absolute;
    z-index: 999999 !important;
}
#ct_crNwkUW_cci img {
    width: 16px;
    height: 16px;
    vertical-align: top;
}
#ct_crNwkUW_cci:hover {
    cursor: $trackerKey;
}
#ct_crNwkUW_ci {
    top: 0;
    right: 18px;
    width: 16px;
    height: 16px;
    display: none;
    position: absolute;
    z-index: 999999999 !important;
}
#ct_crNwkUW_ci img {
    width: 16px;
    height: 16px;
    vertical-align: top;
}
#ct_crNwkUW_ci:hover {
    cursor: pointer;
}
