/* ********************************************************************************************* */
/* FileNode.RetTypeChoice Description Tables                                                     */
/* ********************************************************************************************* */

/** Looks (a little bit) like those retro-CRT tubes.  Kind of silly, but oh well... */
DIV.RTC
{
    margin:         0 2em 1em 0;
    padding:        1em;
    background:     black;
    box-shadow:     0.6em 0.6em 0.5em gray; 
    color:          lightgreen;
    font-weight:    bold;
    font-size:      115%;
    border:         1px solid black;
    border-radius:  2em;
    overflow:       auto;
}

/** The 'Monospace' thing becomes smaller, and this brings it back up to size */
DIV.RTC CODE    { font-size: 105%; }

/** Spacing for the tables */
TABLE.RTC TD    { padding: 0.2em 1em 0.2em 1em; }

TABLE.RTC TD:Nth-Child(1)   { color: lightgreen; }
TABLE.RTC TD:Nth-Child(2)   { color: lightskyblue; }
