.logo{
  width: 100px;
  float: left;
  }

.title1 {
  color: blue;
}

table th, table td{
  white-space: nowrap !important;
}

.sidebar {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0;
  left: 0;
  background-color: #e1e7f7;
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 5px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
}

.locked {
  background-color: #e1e7f7;
}

  