
.content {
  background-color:white;
  padding:20px;
}

.content .mid {
  height:270px;
}

.content .bottom {
  height:80px;
}

.content .bottom .button.large {
  height:80px;
  line-height:50px;
  font-size:26px;
}

#forms_test label {
  font-size:24px;
}

#forms_test input {
  height:50px;
  font-size:30px;
}

.content .bottom .left {
  float:left;
}
.content .bottom .right {
  float: right;
}

.content .bottom .center {
  display:block;
  margin:0 auto;
}

.info {
  padding:10px;
  font-size:20px;
}

.error {
  padding:10px;
  font-size:20px;
  background:#E80505;
  border:2px solid #AB5C5C;
  color:#fff;
}

.error.noerror {
  background:#7AC74A;
  border:2px solid #7AAB5C;
}

.playing {
  outline:2px dotted red;
}

#phone_wrap {
  background-image:url('../images/bg.png');
}
