#toolbar-administration {
  display: none !important;
}

body.toolbar-tray-open.toolbar-vertical.toolbar-fixed {
  margin-left: 0 !important;
}

/* Responsive Mobile Break Points */

.stacktable.large-only {
  display: table;
}

.stacktable.small-only {
  display: none;
}

@media (max-width: 800px) {

  .table-style {
    border-top: 5px solid $color-gry--dark;
    border-bottom: 1px solid $color-gry;
  }

  .table-style tbody tr {
    border-bottom: none;
  }

  .stacktable.large-only {
    display: none;
  }

  .stacktable.small-only {
    display: table;
  }
}

/* Misc Styling */

.tablegrey-bg {
  background-color: $color-gry--bright;
}
