#hideSidebarButton {
  position: fixed;
  width: 7px;
  height: 23px;
  background-image: url("../images/buttons.png");
  background-position: 0 0;
}

#hideSidebarButton:hover {
  cursor: pointer;
}

.nosidebar #hideSidebarButton {
  background-position: -7px 0;
}

#sidebarHandler {
  float: right;
  position: relative;
  left: auto;
  right: -8px;
  border: none;
  top: 0;
  padding: 0;
}

/***** Media print specific styles *****/
@media print {
  #sidebarHandler {
    display: none;
  }

  #sidebar {
    display: none;
  }

  body #content {
    width: auto;
    margin-right: 0;
  }
}

@media screen and (max-width: 899px) {
  #sidebarHandler {
    display: none;
  }
}
