/* NYC Labor Chorus - Legacy Styles */

/* All pages - orange/peach background */
body {
  background-color: #ffcc66;
}
.legacy-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  overflow: auto;
}
.legacy-content > table:first-of-type {
  margin: 0 auto;
}
.navtable td,
.navcell {
  vertical-align: middle;
  height: 100%;
}
.navtable a,
.navcell a {
  color: #a1bee0;
}
.navtable td,
.navtable tr {
  width: 100%;
}
