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

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

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

#title {
  font-size: 18pt;
  position: relative;
  display: inline-block;
  padding-top: 6px;
}

#info-button {
  background-image: url(Info.svg);
  background-size: 27px 42px;
}

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

.title-button {
  position: relative;
  display: inline-block;
  float: right;
  background-repeat: no-repeat;
  background-position: left top;
  width: 27px;
  height: 21px;
  margin: 9px 5px 10px 5px;
  cursor: pointer;
}

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

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

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

#model {
  position: absolute;
  left: 0px;
  top: 40px;
  right: 270px;
  bottom: 0px;
  font-size: 0;
  cursor: pointer;
}

canvas {
  position: relative;
  width: 100%;
  height: 100%;
}

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

#cockpit {
  position: absolute;
  width: 250px;
  top: 40px;
  right: 0px;
  bottom: 0px;
  font-size: 11pt;
  /* overflow-y: scroll; */
  padding: 10px 15px 10px 10px;
  background-color: #eee;
  box-shadow: inset 0px 0px 3px rgba(0,0,0,0.4);
  cursor: default;
}

.ui-panel {
  position: relative;
  width: 250px;
}

.ui-default {
  position: relative;
}

.ui-full-width {
  position: relative;
  width: 250px;
}

.ui-fixed-width {
  position: relative;
  width: 150px;
  display: inline-block;
  float: right;
  text-align: right;
}

.label {
  position: relative;
  display: inline-block;
}

.spacing {
  margin-top: 3px;
  margin-bottom: 3px;
}

.slider {
  position: relative;
  width: 250px;
  cursor: pointer;
}

.typer {
  font: inherit;
  display: block;
  border: 1px solid #aaa;
  border-radius: 3px;
  outline: none;
  background: white;
}

.typer:hover {
  cursor: default;
}

.typer>div {
  text-align: right;
  margin: 2px 8px 2px 8px;
}

.field {
  display: inline-block;
  outline: none;
}

.field:hover {
  cursor: pointer;
}

.field:focus {
  color: #c00;
}

.space-0 {
  padding: 8px;
}

.space-1 {
  padding: 3px;
}

.value {
  position: relative;
  display: inline-block;
  float: right;
  text-align: right;
}

.description-panel {
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

#description-frame {
	width: 100%;
	height: 100%;
}

.close-button {
  position: fixed;
  top: 9px;
  right: 57px;
  background-image: url(CloseButton.svg);
  background-size: 20px 40px;
  background-repeat: no-repeat;
  background-position: left top;
  width: 20px;
  height: 20px;
}

.close-button:hover {
  background-position: left bottom;
  cursor: pointer;
}

::selection {
  background: #e4e4e4;
}

::-moz-selection {
  background: #e4e4e4;
}

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

.filter {
  -moz-filter: blur(15px);
  -o-filter: blur(15px);
  -webkit-filter: blur(15px);
  filter: blur(15px);
  opacity: 0.3;
}

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

a:visited {
  color: gray;
}

a:hover {
  color: white;
}
