/* Tags to apply monospaced fontface */
code, samp, kbd, tt {
    font-family: 'Consolas', 'Courier New', 'Courier', monospace;
}
pre {
    font-family: 'MS Gothic', 'Consolas', 'Courier New', 'Courier', monospace;
}

img {
    max-width: 100%;
}

/* Table border */
table {
    border-collapse: collapse;
}
th, td {
    border: solid 1px #999;
}
table#menu  {
    width: 90%;
    table-layout: fixed;
}
#menu td {
    border: 0px;
    text-align: left;
    padding: 0px 5px 0px 5px;
}

/* Header decorations */
h2,h3 {
    padding: .5em;
    border: 1px solid #999;
    border-radius: 4px;
}
h4,h5 {
    padding: .5em;
    border: solid #999;
    border-width: 0px 0px 1px 0px;
    border-radius: 4px;
}

/* Text styling classes */
.light {
    color: #999;
}
.red {
    color: #a00;
}
.small {
    font-size: 75%;
}
