.page-header {
  margin: 8px;
}
.page-header h1 {
  padding: 0;
  margin: 0;
}
.main-navigation-wrapper {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 320px;
  height: 100%;
  background-color: #eae8e8;
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0, rgba(255, 255, 255, 0) 100%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow-y: scroll;
  transform: translateX(-320px);
}
.main-navigation-wrapper::-webkit-scrollbar {
  display: none;
}
.main-navigation-wrapper .main-navigation {
  display: block;
  overflow-wrap: break-word;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #eae8e8;
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0, rgba(255, 255, 255, 0) 100%);
  width: 100%;
}
.main-navigation-wrapper .main-navigation li {
  display: block;
  margin: 0 5px;
}
.main-navigation-wrapper .main-navigation li > a {
  text-decoration: none;
  display: block;
  padding: 8px;
  color: #000;
}
.main-navigation-wrapper .main-navigation li.active,
.main-navigation-wrapper .main-navigation li:hover {
  border-color: #c5c5c5;
  background-color: #d0d0d0;
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0, rgba(255, 255, 255, 0) 50%);
  border-radius: 4px;
  color: #fff;
}
.main-nav-bar {
  display: initial;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.main-nav-bar .menu-toggle {
  position: absolute;
  padding: 9px 10px;
  margin: 8px 15px 8px 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.main-nav-bar .menu-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #888;
}
.main-nav-bar .menu-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
.main-nav-bar.toggled {
  padding-left: 300px;
}
.main-nav-bar.toggled + .main-navigation-wrapper {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: translateY(0);
}
.nav-actions {
  margin-top: 16px;
}
.nav-actions > a {
  display: block;
  margin: 16px;
  background-color: #fff;
  border: 1px solid #adadad;
  text-decoration: none;
  color: #000;
  text-align: center;
  border-radius: 4px;
  padding: 8px 0;
}
.nav-actions > a:hover {
  background-color: #e6e6e6;
}
.admin-grid table[role="grid"] {
  min-width: 100%;
}
