.beta-tester-box{
  position: fixed;
  padding: 10px 20px 0;
  margin-left: 0;
  background: #f1f1ef;
  display: inline-block;
  z-index: 9999;
  border: solid 2px #aaa;
  bottom: 0;
  left: 0;
}

.beta-tester-box p{
  margin-bottom: 0;
}