.quarter-value {
  .disclosed-on {
    color: #8baffd;
  }
}

/* 会社の開示ではなくアナリスト予想の平均なので、会社予想・実績と区別する */
tr.ifis-forecast {
  background-color: #f4f0fb;
}

table#terminal-values{
  width: 98%;
}
.terminal-value {
  .end-on {
    width: 100px;
    text-align: right;
  }
}