.c4StatusTable {
  max-width: 800px;
  margin: 0 auto;
}

.c4StatusRow {
  display: block;
}

[data-theme="dark"] .c4StatusRow:not( .ipsModerated ):hover {
  /*WFEDIT: old config pre 12-16-21*/
  /*background: #424242;*/
  background: rgba(66,66,66,0.5);
}
.c4StatusRow:not( .ipsModerated ):hover {
  background: rgba(132,132,132,0.2);
}

.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;
}

.c4StatusTable b, strong {
    font-weight: bold !important;
}