body {
    background-color: #2d2d2d;
}
#raphael_answer {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    vertical-align: bottom;
    text-align: center;
    padding: 3px 0 0 0;
    background: linear-gradient(#3d3d3d, #2d2d2d);
    border-bottom: 1px solid black;
    color: white;
    height: 70px;
}
.cell {
    width: 33%;
}
#raphael_total {
    align-items: center;
    font-size: 24pt;
    color: white;
}
#strikes {
    background-color: #2d2d2d;
}
#strikes input[type="radio"] {
    display: none;
}
#strikes input[type="radio"] + label {
    cursor: pointer;
    display: inline-block;
    height: 25px;
    width: 33%;
    text-align: center;
    padding-top: 6px;
    font: 0.8em;
    background-color: #2d2d2d;
    color: #afafaf;
}
#strikes input[type="radio"]:checked + label {
    background-color: #3d3d3d;
    border-bottom: 3px solid #fc4c02;
    color: white;
}
#sorry {
    background-color: #2d2d2d;
    text-align: center;
    color: #afafaf;
}