body {
  background-color: #5D5D5D;
  margin: 0; }
  @media screen and (max-width: 480px) {
    body {
      font-size: 0.85em; } }

ul {
  margin: 0; }
  @media screen and (max-width: 480px) {
    ul {
      padding-left: 2em; } }
  ul.list-plain {
    padding-left: 0; }
    ul.list-plain li {
      list-style: none; }

#top-nav {
  background: #212121;
  box-shadow: 0 4px 4px 0 rgba(93, 93, 93, 0.5);
  display: flex;
  justify-content: center;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  #top-nav h1 {
    color: #FFFFFF;
    line-height: 4rem;
    margin-bottom: 0;
    margin-right: 0.5rem;
    padding-left: 0.5rem; }
    @media screen and (max-width: 480px) {
      #top-nav h1 {
        display: none; } }
  #top-nav #selector {
    display: flex;
    max-width: 500px;
    padding: 0.5em;
    width: 100%; }
  #top-nav select {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #FFFFFF;
    border-radius: 4px 0 0 4px;
    display: block;
    font-size: inherit;
    height: 3em;
    padding: 0 0.5em;
    text-transform: capitalize;
    width: 100%; }
  #top-nav button {
    background-color: #B3014B;
    background-image: none;
    border: 1px solid #B3014B;
    border-radius: 0 4px 4px 0;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: inherit;
    font-weight: bold;
    margin-bottom: 0;
    max-width: 4em;
    overflow: hidden;
    padding: 0 0.75em;
    text-align: center;
    touch-action: manipulation;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    width: 4em; }
    #top-nav button:hover, #top-nav button:active {
      background-color: #800136;
      border-color: #800136; }
  #top-nav button + button {
    border-radius: 4px;
    margin-left: 0.5em; }

#log {
  margin: 4em auto 0;
  padding: 0.5em; }

.log ul {
  padding-left: 2em; }
.log .key {
  font-size: 90%;
  font-weight: bold;
  letter-spacing: 0.025em; }
.log:not(.template) .key {
  color: #000000;
  text-transform: capitalize; }
.log:not(.template) ul {
  padding-left: 0; }
  .log:not(.template) ul ul {
    padding-left: 2em; }
.log a {
  color: #B3014B;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none; }
  .log a:hover, .log a:focus {
    color: #800136; }

.list-unstyled {
  list-style: none; }

p {
  margin: 0.5em 0; }

.margin-bottom-sm {
  margin-bottom: 0.5em; }

.modal {
  color: #000000;
  padding: 0 !important;
  text-align: center; }
  .modal::before {
    content: '';
    display: inline-block;
    height: 100%;
    margin-right: -4px;
    vertical-align: middle; }

.modal-dialog {
  display: inline-block;
  margin: 0;
  max-width: 90vw;
  text-align: left;
  vertical-align: middle; }

button.close {
  background: #B3014B;
  border: 0;
  border-radius: 6px;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 1em;
  line-height: 1.55em;
  opacity: 1;
  padding: 0;
  position: absolute;
  right: 0.3em;
  top: 0.6em;
  width: 1.5em; }
  button.close:focus, button.close:hover {
    background: #800136;
    color: #FFFFFF;
    opacity: 1; }

.modal .close {
  right: 0.6em; }

.modal-body {
  padding: 3em 5em; }
  @media screen and (max-width: 480px) {
    .modal-body {
      padding: 2em 3em; } }
  .modal-body > :first-child {
    margin-top: 0; }
  .modal-body > :last-child {
    margin-bottom: 0; }
  .modal-body h1 {
    border-bottom: 1px dotted #B9B9B9;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.25em;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    text-align: center; }

.fade {
  opacity: 0;
  transition: opacity 0.1s linear; }

.nowrap {
  white-space: nowrap; }

.btn-primary {
  background-color: #B3014B;
  border-color: #B3014B;
  cursor: pointer;
  font-weight: bold; }
  .btn-primary:active, .btn-primary:hover {
    background-color: #800136;
    border-color: #800136; }

.card {
  border: 0;
  border-radius: 4px; }

.card-block {
  margin: 1em;
  padding: 0; }

.card-header {
  background-color: #C7C7C7;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  font-size: 90%;
  font-weight: bold;
  padding: 1em;
  padding-right: 3em;
  text-transform: capitalize; }

.card-columns {
  column-gap: 0.25em; }
  .card-columns .card {
    margin-bottom: 0.25em; }
  @media screen and (min-width: 1900px) {
    .card-columns {
      columns: 4; } }
  @media screen and (max-width: 1200px) {
    .card-columns {
      columns: 2; } }
  @media screen and (max-width: 700px) {
    .card-columns {
      columns: 1; } }

.tagline {
  color: #212121;
  font-weight: bold;
  margin-top: 0; }

.table-wfrp-profile {
  border: 1px solid #000000;
  table-layout: fixed;
  width: 100%; }
  .table-wfrp-profile th {
    background: #000000;
    color: #FFFFFF;
    font-size: smaller;
    text-align: center;
    width: 12.5%; }
  .table-wfrp-profile td {
    text-align: center; }
    .table-wfrp-profile td:not(:last-of-type) {
      border-right: 1px solid #C7C7C7; }

/*# sourceMappingURL=styles.css.map */
