body.enter {
  padding: 0px;
  margin: 0px;
  background: #a0a0a0;
  display: grid;
  align-items: center;
  justify-content: center;
  min-width: 100%;
  min-height: 100%;
}

div#enter-wrap {
  margin: 30px;
  max-width: 800px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

div#enter-wrap > div {
  flex-grow: 0;
  flex-shrink: 0;
  text-align: center;
  padding: 0px;
  margin: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

div#enter-logo {
  flex-basis: 100%;
}

div#enter-logo > img {
  width: 100%;
}

div#enter-summary, div#enter-selected {
  flex-basis: 50%;
}

div#enter-summary {
}

div#enter-selected {
}

div#enter-recent {
  flex-basis: 100%;
}

div.recent > img {
  height: 100px;
  cursor: pointer;
}

div#recent-wrap {
  height: 200px;
  width: 700px;
  display: inline-block;
  position: relative;
  overflow-x: hidden;
}

div#recent {
  position: absolute;
  left: 110px;
  top: 0px;
  width: 660px;
  overflow-x: hidden;
  white-space: nowrap;
  display: inline-block;
}

div.recent {
  white-space: break-spaces;
  word-break: break-word;
  vertical-align: top;
  padding-top: 20px;
  display: inline-block;
  width: 100px;
  margin: 0px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 80%;
  z-index: 5;
  cursor: pointer;
}

div.latest {
  position: absolute;
  left: 0px;
  top: 0px;
  font-weight: bold;
  font-size: 100%;
  z-index: 10;
  height: 300px;
  width: 100px;
  color: black;
  background: #a0a0a0;
  cursor: normal;
  align-items: left;
}

div.behind {
  position: absolute;
  left: 660px;
  top: 0px;
  width: 200px;
}

div.recent > img {
  max-width: 100px;
}

div.recent div.date {
  font-size: 70%;
}

div.noshow {
  display: none;
}

body.enter a {
  color: black;
  decoration: none;
}


div#enter-selected {
  text-align: right !important;
}

div#selected-wrap {
  text-align: center !important;
  display: inline-block;
  width: initial;
}

@media only screen and (max-width: 760px) {
  div#enter-summary, div#enter-selected {
    flex-basis: 100%;
  }
  div#recent-wrap {
    width: 100%;
  }
  div#enter-wrap {
    margin: 10px;
    padding: 0px;
  }
  div#enter-selected {
    text-align: center !important;
  }
}
