.stepChecker {
    position:absolute;
    margin-left:-40px;
    margin-top:5px;
    font-size:13px;
    color:#aaa;
    text-align:center;
    line-height:1.25em;
}

.stepChecker input[type=checkbox] {
  -ms-transform: scale(1.3); /* IE */
  -moz-transform: scale(1.3); /* FF */
  -webkit-transform: scale(1.3); /* Safari and Chrome */
  -o-transform: scale(1.3); /* Opera */
  padding: 10px;
}
