#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;
}

.puck {
    opacity:0.9;
    border-radius:50%;
    width:20px;
    height:20px;
    background: url(../img/cell1.png);
    background-size:20px 20px;
}

.padd {
    //opacity:0.9;
    background-color:white;
    width:40px;
    height:40px;
    border-radius:50%;
    background: url(../img/cell1.png);
    background-size:40px 40px;
}

#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; } 

