/* .sct_mini_overlay_outer {
    position: absolute;
    border: 1px solid black;
    width: 300px;
    height: 300px;
    background-color: #eee;
    z-index: 9999;
}

.sct_mini_overlay_headline {
    border-bottom: 1px solid black;
}

.sct_mini_overlay_title {
    font-weight:bold;
}
.sct_mini_overlay_close {
    position: absolute;
    top: 0px;
    right: 0px;
    display: inline-block;
    text-align: center;
    width: 10px;
    cursor:pointer;
}
.sct_mini_overlay_close:hover {
    font-weight: bold;
}

.sct_mini_overlay_iframe {
    widht: 100%;
    height: 100%;
    border: none;
}*/