#bootyman-score {
    font-family: 'ChicagoFLF', sans-serif;
    font-size: 14px;
    -webkit-font-smoothing: none;
    color: #000;
    text-transform: uppercase;
    padding: 10px;
    background: #fff;
    border-bottom: 2px solid #000;
    text-align: center;
}

#bootyman-canvas {
    display: block;
    margin: 0 auto;
    background: #000;
}

.window[data-type="bootyman"] .contents .body {
    padding: 0;
    overflow: hidden;
    background: #000;
}

/* 1-bit double border look for the game container */
.window[data-type="bootyman"] .contents {
    border: 2px solid #000;
    background: #fff;
}
