
body {
    font-family: sans-serif;
    background-color: #000000;
    color: #ffffff;
}

h1, h2 {
    font-family: serif;
}

.header {
    font-family: serif;
    font-weight: bold;
}

table {
    border: solid thin #888888;
    border-collapse: collapse;
    table-layout: fixed;
    margin: 1em;
}

td, th {
    border: solid thin #888888;
    padding: 0.5em;
}

td.center {
    text-align: center;
}

th.left {
    text-align: left;
}

a:link {
    color: #ffff00;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

input, textarea, select, button {
    color: #ffffff;
    background-color: #000088;
    border: solid thin #ffffff;
    padding: 0.2em;
}

input:hover, textarea:hover, select:hover {
    border: solid thin #ffff00;
}

input.num, input.intensity, input.offense, input.area, input.duration, input.impact, input.energy, input.horror {
    text-align: center;
}

.lefty {
    text-align: left;
}

.clearthis {
    clear: both;
}

div.bordered {
    background-color: #000077;
    border: solid thin #ffffff;
    margin: 2em;
    padding: 1em;
}

div.content {
    background-color: #000000;
    border: solid thin #ffffff;
    margin: 1em;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 4em;
    padding-right: 4em;
    overflow: auto;
}

div.main-section {
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 3em;
}

div.sub-section {
    margin-left: 3em;
}

div.example {
    display: inline-block;
    border: solid thin #ffffff;
    background-color: #000077;
    margin-left: 3em;
    margin-right: 3em;
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 1em;
}

div.trait {
    margin-top: 3em;
    margin-bottom: 3em;
}

table.display-table {
    display: inline-block;
}

div.name-block {
    border: solid white thin;
    padding: 1em;
    margin: 1em;
}

div.table {
    display: table;
}

div.cell {
    display: table-cell;
    vertical-align: top;
    margin: 2em;
}

.title {
    font-size: x-large;
    font-family: serif;
    font-weight: bold;
    margin-top: 32px;
    margin-left: 96px;
    margin-bottom: 0;
}

#viewport {
    width: 692px;
    background-color: #000077;
    border: solid thin #ffffff;
    border-radius: 13px;
    margin-top: 0px;
    margin-left: 64px;
    padding: 16px 6px 16px 16px;
    display: inline-block;
}

#map-view {
    border: solid white 1px;
    display: inline-block;
    width: 496px;
    height: 496px;
    margin-right: 16px;
}

#info-view {
    width: 162px;
    display: inline-block;
}

#status-view {
    width: 160px;
    height: 239px;
    border: solid white 1px;
    margin-bottom: 16px;
}

#messages-view {
    width: 160px;
    height: 239px;
    border: solid white 1px;
}


