.board.index {
  background: #384210;
}

  .board.index .sidebar-header {
    color: #93ad2f;
  }

  .board.index li {
    color: #a9c82f;
  }

  .board.index ul {
    padding: 0 0 0 12px;
  }

.guide {
    background: #fff;
    color: #000000;
    font-weight: 400;
    text-align: center;
}

    .guide th {
        background: #fdffb3;
        border: solid 1px black;
        min-width: 50px;
    }

    .guide td {
        border: solid 1px black;
        min-width: 50px;
    }

        .guide td.fdn {
            background: #d9d9d9;
        }

        .guide td.lm {
            background: #ffff00;
        }

        .guide td.po {
            background: #ffff90;
        }

        .guide td.lc {
            background: #ffc000;
            border: unset;
            border-left: solid 1px black;
        }

        .guide td.rc {
            background: #cfafe7;
        }

        .guide td.cm {
            background: #92d050;
        }
        .guide td.fm {
          background: #dedede;
        }
        .guide td.lcgs {
            background: #ffd757;
            border: unset;
            border-left: solid 1px black;
        }

        .guide td.ccgs {
            background: #4fd1ff;
            border: unset;
        }

        .guide td.cc {
            background: #00b0f0;
            border: unset;
        }

        .guide td.nb {
            border: unset;
        }

.manual {
}

  .manual th {
    background: #ffc300;
    border: solid 1px #cde8bc;
    min-width: 50px;
    padding: 1px 4px;
    color: #0f4b22;
  }

  .manual td {
    border: solid 1px #cde8bc;
    min-width: 50px;
    padding: 1px 4px;
  }