.sticky-header {
  position: fixed;
  top: 64px;
  z-index: 104;
  width: 1100px;
  background-color: white;
  border: 1px solid #dddddd;
  margin-left: -1px;
  display: none;
}
