/*  flexible grid for static content, based on http://oocss.org/grids_docs.html */
@media screen and ( min-width:46.8em ) {
  .line:after,.lastUnit:after{clear:both;display:block;visibility:hidden;overflow:hidden;height:0 !important;line-height:0;font-size:xx-large;content:" x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";}
  .line{*zoom:1;}
  .unit{
    float:left;padding:0 15px;
    &:first-of-type {
      padding-left:0;
    }
    &:last-of-type {
      padding-right:0;
    }

  }
  .size1of1{
    float:none;
  }
  .size1of2
  ,.size2of8 {
    width:50%;
  }
  .size1of3
  ,.size3of9 {
    width:33.33333%;
  }
  .size2of3 {
    width:66.66666%;
  }
  .size1of4
  ,.size2of8 {
    width:25%;
  }
  .size3of4 {
    width:75%;
  }
  .size1of5 {
    width:20%;
  }
  .size2of5 {
    width:40%;
  }
  .size3of5 {
    width:60%;
  }
  .size4of5 {
    width:80%;
  }
  .size1of6 {
    width:16.66666%;
  }
  .size1of8 {
    width:12.5%;
  }
  .size3of8 {
    width:37.5%;
  }
  .size1of9 {
    width:11.11111%;
  }
  .size2of9{
    width:22.22222%;
  }

  .lastUnit{display:table-cell;float:none;width:auto;*display:block;*zoom:1;_position:relative;_left:-3px;_margin-right:-3px;}
}
