 #hidden {
            display: none;
        }

        body, html {
            height: 100%;
            background-color: black;
        }

        body, h1, h2, h3, h4, h5, h6 {
            font-family: "Amatic SC", sans-serif
        }


        input[type=text] {
            float: left;
            width: 40px;
            font: bold 20px Helvetica, sans-serif;
            padding: 3px 0 0 0;
            text-align: center;
        }

        .button {
            margin: 0 0 0 5px;
            text-indent: -9999px;
            cursor: pointer;
            width: 29px;
            height: 29px;
            float: left;
            text-align: center;
            background: url('../../Images/buttons.png') no-repeat;
        }

        .dec {
            background-position: 0 -29px;
        }

        .buttons {
            padding: 20px 0 0 140px;
        }