.root::before {
  background-image: url(../img/header_bg.jpg); }

#bookkeeping_state {
  font-size: 180%;
  font-weight: bold;
  text-align: center;
  padding: 1em;
  letter-spacing: 0.3ex;
  border: 2px #cccccc solid;
  background-color: #f8f8f8; }
  #bookkeeping_state.state_ok {
    background: #e6ffb7;
    color: #557e07;
    border-color: #557e07; }
  #bookkeeping_state.state_ng {
    background: #ffe6e6;
    color: #ff3300;
    border-color: #ffa6a6; }

#bookkeeping_comment {
  font-weight: bold;
  padding: 1ex 0;
  margin: 1ex 0; }

/*# sourceMappingURL=bookkeeping.css.map */
