body { margin: 20px }
table { border-collapse: collapse; margin-left: 1em; }
thead tr { background-color: ActiveCaption; color: CaptionText; }
th, td { vertical-align: top; font-size: 8pt; padding: 3px;
font-family: "Tahoma", Arial, Helvetica, sans-serif; white-space: nowrap;
}
td { border: 1px solid #c0c0c0; } /* silver */
td.wrap { white-space: normal; }
.highlight { background: #ffe8ec }
.acronym { border-bottom: dotted 1px #00f }}
.indent { margin-left: 1em }
.bold { font-weight: bold }
.grey { color: #f0f0f0 }
a.tiny { font-size: small; }
#footer {
clear: both;
padding-top: 2em;
text-align: center;
padding-right: 160px;
font-family: sans-serif;
font-size: 10px;
}
#vep-errs { margin-top: 5px }
/* from error.css for 500.tt */
h1 {
color: #a00;
border-bottom: 1px solid #444;
}
pre {
font-family: "lucida console","monaco","andale mono","bitstream vera sans mono","consolas",monospace;
font-size: 14px; /* increased from 12px */
border-left: 2px solid #777;
padding-left: 1em;
background: #ccd;
}