.theme_main_normal_old .overcb {
    width: 100%;
    height: 100%;
    padding: 0px 0px 0px 0px;
    background-color: #cfaf98;
}
.theme_main_normal_old .overcb_c {
    border: 1px solid #606060;
    z-index: 1;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
}
.theme_main_normal_old .content {
    width: 100%;
    height: calc(100% - 23px);
    z-index: 1;
}
.theme_main_normal_old .content_real {
    width: 100%;
    height: 100%;
}
.theme_main_normal_old .content_real2 {
    width: 100%;
    background-color: #ffffff;
    height: 100%;
    overflow: scroll;
}
.theme_main_normal_old .title {
    width: 100%;
    height: 23px;
    background-image: linear-gradient(#b0b0b0, #e0e0e0);
    color: black;
    font-size: 9.5pt;
    font-family: 'Segoe UI', 'Noto Sans', sans-serif;
}
.theme_main_normal_old .title_content {
    position: relative;
    left: 3px; /* From "Handheld Status" screen */
}
