.header {
  background-color: #e7eae1;
  padding: 5px;
}

#navbars {
  overflow: hidden;
  background-color: #033;
}

#navbars a {
  float: right;
  display: block;
  color: #c00;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

#navbars a:hover {
  background-color: #e7eae1;
  color: #c00;
}

#navbars a.active {
  background-color: #4CAF50;
  color: white;
}


.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}


.sticky + .content {
  padding-top: 60px;
}

.phonetop {
  float: left;
}
.usertop {
  display: none;
}


@media (max-width: 1201px) {
.sidebar{
  display: none;
}
.phonetop {
  display: none;
}
.usertop {
  display: inline;
}
}


