.container {
    height: auto;
    width: auto;
}
.table {
    border-collapse: collapse !important;
}
.box {
    vertical-align: middle;
    text-align: center;
}
.cell {
    padding: 5px !important;
    border: 1px solid #eeeeee !important;
}
.challenges {
    background-color: #3f3f3f !important;
    color: white !important;
    border: 1px solid #515151 !important;
    font-size: 1em;
}
.teams {
    background-color: #3f3f3f !important;
    color: white !important;
    border: 1px solid #515151 !important;
    padding-left: 9px !important;
    width: 12%;
    text-align: left !important;
}
.total {
    font-size: 1.3em;
    width: 9%;
    color: white;
    background-color: #5d5c5c;
    border: 1px solid #ababab !important;
}
.score {
    font-size: 1.3em;
    width: 9%;
    color: white;
}

.red {
    background-color: #a91d1c;
}
.yellow {
    background-color: #f9cb19;
}
.green {
    background-color: #32914d;
}
.black {
    background-color: #000000;
}
