/*!
Customizations made to overwrite/add to bootstrap for Greenvelope
 */
  .pagination span.active {
  float: left;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #DDD;
  border-left-width: 0;
  }
    
  .pagination a.prev {
  border-left: 1px solid #DDD;
  }

.table-striped tbody.swapped tr:nth-child(odd) td,
.table-striped tbody.swapped tr:nth-child(odd) th {
  background-color: unset;
}
.table-striped tbody.swapped tr:nth-child(even) td,
.table-striped tbody.swapped tr:nth-child(even) th {
  background-color: #f9f9f9;
}