/* Please note: This may be inaccurate as I don't have a TI-Nspire™ CX II calculator, and the only screenshots I found were either lower-resolution (<320x240) or photos of the calculator taken with a camera. */
.theme_nspirecx2 .overcb {
    width: 100%;
    height: 100%;
    padding: 0px 0px 0px 0px;
    background-color: #ffffff;

}
.theme_nspirecx2 .overcb_c {
    border: 4px solid #ffffff;
    border-top: 0px;
    box-shadow: 0px 3px 3px #0000001f;
    z-index: 1;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
}
.theme_nspirecx2 .content {
    width: 100%;
    height: calc(100% - 27px);
    z-index: 1;
}
.theme_nspirecx2 .content_real {
    width: 100%;
    height: 100%;
}
.theme_nspirecx2 .content_real2 {
    width: 100%;
    background-color: #ffffff;
    height: 100%;
    overflow: scroll;
}
.theme_nspirecx2 .title {
    width: 100%;
    height: 25px;
    color: black;
    font-size: 10pt;
    font-family: 'Tahoma', 'Segoe UI', 'Noto Sans', sans-serif;
    font-weight: bold;
    border-bottom: 2px solid white;
}
.theme_nspirecx2 .title_content {
    position: relative;
    left: 3px; /* From "Handheld Status" screen */
}
