<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.footable {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #52b9e9;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #444444;
  background: #efefef;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.footable.breakpoint &gt; tbody &gt; tr.footable-row-detail {
  background: #eeeeee;
}
.footable.breakpoint &gt; tbody &gt; tr:hover:not(.footable-row-detail) {
  cursor: pointer;
}
.footable.breakpoint &gt; tbody &gt; tr &gt; td.footable-row-detail-cell {
  background: #fff;
}
.footable &gt; tbody img {
  vertical-align: middle;
}
.footable &gt; tbody &gt; tr:hover:not(.footable-row-detail) {
  background: #dddddd;
}
.footable &gt; tbody &gt; tr:hover:not(.footable-row-detail) &gt; td {
  color: #000000;
}
.footable &gt; tbody &gt; tr:last-child &gt; td {
  border-bottom: none;
}
.footable &gt; tbody &gt; tr &gt; td {
  border-top: 1px solid #dddddd;
  padding: 10px;
  text-align: right;
  border-left: none;
}
.footable &gt; tbody &gt; tr &gt; td.footable-row-detail-cell,
.footable &gt; tbody &gt; tr &gt; td.footable-first-column {
  border-left: none;
}
.footable &gt; thead &gt; tr &gt; th {
  border-bottom: 1px solid #dddddd;
  padding: 10px;
  text-align: center;
}
.footable &gt; thead &gt; tr &gt; th,
.footable &gt; thead &gt; tr &gt; td {
  background-color: #52b9e9;
  border: 1px solid #52b9e9;
  color: #ffffff;
  border-top: none;
  border-left: none;
  font-weight: normal;
}
.footable &gt; thead &gt; tr &gt; th.footable-first-column,
.footable &gt; thead &gt; tr &gt; td.footable-first-column {
  border-left: none;
}
.footable &gt; tfoot &gt; tr &gt; th,
.footable &gt; tfoot &gt; tr &gt; td {
  background-color: #52b9e9;
  border: 1px solid #52b9e9;
  color: #ffffff;
  border-top: none;
  border-left: none;
  padding: 5px;
}
.footable &gt; tfoot .pagination {
  text-align: center;
}
.footable &gt; tfoot .pagination ul {
  display: inline-block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
.footable &gt; tfoot .pagination ul &gt; li {
  display: inline;
}
.footable &gt; tfoot .pagination ul &gt; li &gt; a,
.footable &gt; tfoot .pagination ul &gt; li &gt; span {
  float: left;
  border: 2px solid transparent;
  margin: 0 3px;
  color: #ffffff;
  background: transparent;
  padding: 1px 5px;
  text-decoration: none;
}
.footable &gt; tfoot .pagination ul &gt; li.disabled &gt; a {
  color: #888;
}
.footable &gt; tfoot .pagination ul &gt; li.active &gt; a {
  border-color: #ffffff;
}
.footable &gt; tfoot .pagination ul &gt; li:first-child &gt; a,
.footable &gt; tfoot .pagination ul &gt; li:last-child &gt; a,
.footable &gt; tfoot .pagination ul &gt; li:first-child &gt; span,
.footable &gt; tfoot .pagination ul &gt; li:last-child &gt; span {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.footable.metro-red {
  border-color: #fa3031;
}
.footable.metro-red &gt; tfoot &gt; tr &gt; th,
.footable.metro-red &gt; thead &gt; tr &gt; th,
.footable.metro-red &gt; tfoot &gt; tr &gt; td,
.footable.metro-red &gt; thead &gt; tr &gt; td {
  background-color: #fa3031;
  border-color: #fa3031;
}
.footable.metro-purple {
  border-color: #932ab6;
}
.footable.metro-purple &gt; tfoot &gt; tr &gt; th,
.footable.metro-purple &gt; thead &gt; tr &gt; th,
.footable.metro-purple &gt; tfoot &gt; tr &gt; td,
.footable.metro-purple &gt; thead &gt; tr &gt; td {
  background-color: #932ab6;
  border-color: #932ab6;
}
.footable.metro-green {
  border-color: #43c83c;
}
.footable.metro-green &gt; tfoot &gt; tr &gt; th,
.footable.metro-green &gt; thead &gt; tr &gt; th,
.footable.metro-green &gt; tfoot &gt; tr &gt; td,
.footable.metro-green &gt; thead &gt; tr &gt; td {
  background-color: #43c83c;
  border-color: #43c83c;
}
.footable.metro-blue {
  border-color: #1171a3;
}
.footable.metro-blue &gt; tfoot &gt; tr &gt; th,
.footable.metro-blue &gt; thead &gt; tr &gt; th,
.footable.metro-blue &gt; tfoot &gt; tr &gt; td,
.footable.metro-blue &gt; thead &gt; tr &gt; td {
  background-color: #1171a3;
  border-color: #1171a3;
}
.footable-odd {
  background-color: #f7f7f7;
}
</pre></body></html>