/* Stripped-down styling for the yamtam watch page. */

:root {
  --text: #222;
  --muted: #666;
  --bg: #eee;
}

* {
  box-sizing: border-box;
}

html,
body,
td {
  margin: 0;
  padding: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 70px;
}

#content {
  width: 750px;
  padding: 100px 50px 50px;
}

.station {
  margin-bottom: 18px;
}

.station-head {
  font-weight: 700;
  font-size: 1em;
  margin-bottom: 8px;
}

.alert-icon {
  margin-left: 10px;
  color: #c00;
  font-size: 0.6em;
}

.weather {
  font-size: 0.7em;
  margin-bottom: 10px;
}

.updated {
  font-size: 0.5em;
  color: var(--muted);
  margin-top: 14px;
}

.stopList {
  list-style: none;
  margin: 5px 0;
  padding: 0 0 0 3px;
}

.stopList li {
  margin-bottom: 8px;
}

.stopList .stopListDir {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.4em;
  color: #888;
  margin-bottom: 8px;
}

.route-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.1em;
  height: 1.1em;
  padding: 0 0.1em;
  border-radius: 0.2em;
  font-size: 0.5em;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  vertical-align: middle;
}

.route-badge.subway {
  min-width: 1.1em;
  max-width: 1.1em;
  padding: 0;
  border-radius: 50%;
}

.timeName {
  display: inline-block;
  width: 60%;
  font-size: 0.5em;
  font-weight: 600;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.times {
  display: inline-block;
  width: 30%;
  font-size: 0.5em;
  font-weight: 600;
  text-align: right;
  vertical-align: middle;
  white-space: nowrap;
}

.times span {
  margin-left: 6px;
}

.trainClose {
  color: #b80;
}

.trainHere {
  color: #171;
}

#picker {
  padding: 100px 50px 0;
}

.picker-title {
  font-weight: 700;
  margin-bottom: 12px;
  font-size: 0.6em;
}

.picker-btn {
  display: inline-block;
  margin: 4px;
  padding: 8px 24px;
  background: #ddd;
  border: 1px solid #bbb;
  border-radius: 10px;
  font-size: 0.5em;
  cursor: pointer;
}

.picker-btn:hover {
  background: #ccc;
}

.picker-btn.station {
  display: block;
  margin: 10px 0;
  width: 100%;
  text-align: left;
  background: #e8e8e8;
}
