.c4StatusTable {
    max-width: 800px;
    margin: 0 auto;
}
.c4StatusRow {
    display: block;
}
.c4StatusRow .ipsColumn_medium {
    width: 180px;
}
.c4StatusBadge {
    line-height: 28px;
    padding: 0 10px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    display: block;
    color: #fff;
    text-align: center;
}

.c4StatusBadge_upNext {
    background: #2980b9;
}
.c4StatusBadge_comingSoon {
    background: #d35400;
}
.c4StatusBadge_future {
    background: #2c3e50;
}
.c4StatusBadge_done {
    background: #27ae60;
}

.c4StatusBadge_cancelled {
    background: #ae2727;
}

.c4_cancelled {
    /*background: red !important;*/
}