body {
    font-family: arial;
    background-color: #e7ebef;
}

H1 {
    color: white;
    background-color: green;
    text-align: center;
    padding: 2px 0px;
    margin-top: 0px;
}

#left-navbar {
    FONT-WEIGHT: bold;
    PADDING-BOTTOM: 1em;
    PADDING-LEFT: .5em;
    PADDING-RIGHT: .5em;
    MARGIN-LEFT: 0em;
    WIDTH: 150;
    COLOR: white;
    PADDING-TOP: 1em;
    BACKGROUND-COLOR: green;
    TEXT-ALIGN: left;
    border-radius: 5px;
}

@media (min-width: 600px) {
    #left-navbar {
        FLOAT: left;
    }
}


@media (max-width: 599px) {
    #left-navbar {
        position: absolute;
        width: fit-content;
        display: none;
    }
}

#mug {
    MARGIN-BOTTOM: 1em;
    MARGIN-LEFT: 1em;
    MARGIN-RIGHT: 1em;
    FLOAT: right;
    WIDTH: 275;
    HEIGHT: 126;
}

#left-navbar A:link {
    COLOR: white;
    TEXT-DECORATION: none
}

#left-navbar A:visited {
    COLOR: white;
    TEXT-DECORATION: none
}

#left-navbar A:hover {
    COLOR: yellow;
    TEXT-DECORATION: none
}

#left-navbar A:active {
    COLOR: yellow;
    TEXT-DECORATION: none
}

#left-navbar A.left-current {
    COLOR: yellow
}

P.left-navbar {
    PADDING-RIGHT: .5em;
    PADDING-LEFT: .5em;
}

.dropbtn {
    cursor: pointer;
}

.dropbtn:hover {
    color: yellow;
}


P.tm {
    color: #333333;
    font-family: sans-serif;
    font-size: 70%;
}

P.hideIEMacBug {
    DISPLAY: none
}

#content {
    Z-INDEX: 0;
    PADDING-LEFT: 1em;
    BACKGROUND-COLOR: white;
    line-height: 1.5;
    border-radius: 10px;
    padding-top: 0.1em;
    padding-bottom: 0.2em;
}

@media (min-width: 600px) {
    #content {
        MARGIN-LEFT: 170px;
        MARGIN-RIGHT: 3%;
    }
}

@media (max-width: 599px) {
    #content {
        overflow: hidden;
    }
}

#content img {
    float: top;
}

#content {
    PADDING-RIGHT: 1em;
    PADDING-LEFT: 1em;
}

#content tr.odd {
    background-color: #AAFFAA;
}

#content td.snake {
    font-weight: bold;
}

#content A:link {
    color: green;
    text-decoration: none;
    font-weight: bold;
}

#content A:visited {
    color: green;
    text-decoration: none;
    font-weight: bold;
}

#content A[href]:hover {
    color: green;
    background-color: yellow;
    font-weight: bold;
}

#content A:active {
    color: green;
    background-color: yellow;
    font-weight: bold;
}


P.notice {
    background-color: yellow;
    BORDER-RIGHT: #625b66 1px solid;
    BORDER-TOP: #625b66 1px solid;
    MARGIN-LEFT: 1em;
    BORDER-LEFT: #625b66 1px solid;
    MARGIN-RIGHT: 1em;
    BORDER-BOTTOM: #625b66 1px solid;
    PADDING-TOP: 1em;
    PADDING-BOTTOM: 1em;
    POSITION: relative;
}

form {
    background-color: #77FF77;
    BORDER-RIGHT: #625b66 1px solid;
    BORDER-TOP: #625b66 1px solid;
    MARGIN-LEFT: 1em;
    BORDER-LEFT: #625b66 1px solid;
    MARGIN-RIGHT: 1em;
    BORDER-BOTTOM: #625b66 1px solid;
    POSITION: relative;
}

#buy {
    color: white;
    background-color: red;
    BORDER-RIGHT: #625b66 1px solid;
    BORDER-TOP: #625b66 1px solid;
    MARGIN-LEFT: 1em;
    BORDER-LEFT: #625b66 1px solid;
    MARGIN-RIGHT: 1em;
    BORDER-BOTTOM: #625b66 1px solid;
    font-size: 170%;
}

#comment {
    color: red;
    display: inline;
}

#keyword {
    color: darkblue;
    display: inline;
    font-weight: bold;
}

#lit {
    color: darkgreen;
    display: inline;
}

#op {
    color: brown;
    display: inline;
}

.console .body {
    white-space: pre;
    font-family: monospace;
    background-color:#333333;
    color: white;
    padding: 0.2em 0.6em;
}

