body {
  font-family: sans-serif;
  width: 100%;
  height: 100%;
  margin: 0px;
}

#container {
  position: absolute;
  width: 100%;
  height: 100%;
}

#titlebar {
  display: flex;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 39px;
  padding-left: 10px;
  padding-right: 10px;
  background: linear-gradient(0deg, #dadada, #efefef);
  border-bottom: 1px solid #ccc;
}

#title {
  position: relative;
  font-size: 16pt;
  display: inline-block;
  margin: auto auto auto 0;
  white-space: nowrap;
}

#fullscreen-button {
  background-image: url(Fullscreen.svg);
  background-size: 54px 42px;
}

.ui-title-button {
  background-repeat: no-repeat;
  background-position: left top;
  margin: auto 20px auto 0;
  width: 27px;
  height: 21px;
  cursor: pointer;
}

.ui-title-button.on {
  background-position: right top;
}

.ui-title-button:hover {
  background-position: bottom left;
}

.ui-title-button.on:hover {
  background-position: bottom right;
}

#copyright {
  position: absolute;
  left: 0px;
  bottom: 0px;
  margin: 2px 5px 3px 5px;
  font-size: 9.5pt;
}

#viewer {
  position: absolute;
  left: 0px;
  top: 40px;
  right: 245px;
  bottom: 0px;
  font-size: 0;
}

.ui {
  position: absolute;
  width: 219px;
  top: 40px;
  right: 0px;
  bottom: 0px;
  font-size: 10.5pt;
  padding: 10px 15px 10px 10px;
  background-color: #eee;
  cursor: default;
  border-left: 1px solid #ddd;
}

.ui-hidden {
  display: none;
}

.ui-title {
  font-weight: 900;
}

.ui-subtitle {
}

.ui-model-options {
  width: 219px;
  margin: auto 5px auto 0;
}

.ui-label {
  width: 210px;
  height: 18px;
  display: flex;
  position: relative;
}

.ui-right-align {
  margin-left: auto;
  display: inline-block;
}

.ui-slider {
  position: relative;
  width: 210px;
  cursor: pointer;
}

.ui-button {
  position: relative;
  width: 210px;
}

.ui-spacing {
  margin: 5px 0px 5px 0px;
}

.ui-item-spacing {
  margin: 0;
  padding: 0;
  height: 2px;
}

.ui-group-spacing {
  height: 12px;
}

.ui-coords-width {
  display: inline-block;
  background: white;
  width: 70px;
  font-size: 9.5pt;
  text-align: center;
}

.map-keys-panel {
  font-family: Helvetica;
  font-size: 10pt;
  position: relative;
  width: 210px;
  height: 280px;
}

.position {
  display: none;
  font-size: 10.5pt;
  position: absolute;
  width: 219px;
  height: 60px;
  right: 0px;
  bottom: 0px;
  padding: 0px 15px 0px 10px;
}

.ns {
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

a:link {
  text-decoration: none;
  color: black;
}

a:visited {
  color: gray;
}

a:hover {
  color: orange;
}
