
.footable.breakpoint > tbody > tr.footable-detail-show > td {
  border-bottom: none;
}
.footable.breakpoint > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e08A"; /* Changed to UIKIT */
}
.footable.breakpoint > tbody > tr:hover:not(.footable-row-detail) {
  cursor: pointer;
}
.footable.breakpoint > tbody > tr > td.footable-cell-detail {
  background: #eee;
  border-top: none;
}
.footable.breakpoint > tbody > tr > td > span.footable-toggle {
  display: inline-block;
  font-family: 'cu-iconset';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
/*  padding-right: 5px;*/
  font-size: 14px;
  color: #888888;
  float: left;
  margin-left: -20px;
}
.footable.breakpoint > tbody > tr > td > span.footable-toggle:before {
  content: "\e089"; /* Changed to UIKIT */
}
.footable.breakpoint.toggle-arrow-small > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e087"; /* Changed to UIKIT */
}

.footable.breakpoint.toggle-medium > tbody > tr > td > span.footable-toggle {
  font-size: 18px; 
}
.footable.breakpoint.toggle-large > tbody > tr > td > span.footable-toggle {
  font-size: 24px;
}

.footable > thead > tr > th {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
}
.footable > thead > tr > th.footable-sortable { /**/
	padding-left: 20px;
}
.footable > thead > tr > th.footable-sortable:hover {
  cursor: pointer;
}
.footable > thead > tr > th.footable-sorted > span.footable-sort-indicator:before {
  content: "\e087"; /* Changed to UIKIT */
}
.footable > thead > tr > th.footable-sorted-desc > span.footable-sort-indicator:before {
  content: "\e086"; /* Changed to UIKIT */
}
.footable > thead > tr > th > span.footable-sort-indicator {
  display: inline-block;
  font-family: 'cu-iconset';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
/*  padding-left: 5px;*/
  float:left; /**/
  margin-left: -20px; /**/
}
.footable > thead > tr > th > span.footable-sort-indicator:before {
  content: "\e088"; /* Changed to UIKIT */
}
.footable tr td.footable-first-column {
	padding-left: 20px;
}
.footable > tfoot .pagination {
  margin: 0;
}
.footable.no-paging .hide-if-no-paging {
  display: none;
}
.footable-row-detail-inner {
  display: table;
}
.footable-row-detail-row {
  display: table-row;
}
.footable-row-detail-name {
  display: table-cell;
  font-weight: bold;
  padding-right: 10px;
}
.footable-row-detail-value {
  display: table-cell;
}