/* Please note: This may be inaccurate as I don't have a TI-Nspire™ monochrome calculator, and the only screenshot I found was in JPEG format. */
.theme_nspire .overcb {
    width: 100%;
    height: 100%;
    padding: 0px 0px 0px 0px;
    background-color: #cfaf98;
}
.theme_nspire .overcb_c {
    border: 2px solid #000;
    box-shadow: 1px 1px 0px #b0b0b0, 2px 2px 0px #b0b0b0, 3px 3px 0px #b0b0b0;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
}
.theme_nspire .content {
    width: 100%;
    height: calc(100% - 21px);
    z-index: 1;
}
.theme_nspire .content_real {
    width: 100%;
    height: 100%;
}
.theme_nspire .content_real2 {
    width: 100%;
    background-color: #ffffff;
    height: 100%;
    overflow: scroll;
}
.theme_nspire .title {
    width: 100%;
    height: 23px;
    background-image: linear-gradient(#000, #000 17px, #000);
    color: white;
    font-size: 9.5pt;
    font-family: 'Tahoma', 'Segoe UI', 'Noto Sans', sans-serif;
    align-items: baseline;
}
.theme_nspire .title_content {
    position: relative;
    left: 3px; /* From "Handheld Status" screen */
}
