@media only screen and (max-width: 550px) {
  /* line 22, ../../app/assets/stylesheets/mobile.css.scss */
  #header {
    height: auto;
  }

  /* line 25, ../../app/assets/stylesheets/mobile.css.scss */
  #wrapper,
  #page {
    width: 100%;
  }

  /* line 29, ../../app/assets/stylesheets/mobile.css.scss */
  #menu,
  #logo {
    display: block;
    clear: both;
    float: none;
    width: 100%;
  }

  /* line 36, ../../app/assets/stylesheets/mobile.css.scss */
  #logo a {
    width: 100%;
  }

  /* line 39, ../../app/assets/stylesheets/mobile.css.scss */
  #menu ul {
    text-align: center;
  }

  /* line 42, ../../app/assets/stylesheets/mobile.css.scss */
  #menu ul li {
    padding-top: 0;
  }
  /* line 44, ../../app/assets/stylesheets/mobile.css.scss */
  #menu ul li:hover ul.clearfix {
    display: none;
  }
  /* line 47, ../../app/assets/stylesheets/mobile.css.scss */
  #menu ul li a {
    font-size: 14px;
    padding: 0 6px;
  }

  /* line 52, ../../app/assets/stylesheets/mobile.css.scss */
  .slide h1 {
    font-size: 16px;
    line-height: 1.1em;
    font-family: "Avenir LT W01 85 Heavy", "Helvetica", "Arial", sans-serif;
    font-weight: 800;
  }

  /* line 60, ../../app/assets/stylesheets/mobile.css.scss */
  div #body_content,
  .onecolumn #body_content {
    width: 98%;
    clear: both;
    padding: 0 1%;
  }
  /* line 65, ../../app/assets/stylesheets/mobile.css.scss */
  div #sidebar,
  .onecolumn #sidebar {
    width: 98%;
    padding: 0 1%;
    clear: both;
  }

  /* line 72, ../../app/assets/stylesheets/mobile.css.scss */
  .puffar .puff {
    width: 98% !important;
    padding: 1% 1% !important;
    clear: both;
    display: block;
    float: none;
  }
}
