
body {
  min-width: 960px;
}

/* `Containers
----------------------------------------------------------------------------------------------------*/


/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/


/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

