/*the space between the student selector and the display*/
#student-view .form-group{
  margin-bottom: 0px;
}

#student-menu-bar{
  position: sticky;
  top:60px;
  left:0;
  right:0;
  z-index: 998;
}



#student-view .navbar{
  width: 100%;
}

.student-page-3{
  display: none;
}

#student-view-logout{
  display: none;
}
