<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ================================================================================ */
/* MINI TABLET (IPAD MINI, NOOK): 600px */
/* ================================================================================ */
@media handheld, only screen and (max-width: 650px) {
  html.touch header .search-bar.mobile {
    padding-top: 0; }

  html.touch header .top-layer .logo, header .top-layer .logo {
    width: 76%;
    padding-top: 10px; }
    html.touch header .top-layer .logo a, header .top-layer .logo a {
      max-width: 200px;
      width: 90%;
      display: block;
      margin: 0 auto; }
  html.touch header .top-layer .trigger-main-nav, header .top-layer .trigger-main-nav {
    width: 12%; }
  html.touch header .search-bar.mobile, header .search-bar.mobile {
    width: 12%; }

  footer .col {
    float: none !important;
    width: auto !important;
    padding: 0 !important;
    text-align: center; } 
  
  footer .bot-level .group {
  display: none; }
	
	div#comments, div#disqus_thread {
    width: auto;
    margin: 0 2em;}

    .list-filters .filter-row .pull-left {
      float: none !important;
      margin-bottom: .5em;
    }

    .filter-row.clearfix:nth-of-type(3) .pull-left:first-of-type {
      display: none;
    }

    .filter-row.clearfix:nth-of-type(3) .pull-left:nth-of-type(2) &gt; div {
      text-align: left;
    }
}
@media handheld, only screen and (max-width: 600px) {
  .grid-sizer {
    width: auto; } }</pre></body></html>