body {
    background-color: #333333;
    color: #999999;
    font-weight: normal;
    font-size: 1em;
}

p {margin-bottom: 1em}

h3 {
  font-size: 1.5em;
  margin-top: 1em;
  margin-bottom: 1em;
  font-weight: lighter;
  border-bottom: thin solid #999999;
}

a {
  color: #white;
}

hr {
    height: 1px;
}

table {
  width: 100%;
  font-size: 1em;
}

table td {
    vertical-align: middle;
    padding: 0.5rem;
}

table td a {
    display:block;
    width: 100%;
}

table tr:nth-child(odd) {background-color: #333333;}

table td:nth-child(1) {
    width:1%;
    white-space:nowrap;
    font-weight: lighter;
    font-size: 1.25em;
    background-color: black;
}

td:nth-child(2) {
  width: 50;
}


@media screen and (min-width: 784px) {
    .next-thumb {
        padding-left: 1.5rem;
    }

    .previous-thumb {
        padding-right: 1.5rem;
    }
}

.next-arrow {
    border-left: thin solid white;
}

.previous-arrow {
    border-right: thin solid white;
}

.arrow-container {
    margin-top: 0.05rem;
    margin-bottom: 0.05rem !important;
}

.margin-bottom {
    margin-bottom: 1rem;
}


.text-nav {
    font-weight: lighter;
}

.text-arrow {
    font-weight: bold;
}

.text-description {
    font-weight: lighter;
}

.text-light {
    font-weight: normal;
}

.nav-row .column:not(:first-child) .has-background-black {
    border-left: thin solid #333333;
}

.nav-row .column:not(:last-child) .has-background-black {
    border-right: thin solid #333333;
}

.title-container {
    border-bottom: thin solid #999999;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.nav-image-container {
    font-size: 0;
}

.nav-image {
    display: inline-block;
}

.nav-image.space {
    width: 2.5%;
}

.nav-image.is-1 {
    width: 19%;
}

.nav-image.is-2 {
    width: 38%;
}

.nav-image img {
    width: 100%;
    height: auto;
}

.content-container {
    padding: 0.5rem;
}

@media (max-width: 784px) {
    body {
    font-size: 70% !important;
    }

