@charset "utf-8";

#map3d_container, #tourlist_container {
  height: 500px;
  padding: 0;
  margin: 0;
}

#map3d_container {
  border: 1px solid silver;
  width: 97%;
  float: right;
}

#map3d {
  height: 100%;
}

#tourlist_status {
  padding: 20px;
}

#tourlist_status.friendly {
  font-weight: bold;
  color: #3A9457;
}

#tourlist_status.error {
  font-style: italic;
  font-weight: bold;
  color: #a00;
}

#tourlist {
  height: 100%;
  overflow-y: scroll;
  margin: 0;
  padding: 0;
}

#tourlist li {
  cursor: pointer;
  padding: 8px;
  list-style: none;
}

#tourlist li img {
  border: 1px solid silver;
}

#tourlist li.selected img {
  border: 1px solid white;
}

#tourlist li.selected {
  background-color: #3A9457;
}

#tourlist li.selected span {
  color: #fff !important;
}

#tourlist li span.title {
  font-weight: bold;
  display: block;
}

#tourlist li span.title span.meta {
  font-weight: normal;
  font-size: 10px;
}

#tourlist li span.narrator {
  color: #888;
  font-size: 10px;
  line-height: 12px;
  display: block;
}

#tourlist li img {
  margin-bottom: 0px;
}

#embedsection {
  display: none;
  visibility: hidden;
  padding-top: 10px;
}

#embedsection .g-button {
  width: 25em;
  margin: 0 auto;
}
