*, *:before, *:after {
  box-sizing: border-box;
}
.wrapper {
  min-height: 100vh;
  padding: 2rem 0;
  background: #1b1b1b;
  color: #e4e4e8;
  text-align: center;
  font-family: "Arial", sans-serif;
}
.wrapper h1 {
  font-size: 1.800em;
  line-height: 1.5;
}
.wrapper p {
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 1rem;
  color: #c4c4c8;
}
ul {
  list-style-type: none;
}
td {
  text-align: center;
}
.table-expand {
  margin-top: 1rem;
}

.table-expand td {
  color: #8a8a8a;
}

.table-expand tr {
  border: 1px solid #e6e6e6;
}

.table-expand .text-right {
  padding-right: 3rem;
}

.table-expand-row-content {
  display: none;
}

body{
  background: #1b1b1b;

}

.accordion-item{background-color:#777777 !important;border:1px solid 
rgba(0,0,0,.125)!important}
center{
  text-align: center;
}
/* Add a black background color to the top navigation */
.topnav {
  position: relative;
  background-color: #333;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-family: "Arial", sans-serif;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #8a8a8a;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

/* Centered section inside the top navigation */
.topnav-centered a {
  float: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Right-aligned section inside the top navigation */
.topnav-right {
  float: right;
}

/* Responsive navigation menu - display links on top of each other instead of next to each other (for mobile devices) */
@media screen and (max-width: 600px) {
  .topnav a, .topnav-right {
    float: none;
    display: block;
  }

  .topnav-centered a {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
}
strong, b {
    font-weight: bold;
}

.synopsis {
  width: 40%;
  margin: 0 auto;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 10px;
  background: #333;
  text-align: center;
  blockquote, p { margin-top: 10px; }
}
#over img {
	margin-left: auto;
	margin-right: auto;
	display: block;
}