@mixin hook-table-header-cell(){
  height: 26px;
  font-style: normal;
  line-height: 25px;
  border-bottom: 1px solid #656D78;
}

@mixin hook-table-cell(){
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-size: 14px;
  color: #1D1D1D;
  border-bottom: 1px solid #656D78;
}

@mixin hook-table-striped(){
  background-color: #f5f6fa;
}

@mixin hook-table-misc(){
  .uk-table tfoot td {
    color: #BCC2CC;
    border-bottom: none;
  }
}

// @mixin hook-table(){}
//@mixin hook-table-footer(){}
// @mixin hook-table-caption(){}
// @mixin hook-table-row-active(){}
// @mixin hook-table-divider(){}
// @mixin hook-table-hover(){}
// @mixin hook-table-small(){}
