@import url(reset.css);
body {
  display: flex;
  height: 100vh;
  margin: 0;
  align-items: center;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  line-height: 2.4em; }

p.new-time {
  text-align: right; }

.info {
  display: flex;
  justify-content: space-between; }
  .info h2 {
    font-size: 1.5em;
    line-height: 2.4em;
    font-weight: bold; }
    .info h2 span {
      color: #777777;
      font-weight: normal; }
  .info .data {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-content: end;
    line-height: 1.3em; }
    .info .data p {
      text-align: right; }

table {
  width: 100vw; }
  table tr {
    border-bottom: 2px solid #dddddd;
    cursor: pointer;
    width: 100vw; }
    table tr:nth-child(1) {
      border-top: 2px solid #dddddd; }
  table td {
    white-space: nowrap;
    padding: 0 1em; }
    table td.place {
      width: 1px; }
    table td.name {
      padding-left: 2vw; }
    table td.time {
      padding-left: 2em;
      text-align: right; }
    table td.diff {
      padding-left: 2vw; }
    table td.car {
      text-align: right;
      padding-left: 2em; }
