#contest_faceoff {
    width: 100%;
    border: 1px solid #EFEFEF;
}

#contest_faceoff.loading {
    background-image: url("../img/icons/spinner_big.gif");
    background-repeat: no-repeat;
    background-position: center;
    height: 100px;
}

#contest_faceoff .title {
    text-align: center;
    font-size: 14px;
    color: #C00C31;
}

#contest_faceoff .description {
    text-align: center;
    font-size: 10px;
    color: #000000;
}
