img.pull-right {
  margin: 10px 0 20px 20px;
}
img.pull-left {
  margin: 10px 20px 20px 0;
}
/* this is missing from the version of toolkit that FBS is using */
.sidebar-nav .active > a,
.sidebar-nav-fw .active > a {
  background: #fff;
}
table {
  margin-bottom: 22px;
}
table.table {
  border: none;
}
table.table > tbody > tr > td,
table.table > tbody > tr > th {
  border-left: none;
  border-right: none;
}
table.table > thead > tr > th {
  border-left: none;
  border-right: none;
  border-bottom-width: 2px;
}
table.table.table-bordered > tbody > tr > td,
table.table.table-bordered > tbody > tr > th {
  border-left: 1px solid #c9bfb5;
  border-right: 1px solid #c9bfb5;
}
table.table.table-bordered > thead > tr > th {
  border-left: 1px solid #c9bfb5;
  border-right: 1px solid #c9bfb5;
  border-top: 1px solid #c9bfb5;
  border-bottom-width: 2px;
}
