#edit_mode
{
  position: fixed;
  z-index: 3500;
  top: 15px;
  right: 15px;
  width: 120px;
  height: 48px;
  border: 1px solid black;
  background-color: red;
  text-align: center;
  color: white;
  overflow: hidden;
  font-size: 20px;
  font-weight: bold;
  padding-top: 5px;
}