/* /spab.css
 * SPAB site only
 * ===================================
 * =================================== */
 
@charset "utf-8";
/* CSS Document */



  #mainColMain.col-md-9, #mainColMain.col-md-8 table, #mainColMain.col-md-8 .MapComponent, #mainColMain.col-md-8 .form-group, #mainColMain .col-md-8 div.well, #mainColMain .col-md-8 table, #mainColMain .col-md-8 hr, .ui-accordion-content, .feedContainer, #mainColMain h1, #mainColMain h2, #mainColMain h3, #mainColMain h4, #mainColMain hr, #mainColMain a, #mainColMain span, #mainColMain p, #mainColMain ul, #mainColMain ol, #mainColMain dl, #mainColMain dt, #mainColMain dd, #mainColMain .jumbotron, #mainColMain .panel, #mainColMain .lead {
    max-width: 100%;
}


* {
  box-sizing: border-box;
}

/* Create four equal columns that floats next to each other */
.column {
  float: left;
  width: 25%;
  padding: 10px;

}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the four columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}
