@import url('../dark/color.css');
td.subheader, tH.subheader {
    color: black;
}

/* pop'n music difficulty colors */
div.section.popn .songdifficulties span:nth-child(1) {
    color: #7df9ff; /* Easy */
}

div.section.popn .songdifficulties span:nth-child(3) {
    color: #92dd44; /* Normal */
}

div.section.popn .songdifficulties span:nth-child(5) {
    color: #eeee77; /* Hyper */
}

div.section.popn .songdifficulties span:nth-child(7) {
    color: #ee3fff; /* EX */
}

/* jubeat difficulty colors */
div.section.jubeat .songdifficulties span:nth-child(1) {
    color: #92dd44; /* Basic */
}

div.section.jubeat .songdifficulties span:nth-child(3) {
    color: #eeee77; /* Advanced */
}

div.section.jubeat .songdifficulties span:nth-child(5) {
    color: #ee3fff; /* Extreme */
}
