.theme_main_normal .overcb {
    width: 100%;
    height: 100%;
    padding: 0px 0px 0px 0px;
    background-color: #cfaf9800;
}
.theme_main_normal .overcb_c {
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.theme_main_normal .content {
    width: 100%;
    height: calc(100% - 35px);
    z-index: 1;
}
.theme_main_normal .content_real {
    width: 100%;
    height: 100%;
}
.theme_main_normal .content_real2 {
    width: 100%;
    background-color: #ffffffff;
    height: 100%;
    overflow: scroll;
}
.theme_main_normal .title {
    width: 100%;
    height: 35px;
    background-image: linear-gradient(#ffffff5f, #ffffff5f);
    color: black;
    font-size: 9.5pt;
    font-family: 'Segoe UI', 'Noto Sans', sans-serif;
}
.theme_main_normal .title_content {
    position: relative;
    left: 10px; /* From "Handheld Status" screen */
}
