#status {
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
}

#status span {
    display: inline-block;
    width: 75px;
}

#game {
    margin:auto;
    color: white;
    background-color: black;
}

#bonus {
    margin:auto;
    color: white;
    background-color: black;
}

#controls {
    text-align: center;
}

#power {
    margin:auto;
    padding: 5px;
    color: white;
    background-color: black;
    text-align: center;
}

#score-overlay {
    position: relative; 
    z-index: 9999;
    color: black;
    background:rgba(255,255,255,0.25);
    font-weight: bold;
}

#score-overlay * th { text-align: left; } 
#score-overlay * td { text-align: left; } 


