.footable {

  border-spacing: 0;
  width: 100%;
  border: solid #ccc 1px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-family: 'Open Sans' , 'Lucida sans' , Arial;
  font-size: 14px;
  color: #444;
  margin-bottom:20px;
}

.footable.breakpoint > tbody > tr > td.expand {
  background: url('../images/plus.png') no-repeat 13px center;
  padding-left: 40px;
  background-size: 15px;
}

.footable.breakpoint > tbody > tr.footable-detail-show > td.expand {
  background: url('../images/minus.png') no-repeat 13px center;
  background-size: 15px;
}

.footable.breakpoint > tbody > tr.footable-row-detail {
  background: #eee;
}
.footable.breakpoint > tbody > tr:hover:not(.footable-row-detail) {
  cursor: pointer;
}

.footable > tbody > tr > td, .footable > thead > tr > th {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 10px;
  text-align: left;
}