html { width: 100%; height: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } *, *:before, *:after { -webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit; } :focus { outline: none; outline-style: none; box-shadow: none; border-color: transparent; } body { width: 100%; height: 100%; margin: 0; padding: 0; background: #EEE; font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-align: center; color: #555; } .logmsg { background: #CFC; text-align: left; color: #555; padding-top: 8px; } .hdr { width: 100%; padding: 15px 0 15px 0; } .btn_cnt { width: 111px; margin: 0 auto 0 auto; padding-top: 5%; } .btn_cnt a { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }