/*-------------------------------------------*\
    2.39. Table
\*-------------------------------------------*/

.table-heighlighted {
  thead th {
    border-bottom-color: $table-border-highlighted-color;
    border-top: none;
  }

  tfoot td {
    border-top: (2 * $table-border-width) solid $table-border-highlighted-color;
  }
}
