a:link, a:hover, a:active, a:visited{color: #000;} html, body{margin: 0; padding: 0; height: 100%; width: 100%; background-color: #AAA;} canvas{margin: 0; padding: 0; display: block;} button:hover{cursor: pointer;} #canvasHolder{ position: absolute; display: block; width: calc(100% - 340px - 10px); margin: auto; right: 0px; top: 0px; bottom: 0px; } @font-face { font-family: 'TitilliumWeb'; src: url('data/styles/TitilliumWeb-Light.ttf'); } body{ font-family: 'TitilliumWeb'; cursor: none; -moz-user-select: none; -webkit-user-select: none; } #info{ background-color: #222; position: absolute; display: block; width: 340px; margin: auto; left: 0px; top: 0px; bottom: 0px; overflow: hidden; } #border{ position: absolute; display: block; width: 10px; top: 0; bottom: 0; left: 340px; background-color: #444; } .holder{ background-color: rgb(10, 20, 20); position: relative; width: 314px; margin: 5px; padding: 3px; padding-top: 0px; border: 5px solid #444; border-radius: 5px; color: #ddd; font-size: 35px; } p{margin-top: 5px; margin-bottom: 5px;} legend{font-size: 30px;} .holder span{ display: inline-block; -moz-transform: scale(1,2); } .holder td{ text-align: center; padding: 0px; } #cheatInput{ position: absolute; margin: 0px; padding: 0px; bottom: 0; right: 0; left: 0; width: 384px; }