.train-times-tabs {
  display: flex;
  margin-bottom: 10px;
}

.tt-tab {
  padding: 10px 20px;
  cursor: pointer;
  background: #eee;
  border: 1px solid #ccc;
  margin-right: 5px;
}

.tt-tab.active {
  background: #ddd;
  font-weight: bold;
}

.tt-panel {
  display: none;
}

.tt-panel.active {
  display: block;
}

.tt-board {
  list-style: none;
  padding: 0;
}

.tt-service {
  padding: 8px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}

.tt-modal {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
}

.tt-modal-content {
  background: #fff;
  margin: 10% auto;
  padding: 20px;
  width: 80%;
  max-width: 600px;
}

.tt-close {
  float: right;
  font-size: 20px;
  cursor: pointer;
}
