.burgericon { 
  float:right;
  margin-top:20px; 
  margin-right:20px;
}

#menu_button {
  width: 39px;
  overflow: hidden;
}

#menu_label {
  position: relative;
  display: block;
  height: 29px;
  cursor: pointer;
}

#menu_label:before,
#menu_label:after,
#menu_bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

#menu_label:before,
#menu_label:after {
  content: "";
}

#menu_label:before {
  top: 0;
}

#menu_label:after {
  top: 12px;
}

#menu_bar {
  top: 24px;
}
