body {
  background: #fff;
  font: normal 0.64em 'Roboto',Sans-Serif;
  margin: 10px 20px 0 20px;
  width: 1240px;
  height: 710px;
}

.rightmargin20 {
  margin-left: 0px;
  margin-right: 20px;
}

span:focus {
  border: 1px solid blue !important;
}

.focusable {
  color: #0000EE;
  cursor: pointer;
  text-decoration: underline;
}

div.container {
  margin: 0 0 0 0;
  padding: 5px 0 5px 0;
  overflow: hidden;
}

.default-list .cell-category {
  display: inline-block;
  font-weight: bold;
  color: #039;
  padding: 0px;
  border-bottom: 2px solid #6678b1;
  width: 100%;
}

.cell-column {
  display: inline-block;
  vertical-align: top;
  padding-right: 5px;
}

.cell-name {
  display: block;
  padding: 1px 10px;
}

#outputarea {
  padding-top: 5px;
  height: 230px;
}

.box-right {
  width: 420px;
  height: 210px;
}

#testarea {
  vertical-align: top;
  display: inline-block;
  height: 230px;
  padding-right: 5px;
}

#outputcontainer {
  vertical-align: top;
  display: inline-block;
  height: 230px;
}

.h4 {
  display: block;
  font-weight: bold;
  margin: 5px 0px 0px 0px;
}

.h4-tab {
  display: block;
  margin: 5px 0px 0px 10px;
}

@media screen and (min-height: 720px) and (max-height: 721px) {
  body {
    font-size: 0.6em!important;
    width: 1240px!important;
  }
  #output {
    height: 200px;
    width: 502px;
  }
}
@media screen and (min-height: 1080px) and (max-height: 1081px) {
  body {
    font-size: 0.96em!important;
    width: 1860px!important;
  }
  #output {
    height: 300px;
    width: 700px;
  }
}
@media screen and (min-height: 2160px) and (max-height: 2161px) {
  body {
    font-size: 1.92em!important;
    width: 3720px!important;
  }
  #output {
    height: 600px;
    width: 1400px;
  }
}
