/* Minimal grid primitives (reconstructed) — replaces the original theme's bootstrap.min.css.
   Only the classes actually used by this site are provided. */
*,*::before,*::after{box-sizing:border-box}
.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}
.row{display:block}
.row::after{content:"";display:table;clear:both}
.span2{float:left;min-height:1px}
.span8{float:left;width:66%;min-height:1px}
img{max-width:100%;height:auto;border:0}
a img{border:0}
