td {white-space:nowrap}

.wrapper
{
    width: 60em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.box
{
    color: black;
    background-color: #bb9de3;
    border: 2px solid black;
    margin: 2px;
    margin-bottom: 8px;
    padding-top: 4px;
    padding-bottom: 2px;
    text-align: left;
}

.label
{
    font-family: sans-serif;
    font-size: 1em;
    font-weight: bold;
}

.data
{
    font-family: monospace;
    font-size: 1.2em;
    font-weight: normal;
}

.dataValue
{
    font-family: monospace;
    font-size: 1.2em;
    font-weight: normal;
}

body
{
    color: white;
    background-color: #663399;
}

pre
{
    font-family: monospace;
    font-size: 1em;
    font-weight: normal;
}

a:link { color: #E4E557 }
a:visited { color: #17FF9C }
a:hover { color: white }

/* Left side menu */
.buttons p
{
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 1em;
    font-weight: bold;
    border-bottom: thin solid black;
    display: block;
    margin: 0em;
    width: 10em;
    text-align: center;
}

.buttons a
{
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 0.8em;
    font-weight: normal;
    text-decoration: underline;
    margin: 0em;
    display: block;
    text-align: left;
}

.buttons a:hover
{
    background-color: #FF9933;
    text-decoration: none;
}

.buttons span
{
    padding-left: 0.5em;
}

span.footnote
{
    color: black;
    font-size: 0.7em;
    font-style: italic;
}
