body {
    padding-top: 50px;
    padding-bottom: 20px;
    user-zoom: fixed;
    touch-action: none;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.btn:focus, .btn-default:focus {
    background-color: #fff !important;
    outline: none !important;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

div.status {
    background-color: black;
    margin-top: 20px;
    height: 55px;
    font-size: 14pt;
    padding-left: 10px;
    color: lightgray;
}

div.readout {
    background-color: black;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 50px;
    font-size: 28pt;
    padding-left: 10px;
}

div.readout span.game-over {
    color: red;
}

div.readout span.in-progress {
    color: yellow;
}

div.readout span.correct {
    color: lightgreen;
}

table {
    width: 250px !important;
    margin: 0 auto;
}

td {
    text-align: center !important;
    border: 0 !important;
}

.keypad-row {
    padding-bottom: 10px;
}

button.number-entry {
    font-size: 30pt;
}