.wrap {
  width: auto;
  clear: both;
}
.t3-content {
  background: #fff;
  border: solid 1px #ccc;
  border-top: solid 5px #ccc;
  padding: 0 15px;
}
.feature-page .t3-content {
  background: none;
  border: none;
  padding: 0;
}
.feature-page .t3-sidebar > .row-fluid {
  margin-right: 0 !important;
}
.feature-page .t3-sidebar > .row-fluid [class*="span"] {
  width: 49.5% !important;
  margin-right: 0 !important;
}
.feature-page .t3-sidebar > .row-fluid .t3-sidebar-2 {
  float: left !important;
}