.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#flipbox {
  width: 860px;
  height: 300px;
  padding: 40px 40px 40px 40px;
  margin-left: 30px;
  background-color: #ff9000;
  font-family: 'ChunkFive Regular', Tahoma, Helvetica;
  font-size: 12px;
  line-height: 15px;
  color: #ffffff;
  text-align: justify;
}
#flipPad {
  margin: 5px 0;
  width: 600px;
  text-align: center;
}
#flipPad a {
  padding: 5px 15px;
  background: #1ecfff;
  border: 1px solid #1ecfff;
  border-radius: 2px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  font-size: 1em;
  font-family: Helvetica, Tahoma, Verdana, sans-serif;
  line-height: 30px;
  height: 30px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-box-shadow: 1px 1px 2px #999999;
  -webkit-box-shadow: 1px 1px 2px #999999;
  -webkit-transition-duration: 1s;
}
#flipPad a:hover {
  background-color: #1ec99f;
  border: 1px solid #1ec99f;
}
#flipPad .revert {
  background-color: #ff9000;
  border: 2px solid #ff9000;
  display: none;
}
