/*HTML elements*/
body {
  text-align: center;
  font-family: Sans-Serif;
  height: 100%;
  margin: 5px;
  padding: 0px;
}

img {
  border-style: none;
}

sup,
sub {
  vertical-align: baseline;
  position: relative;
  top: -0.2em;
}

sub {
  top: 0.2em;
}

th {
  color: black;
  text-align: right;
}

/*classes*/
.input {
  color: black;
  text-align: center;
  background-color: #CCFFCC;
}

.output {
  text-align: center;
  color: blue;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.out_good {
  font-weight: bold;
  text-align: center;
  color: green;
}

.out_bad {
  font-weight: bold;
  text-align: center;
  color: red;
}

.MUinput {
  font-weight: bold;
  text-align: center;
  color: black;
  background-color: #CCFFCC;
}

.MUoutput {
  font-weight: bold;
  text-align: center;
  color: blue;
}

.overlay {
  visibility: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 900;
  /*background-image:url(bg_trans.png);*/
}

.overlaydiv {
  width: 380px;
  margin: 90px auto;
  background-color: #FFFFCC;
  border: 1px solid #77AADD;
  padding: 15px;
  text-align: center;
}

/*HTML elements by ID */
#MyTable {
  border: thick solid #77AADD;
  /*border-collapse: collapse;*/
  background-color: #FFFFEE;
}

#MyTable td {
  color: black;
  text-align: left;
}

#DoseTable td {
  color: black;
  text-align: left;
}

#EDWtable {
  border: medium solid #77AADD;
}

#EDWtable td {
  color: black;
  text-align: left;
}

#EMWtable {
  border: medium solid #77AADD;
}

#EMWtable td {
  color: black;
  text-align: left;
}

#OffAxisTable {
  border: medium solid #77AADD;
}

#OffAxisTable td {
  color: black;
  text-align: center;
}

#tt {
  position: absolute;
  display: block;
  outline: thin solid #77AADD;
  background-color: #CCFFCC;
  z-index: 990;
}

#tttop {
  display: block;
  height: 5px;
  margin-left: 5px;
  background-color: #CCFFCC;
  overflow: hidden;
}

#ttcont {
  display: block;
  padding: 2px 12px 3px 7px;
  margin-left: 0px;
  background-color: #FFFFCC;
  color: #000000;
  text-align: left;
}

#ttbot {
  display: block;
  height: 5px;
  margin-left: 5px;
  background-color: #CCFFCC;
  overflow: hidden;
}