*, *:before, *:after { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box; box-sizing: border-box; } body { margin: 0px; padding: 0px; background-color: #000; text-align: center; overflow-x: hidden; overflow-y: hidden; } div.toolbar { background: hsla(0, 0%, 40%, 0.8); position: fixed; left: 0px; right: 0px; text-align: left; height: 64px; padding: 4px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; } button { font-size: 1.2em; padding: 0px 12px; margin: 6px 6px; height: 44px; background: none; border: 1px solid #FFF; color: #FFF; border-radius: 3px; outline-width: 0; } button:hover { background-color: rgba(255, 255, 255, 0.1); } button:active, button.active { background: #FFF; color: #000; }