table.dataTable {
  margin-top:0px !important;
}
.table-result tr {
  border:none;
}

#call-history-list_wrapper {
  min-height: 300px;
  padding: 15px;
}
.btn-circle  {
  border-radius: 50%;
}

.no-borders thead tr td, .no-borders tbody tr td {
  border:none;
}
.no-borders tbody tr td:nth-child(1) {
  border-left:2px solid #ddd;
}
tr.smart-border + tr {
  border-top:2px solid #ddd;
}