
  #bottom {
    width: 96%;
    left: 2%;
    position: fixed;
    line-height: 25px;
    bottom: 0px;
    height: 25px;
    background: rgb(220,220,220);
    border-left: 1px solid rgb(150,150,150);
    border-top: 1px solid rgb(150,150,150);
    border-right: 1px solid rgb(150,150,150);
    text-align: left;
  }

  #onlinepeoplepopup {
    position: fixed;
    bottom: 25px;
    border: 1px solid black;
    right: 2%;
    visibility: hidden;
    padding: 3px;
    padding-left: 6px;
    padding-right: 6px;
    margin-right: -2px;
    width: 109px;
    background-color: white;
  }

  div.bottom-innards {
    height: 25px;
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid rgb(200,200,200);
    padding-left: 2px;
  }
