/**
  * @file
  * Styles unique to table views.
  **/

/** Show all columns buttons on mobile when column priorities are set **/
.tableresponsive-toggle {
  margin-bottom: 1em;
  background-color: var(--laurier-green);
  color: var(--white);
  text-transform: capitalize;
}
