
.left {
  width: 42%;
  height: 100%;
  position: fixed;
  background: white;
  top: 0;
  left: 0;
  margin-right: 10px;
  z-index: 2;
}

#screensForm {
}

iframe {
  width: 40%;
  height: 30vw;
  max-height: 30vw;
  margin: auto;
  position: fixed; /*Don't scroll with the page*/
  margin-top: 7px;
  margin-left: 7px;
}

/*Marker class for selection.*/
.codeNameBR {
}

#launchButton {
  margin-left: 20px;
}

.right {
  width: 58%;
  margin: auto;
  margin-right: 0;
  position: relative;
}

.friendlyName {
  font-weight: bold;
}

.codeName {
  font-family: monospace;
}

#controls {
  width: 55%;
  position: fixed; /*Don't scroll with the page*/
  background-color: white;
  top: 0;
  padding: 10px;
  margin-left: -1px;
  border: solid;
  border-color: black;
  border-width: 1px;
  border-radius: 10px;
}

#panel {
  padding-top: 100px;
  height: 65%;
  /*width: 95%;*/
}

.propertyValue {
  color: blue;
}

#generateHTMLButton {
  margin-left: 20px;
}

.filterCheckBox {
  margin-top: 15px;
  margin-right: 30px;
}

.bottomControl {
  margin-top: 10px;
}