.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 1.0em;
    font-family: IBMWeb, Liberation Mono, monospace;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-table thead tr {
    background-color: #00aaaa;
    color: #000000;
    text-align: left;
}

.styled-table th {
    padding: 6px 15px;
}

.styled-table td {
    padding: 8px 15px;
}

.styled-table tbody tr {
    border-bottom: 2px dashed #aaaaaa;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px dashed #aaaaaa;
}

body {
  width: 100%;
  max-width: 1280px;
}

h2 {
  font-size: 1.0em;
  color: #ffffff;
}

h3 {
  font-size: 1.0em;
  color: #5555ff;
}

em {
  font-size: 1.0em;
  color: #ffffff;
  font-style: normal;
  text-decoration: none;
}

a {
  text-decoration: none;
  color: #ff5555;
}

a:hover {
  color: #000000;
  background-color: #aa0000;
}

@font-face {
  font-family: IBMWeb;
  src: url('https://cdn.4d2.org/web/ibm9x16.woff');
}

body {
  font-family: IBMWeb, Liberation Mono, monospace;
  background-color: #000000;
  color: #aaaaaa;
  font-size: 1.0em;
}
