/* CSS Document */

#fixed_dev_div {

  position: fixed;
  bottom: 0;
  right: 0;
  padding: 20px;
  width: 25%;
  height: auto;
  background-color: #fff;
  border: 1px solid black;
  z-index: 1;
  font-family: Courier, monospace;
  font-size: 11px;
  font-weight: normal;

}
