.notsy_adwall_modal_logo_wrapper {
 background-color: #333333;   
}

.second_blur_0:after,
.paragraph_blur_0:after {
    display: none !important;
}

table tr td div:has(.TNG_VIDEO) {
    width: auto !important;
}

div:has(> .TNG_ATC),
div:has(> .TNG_ATC_1),
div:has(> .TNG_ITC),
div:has(> .TNG_ITC_1),
div:has(> .TNG_ITC_2),
div:has(> .TNG_ITC_3),
div:has(> .TNG_ITC_4),
div:has(> .TNG_BTC),
div:has(> .TNG_SBL_160),
div:has(> .TNG_SBR_160) {
  display: flex;
  flex-direction: column;
}

div:has(> .TNG_ATC) > div,
div:has(> .TNG_ATC_1) > div,
div:has(> .TNG_ITC) > div,
div:has(> .TNG_ITC_1) > div,
div:has(> .TNG_ITC_2) > div,
div:has(> .TNG_ITC_3) > div,
div:has(> .TNG_ITC_4) > div,
div:has(> .TNG_BTC) > div,
div:has(> .TNG_SBL_160) > div,
div:has(> .TNG_SBR_160) > div {
  flex: 1;
  display: flex;
  flex-direction: column;
}

div:has(> .TNG_ATC) > div > div,
div:has(> .TNG_ATC_1) > div > div,
div:has(> .TNG_ITC) > div > div,
div:has(> .TNG_ITC_1) > div > div,
div:has(> .TNG_ITC_2) > div > div,
div:has(> .TNG_ITC_3) > div > div,
div:has(> .TNG_ITC_4) > div > div,
div:has(> .TNG_BTC) > div > div,
div:has(> .TNG_SBL_160) > div > div,
div:has(> .TNG_SBR_160) > div > div {
  height: 100%;
}

#notsy-sticky-container_TNG_FLOAT_300 {
    z-index: 2147483647 !important;
    width: auto !important;
}

#notsy-sticky-container_TNG_FLOAT_300 > div:nth-child(2) {
    left: auto;
    right: 5px !important;
    top: -20px !important;
}

#notsy-sticky-container_TNG_FLOAT_300::before {
    content: "reklam";
    position: absolute;
    left: 0;
    top: -20px;
    margin-bottom: 7px;
    width: fit-content;
    height: 18px;
    padding: 3px 8px;
    border-radius: 4px;
    color: #666;
    font-size: 12px;
    font-family: Arial;
    font-weight: initial;
    line-height: 1;
    background: #fafafa;
}