  /* imports */
  @import url(http://fonts.googleapis.com/css?family=Lobster);
  /* resets */
  /* global */
  /* grid */
#ndq-refresh *,
#ndq-refresh *:before,
#ndq-refresh *:after {
  box-sizing: border-box;
}
#ndq-refresh .clearfix:after {
  content: "";
  display: table;
  clear: both;
}
#ndq-refresh {
  /*background-color: #282828;*/
  color: #646464;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 1.3;
}
#ndq-refresh .wrapper {
  margin: 0 auto;
  padding: 20px;
  /*max-width: 95%;*/
  background-color: #fff;
}
#ndq-refresh h1 {
  font-family: Lato, sans-serif;
  font-size: 2em;
  margin-bottom: 10px;
}
#ndq-refresh h2 {
	font-family: Lato, sans-serif;
  font-weight: 700;
	display: block;
	font-size: 1.5em;
	margin-top: 0.83em;
	margin-bottom: 0.83em;
}
#ndq-refresh .row {
  margin: 0 -10px;
  margin-bottom: 20px;
}
#ndq-refresh .row:last-child {
  margin-bottom: 0;
}
#ndq-refresh [class*="col-"] {
  padding: 10px;
}

  #ndq-refresh .col-2-3 {
    float: left;
    width: 66.66%;
  }
  #ndq-refresh .col-1-2 {
    float: left;
    width: 50%;
  }
  #ndq-refresh .col-1-3 {
    float: left;
    width: 33.33%;
  }
  #ndq-refresh .col-1-4 {
    float: left;
    width: 25%;
  }
  #ndq-refresh .col-1-8 {
    float: left;
    width: 12.5%;
  }

