
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.heading {
   padding-left: 1em;
}

div.logo {
   padding-left: 9em;
}

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: 20px;
}

#game-container {
   width: 100%;
   height: 100%;
   box-sizing: border-box;
   padding-top: 5em;
   padding-left: 11em;
}

#game-container *, *:before, *:after {
  box-sizing: inherit;
}

#game-window {
   width: 916px;
   height: 564px;
   background-color: #000077;
   border: solid thin #ffffff;
   border-radius: 13px;
   padding: 16px;
   display: grid;
}

.screen {
   display: none;
}

.menu {
   margin-left: 10px;
   margin-top: 10px;
   display: none;
}

.menu-item {
   color: green;
   margin-left: 1em;
   margin-right: 1em;
}

.action-letter {
   font-weight: bold;
   color: white;
}

#start-screen {
   width: 100%;
   height: 100%;
   border: solid white 1px;
   color: white;
   background-color: black;
   font-size: 3em;
   text-align: center;
   margin: 0px;
   padding-top: 100px
}

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

#info-view {
   width: 328px;
   height: 530px;
   display: inline-block;
}

#status-view {
   width: 328px;
   height: 257px;
   border: solid white 1px;
   margin-bottom: 16px;
   padding: 1px;
}

#messages-view {
   width: 328px;
   height: 257px;
   border: solid white 1px;
   padding: 1px;
}


