<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ==========================================================================
   History
   ========================================================================== */
.history-text {
  margin-top: 30px;
}
.history-text:first-child {
  margin-top: 0;
}
.history-text .history-text_item {
  margin-top: 20px;
  display: table;
  width: 100%;
}
.history-text .history-text_item:first-child {
  margin-top: 0;
}
.history-text .history-text_date {
  display: table-cell;
  width: 150px;
  line-height: 1.3;
  font-weight: bold;
  text-align: right;
}
.history-text .history-text_detail {
  display: table-cell;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .history-text .history-text_item {
    display: block;
  }
  .history-text .history-text_date {
    display: block;
    width: auto;
    text-align: left;
  }
  .history-text .history-text_detail {
    margin-top: 10px;
    display: block;
    padding-left: 0;
  }
  .history-text .history-text_detail:first-child {
    margin-top: 0;
  }
}
/* Train information
   ========================================================================== */
</pre></body></html>