.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #343a40;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  color: #c2c7d0;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#container-create, #container-update, #container-view {
  transition: margin-left .5s;
  padding: 16px;
  max-width: 60%!important;
}

#container-index {
  transition: margin-left .5s;
  padding: 16px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.w3-teal {
  display:flex;
  justify-content: space-between;
}

.w3-sidebar {
  box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22)!important;
}

button.navbar-toggler {
  display: none;
}

#sidebar-button {
  margin: auto 0px;
}

#btn-bars {
  color: #ffffff;
  background-color: #343a40!important;
}

#btn-bars:hover {
  color: #ffffff;
  background-color: #c2c7d0!important;
}