.nsp-module {
    margin: 0 0 20px;
    padding: 20px;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #e5e5e5;
}

/* ==========================================================================
   Grid Layout
   ========================================================================== */

.row {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 15px;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.nsp-col-1,
.nsp-col-2,
.nsp-col-3,
.nsp-col-4,
.nsp-col-5,
.nsp-col-6,
.nsp-col-7,
.nsp-col-8,
.nsp-col-9,
.nsp-col-10,
.nsp-col-11,
.nsp-col-12 {
  position: relative;
  min-height: 1px;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  float: left; 
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;  
}

.nsp-col-1 { width: 8.33333333%; }
.nsp-col-2 { width: 16.6666666%; }
.nsp-col-3 { width: 25%; }
.nsp-col-4 { width: 33.33333333%; }
.nsp-col-5 { width: 41.66666666%; }
.nsp-col-6 { width: 50%; }
.nsp-col-7 { width: 58.33333333%; }
.nsp-col-8 { width: 66.66666666%; }
.nsp-col-9 { width: 75%; }
.nsp-col-10 { width: 83.3333333%; }
.nsp-col-11 { width: 91.66666666%; }
.nsp-col-12 { width: 100%; float: none; }

.nsp-col-offset-1 { margin-left: 8.33333333%; }
.nsp-col-offset-2 { margin-left: 16.6666666%; }
.nsp-col-offset-3 { margin-left: 25%; }
.nsp-col-offset-4 { margin-left: 33.33333333%; }
.nsp-col-offset-5 { margin-left: 41.66666666%; }
.nsp-col-offset-6 { margin-left: 50%; }
.nsp-col-offset-7 { margin-left: 58.33333333%; }
.nsp-col-offset-8 { margin-left: 66.66666666%; }
.nsp-col-offset-9 { margin-left: 75%; }
.nsp-col-offset-10 { margin-left: 83.3333333%; }
