a:link {color: #a0bBa2; text-decoration: none;}
a:visited  {color: #a0bBa2; text-decoration: none;}
a:hover  {color: #a0bBa2; text-decoration: none;}
a:active  {color: #a0bBa2; text-decoration: none;}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

main {
  font-family: Verdana;  
  color: #dbc6a9;
  background: black;
  max-width: 854px;
  margin: 0 auto;
  padding: 1rem;
}

body {
  margin: 0;
  background-color: #303030;
}

.responsive {
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #dbc6a9;
}

th, td {
  text-align: left;
  vertical-align: top;
  padding: 8px;
  width: 50%;
  border: 1px solid #dbc6a9;
  }

tr {
  background-color: #303030;
}

button {
  color: #607B62;
  cursor: pointer;
}

video {
  width: 100%;
  height: auto;
}

