body {
    background-color: #000;
    background-image: none;
}

#content {
    background-color: #000;
    color: #FFF;
}

.content-box {
    background-color: #000;
    justify-content: center;
}

h2 {
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2em;
}

#blame_container {
    width: 100%;
    height: 235px;
    overflow: hidden;
    border: 5px solid #FFF;
    margin-bottom: 1em;
}

#blame_container ul {
    margin: 0;
    position: relative;
    top: -50px;
}

#blame_container ul li {
    list-style: none;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    border-top: 5px solid #FFF;
    padding: 1em 0;
    font-weight: bold;
    color: #DDD;
    font-size: 1em;
    background-image: url('/assets/stuff/textures/gun_metal.png');
}

#blame_container ul li.stop {
    background-image: none;
    background-color: #ff2f2f;
    color: #FFF;
    padding: 0.8em 0;
}

#blame_container ul li#placeholder {
    border: 0 none;
    height: 225px;
    font-size: 2em;
    position: relative;
    top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;    
}

a#spin {
    text-transform: uppercase;
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 0;
}

/* Medium and up */
@media screen and (min-width: 40em) {
    #blame_container {
        width: 80%;
        margin: 1em 10% 2em;
    }
}