.console {
    border: 1px solid black;
    width: fit-content;
    border-radius: 5px;
    margin: auto;
}

.console .head {
    display: flex;
    justify-content: space-between;
    padding: 0em 0.6em;
}

.console .head .title {
    font-size: smaller;
    font-style: italic;
    display: inline-block;
}

.console .head .close {
    display: inline-block;
}

.cash {
    text-align: right;
}

#logo {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
}

#orderform {
    padding-left: 1em;
    padding-right: 1em;
}

table.prices {
    border-collapse: collapse;
    margin-right: 1em;
    margin-bottom: 1em;
    background-color: white;
}

#err {
    color: red;
    font-weight: bold;
}

#content dt {
    font-weight: bold;
    padding-bottom: .5em;
}

#content dd {
    padding-bottom: 1em;
}

.logo {
    border-radius: 5px;
}

@media (min-width: 600px) {
    .hamb {
        display: none;
    }
}

@media (max-width: 599px) {


    .sm-hide {
        display: none;
    }


    /* Toggle menu icon */
    .nav-button:checked~#left-navbar {
        display: block;
    }

    /* Menu Icon */
    .hamb {
        cursor: pointer;
        position: absolute;
    }

    /* Style label tag */

    .hamb:before {
        content: '\2630';
        color: white;
        font-size: x-large;
        padding: 7px 7px;
    }
}

.nav-button {
    display: none;
}

/* Hide checkbox */

.image-block {
    text-align: center;
}

.shadow {
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.long-text-container {
    display: flex;
}

.long-text {
    margin: 1em auto;
    padding: 0.01em 1em;
    max-width: 800px;
    background-color: white;
    box-shadow: 2px 4px 6px 0px rgb(109 109 109 / 18%);
    border-radius: 10px;
}

.choose-help {
    margin: 1em auto;
    max-width: 900px;
}

.help-choice {
    background: white;
    box-shadow: 2px 4px 6px 0px rgb(109 109 109 / 18%);
    border-radius: 10px;
    display: inline-flex;
    max-width: 250px;
    padding: 10px 10px;
    color: black;
    text-decoration: none;
    margin: 0.5em;
    min-height: 10em;
    vertical-align: top;
}

.help-choice img {
    margin-right: 1em;
}

.monospace {
    font-family: monospace;
    font-size: 1.25em;
}

.price {
    font-family: "Courier New", Courier, monospace; 
    font-size: large;
    margin-left: 1em;
    white-space: pre;
}

.product-link {
    display: flex;
    align-items: center;
    padding-top: 0.5em;
    color: white !important;
}

.product-link span {
    margin-left: 0.5em;
}

/* --- Feature Table Styles --- */
.feature-table {
    width: 100%;
    max-width: 800px; /* Matches your long-text max-width */
    margin-bottom: 2em;
    margin-top: 1em;
    border-collapse: collapse;
    background-color: white;
    box-shadow: 2px 4px 6px 0px rgb(109 109 109 / 18%); /* Matches your .long-text shadow */
    border-radius: 10px;
    overflow: hidden; /* Keeps the rounded corners intact */
}

/* Header Styling */
tr.feature-head td {
    background-color: green; /* Matches your H1 and left-navbar */
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 0.2em 1em 0.5em 1em;
}

tr.feature-title td {
    text-align: center;
    font-size: x-large;
    background: #e7ebef;
}

/* Body Cell Styling */
.feature-table tbody td {
    padding: 0.8em 1em;
    text-align: center;
    border-bottom: 1px solid #625b66;
    border-right: 1px solid #625b66;
}

/* Remove right border on the last column */
.feature-table tbody td:last-child {
    border-right: none;
}

/* Emphasize the first column (Row Labels) */
.feature-table tbody td:first-child {
    text-align: right;
    font-weight: bold;
    background-color: #e7ebef; /* Your body background color for contrast */
}

/* Alternating Row Colors */
.feature-table tbody tr:nth-child(even) {
    background-color: #AAFFAA; /* Matches your existing tr.odd preference */
}

.feature-table tbody tr:nth-child(odd) {
    background-color: white;
}

/* Clean up the bottom border on the last row */
.feature-table tbody tr:last-child td {
    border-bottom: none;
}

.hilite {
    background: yellow;
    border-radius: 5px;
}

.strike-through {
    text-decoration: line-through;
}

.pricing-link {
    display: flex;
    align-items: center;
    padding-top: 0.5em;
}

.pricing-link span {
    margin-left: 0.5em;
}

.monogray {
    font-family: monospace;
    font-size: 1.25em;
    background-color: lightgray;
    border-radius: 5px;
    padding: 0px 5px;
}
