  .faqs #masthead,
  .ticket-prices #masthead {
      margin-bottom: 550px !important;
  }
  .faqs img.title,
  .ticket-prices img.title {
      margin: 170px auto 0;
      display: block;
  }
  .faqs a.down-arrow,
  .ticket-prices a.down-arrow {
      top: 450px;
  }
  td {
    font-family: 'Futura-pt', sans-serif;
  }
  @media (max-width: 1024px) {
      .faqs #masthead,
      .ticket-prices #masthead {
          margin-bottom: 300px !important;
      }
      .faqs img.title,
      .ticket-prices img.title {
          margin: 110px auto 0;
          display: block;
      }
      .faqs a.down-arrow,
      .ticket-prices a.down-arrow {
          top: 250px !important;
      }
  }
  @media (max-width: 820px) {
      .faqs img.open-soon,
      .ticket-prices img.open-soon {
          bottom: -80px;
          max-width: 120px;
      }
  }
  @media (max-width: 780px) {
      .faqs div.header-content img.mob,
      .ticket-prices div.header-content img.mob {
          display: block;
          margin: 70px auto 0;
          max-width: 105%;
      }
  }
  @media (max-width: 580px) {
      .faqs div.header-content img.mob,
      .ticket-prices div.header-content img.mob {
          display: block;
          margin: 110px auto 0;
          max-width: 105%;
      }
  }

  .content-panel {
    padding-top:50px;
    margin:0 auto;
    margin-bottom: 100px;
    text-align: center;
  }
  .content-panel .content {
    padding:0 20px;
  }
  .content-panel.faqs {
    max-width: 600px;
    width:100%;
  }
  .content-panel h3 {
    font-size:40px;
    margin-bottom:20px;
    color: #0C3274;
  }
  .content-panel strong {
    color: #e83f67;
  }
  .content-panel .qa {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
  }
  .content-panel a {
    font-family: 'Futura-pt', sans-serif !important;
    text-transform: none !important;
  }






@media (max-width: 780px) {
  .ticket-prices-table {
    font-size:13px;
  }
}


.styled-table {
  border-collapse: collapse;
  margin: 25px 0;
  font-family: sans-serif;
  min-width: 400px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.styled-table thead tr {
    background-color: #003375;
    color: #ffffff;
    text-align: left;
}
.styled-table .subheading1 {
    background-color: #fdde00;
    background-color: rgba(0,51,117,0.5);
    color: #ffffff;
    font-weight: bold;
    text-align: left;
}
.styled-table .subheading2 {
    background-color: rgba(253,222,0,0.5);
    background-color: rgba(0,51,117,0.1);
    color: #000000;
    text-align: left;
}
.styled-table th,
.styled-table td {
    padding: 10px 10px;
    border: 1px solid #ddd;
}
.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

/*.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}*/
.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}
.content-panel .ticket-prices-table strong {
  color: #444 !important;
}
