table.media {
    font-size: 1.1rem;
}

tr.mediaheader {
  background-color: var(--links);  
  color: var(--background);
  text-align: left;
}

th {
    padding: 5px;
}

td:nth-child(1) , td:nth-child(2) , td:nth-child(3)  {
    white-space: nowrap;
}

td:nth-child(2) {
    color: var(--links);
    font-size: 1.5rem;
}

td:nth-child(3) , td:nth-child(3) {
    text-align: center;
}

.media tr:nth-child(odd):not(:first-child) {
    background-color: #30534c66;
}

.complete {
    color: #88D925;
}
.complete::before {
    content: " ✓ ";
}

.ongoing {
    color: #F2B51B;
}

.dropped {
    color: #D61A1A;
}

.dropped::before {
    content: " ✗ ";
}