@charset "UTF-8"; html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } body { position: fixed; top: 0; right: 0; bottom: 0; left: 0; font: 14px/1.25 "Helvetica Neue", sans-serif; } a { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } .button { position: relative; display: inline-block; vertical-align: middle; text-align: center; cursor: pointer; margin: 0; } .button { color: #222222; border-radius: 2px; padding: 10px 10px; } .button-default { background-color: white; border: 1px solid #dddddd; } .button-default:active { background-color: #eeeeee; }