/* GREEN */
.green,
.panel-success,
.normal,
.noglitches,
.noglitchesrequired,
.casual,
.standard,
.pedestal,
.weapons .vanilla,
.weapons.vanilla,
.goal-pedestal,
.goal-masterswordpedestal,
.hints-on,
.level0,
.true,
.dungeoncount-on,
.basic,
.chart .headers .pedestal,
.moo {
  background-color: #dff0d8;
  color:            #3c763d;
}

/* BLUE */
.blue,
.panel-info,
.uncleassured,
.assured,
.timed,
.goal-triforcehunt,
.variation-triforcehunt,
.goal-triforce,
.triforce,
.easy,
.vanillamorph,
.level1,
.goal-fastganon,
.open,
.moo {
  background-color: #d9edf7;
  color:            #31708f;
}

/* BROWN */
.brown,
.panel-warning,
.hard,
.randomizedmorph,
.randomizedswords,
.randomizedeweapons,
.combination,
.inverted,
.minorglitches,
.owglitched,
.owglitches,
.overworldglitches,
.hints-off,
.weapons .randomized,
.weapons.randomized,
.advanced,
.mcshuffle,
.level2,
.goal-ganon,
.goal-defeatganon,
.moo {
  background-color: #fcf8e3;
  color:            #8a6d3b;
}

/* RED */
.red,
.panel-danger,
.masochist,
.expert,
.glitched,
.majorglitches,
.tournament,
.goal-alldungeons,
.goal-defeatganonmotherbrain,
.entranceshuffle,
.level3,
.false,
.dungeoncount-off,
.mcsshuffle,
.fullshuffle,
.spoilers-off,
.nologic,
.notguaranteed,
.chart .headers .alldungeons,
.moo {
  background-color: #f2dede;
  color:            #a94442;
}

/* GREEN */
.level0,
.moo {
  background-color: #dff0d8;
  color:            #3c763d;
}

/* BLUE */
.level1,
.moo {
  background-color: #d9edf7;
  color:            #31708f;
}

/* BROWN */
.level2,
.moo {
  background-color: #fcf8e3;
  color:            #8a6d3b;
}

/* RED */
.level3,
.moo {
  background-color: #f2dede;
  color:            #a94442;
}

/* GREEN */
.n-100locations,
.moo {
  background-color: #dff0d8;
  color:            #3c763d;
}

/* BLUE */
.n-100inventory,
.moo {
  background-color: #d9edf7;
  color:            #31708f;
}

/* RED */
.beatable,
.moo {
  background-color: #f2dede;
  color:            #a94442;
}

/* GREEN */
.force-true,
.moo {
  background-color: #dff0d8;
  color:            #3c763d;
}

/* RED */
.force-false,
.moo {
  background-color: #f2dede;
  color:            #a94442;
}

