
/* small screen ~768px                                         */
/* for non_responsive_style, escape only surrounding brackets  */
@media all and (min-width: 48em) {
  #pageContent { display: flex; }
  #sidebarClose { flex: 0 1 auto; width: 17%; }
  #maincontent { flex: 1 0 auto; width: 83%; }
}

