/* Historic Theaters of Salt Lake City - shared styles */
html { -webkit-text-size-adjust: 100%; }
img { max-width: 100%; height: auto; -ms-interpolation-mode: bicubic; }
table { max-width: 100%; }

.m-nav { display: none; }

@media screen and (max-width: 880px) {
  body {
    margin: 0 6px !important;
  }
  table {
    width: 100% !important;
    height: auto !important;
  }
  td, tr, th {
    width: auto !important;
    height: auto !important;
  }
  table#Table_01 {
    display: none !important;
  }
  .m-nav {
    display: flex;
    flex-wrap: wrap;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    background: #ffffff;
    border-bottom: 2px solid #e8c400;
  }
  .m-nav a {
    flex: 1 1 30%;
    text-align: center;
    padding: 10px 4px;
    color: #0066cc;
    text-decoration: none;
    border-bottom: 1px solid #eeeeee;
  }
}
