.theme_aerobasic .overcb {
    width: calc(100% - 14px);
    height: calc(100% - 7px);
    padding: 0px 6px 5px 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-color: #b9d1ea;
    border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #3fcef2;
    border-bottom: 1px solid #3fcef2;
}
.theme_aerobasic .overcb_c {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border: 1px solid #343434;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    z-index: 1;
}
.theme_aerobasic .content {
    width: 100%;
    height: calc(100% - 30px);
    z-index: 1;
    border: 1px solid #b9d1ea;
}
.theme_aerobasic .content_real2 {
    width: 100%;
    background-color: #ffffff;
    height: 100%;
    overflow: scroll;
}
.theme_aerobasic .title {
    width: calc(100% + 12px);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 12px;
    height: 28px;
    background-image: linear-gradient(#98b4d0, #b8d0e9);
}
.theme_aerobasic .title_content {
    position: relative;
    left: 5px;
}
.theme_aerobasic .effect_w7_v {
    background-image: linear-gradient(#ffffff00,#ffffffbf);
}
.theme_aerobasic .effect_w7 {
    width: calc(100% - 2px);
    top: 52px;
    height: 67px;
    position: absolute;
    z-index: 0;
}
