body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #FFFFFF;
}

img {
  border: 0;
}

area {
  cursor: pointer;
}

.noSep {
  white-space: nowrap;
}

.highlightRed {
  color: #FF3300;
}

.proceedBtn {
  /* There are also several IDs with this name; they supplement this. */
  color: #FFD;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-shadow: 0px 1px 0px #528009;
  display: inline-block;
  border: 1px solid #74b807;
  border-radius: 0.6ex;
  background-color: #89c403;
  box-shadow: inset 0px 1px 0px 0px #a4e271;
  background: linear-gradient(to bottom, #89c403 5%, #77a809 100%);
  cursor: pointer;
}

.proceedBtn:hover {
  color: white;
  background-color: #77a809;
  background: linear-gradient(to bottom, #77a809 5%, #89c403 100%);
}

.proceedBtn:active {
  position: relative;
  top: 1px;
}

.scissors {
  transform: rotate(-90deg);
  display: inline-block;
  position: relative;
  left: -0.1ex;
  top: 0.2em;
}

td.lft {
  text-align: left;
}

td.ctr {
  text-align: center;
}

td.top {
  vertical-align: top;
}

.toLeft {
  float: left;
  margin: 0 6px;
}

.toRight {
  float: right;
  margin: 0 6px;
}

.TopLeft {
  position: absolute;
  top: 0px;
  left: 0px;
}

.TopLeftVis {
  position: absolute;
  top: 0px;
  left: 0px;
  visibility: visible;
}

.ReacTubeLabel {
  position: absolute;
  top: 40px;
  left: 2px;
  width: 22px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.ReacTubeLabel_X {
  color: #ee93f8;
  text-shadow: 1px 1px 1px black;
  /* rosa #ee93f8;  cian #45e3f6;   naranja #f99d35; */
}

#incuBator {
  visibility: hidden;
}

#gelBoxControl,
#powerSupply {
  text-align: center;
  padding: 4px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
  color: #8A6000;
  background-image: url(images/metal.jpg);
  background-repeat: repeat;
}

#gelBoxControl,
#powerSupply,
#boxFrame {
  border: 6px outset #BCAA9C;
  border-radius: 14px;
}

#gelBoxControl {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#boxFrame {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#powerSupply input {
  font-size: 1.0em;
  text-align: center;
}

#powerSupply input.time {
  width: 3ex;
}

#powerSupply input.text {
  background-image: url(images/metal.jpg);
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#powerSupply #displayV {
  line-height: 1.3em;
  float: left;
  margin-right: 1.3ex;
}

#powerSupply #displayT {
  line-height: 1.3em;
  float: right;
}

#powerSupply #displayT .big {
  font-size: 1.3em;
}

.plusMinus {
  width: 2.5ex;
  cursor: pointer;
}

.instrumentBrand {
  border: 1px solid;
  border-radius: 8px;
  position: relative;
}

#gelType,
#gelType option {
  background-color: #DFCD8D;
}

#dyeframe {
  position: absolute;
  top: 40px;
  left: 20px;
  height: 313px;
  width: 398px;
  background-color: #EEF2F5;
  border: 1px solid #BBBBBB;
}

#alertLayer {
  color: #FF5301;
  font-weight: bold;
  text-align: center;
  background-color: inherit;
  background-color: transparent;
}

#instrucPanel,
#adPanel {
  font-size: 0.8em;
  position: absolute;
}

#instrucPanel {
  background-color: #D7DFEE;
  border: 1px solid #968FF1;
}

#adPanel {
  background-color: #F0C0FF;
  border: 1px solid #B490BF;
}

#instrucPanel ul,
li {
  margin-top: 0;
  margin-bottom: 0;
}

#photoBtn {
  cursor: pointer;
}

#down2order {
  height: 2.5em;
  margin-top: -2em;
  position: absolute;
  z-index: 10;
}

.icon {
  cursor: pointer;
}

.closeIcon {
  cursor: pointer;
  float: right;
  margin-left: 2px;
}

.foldIcon {
  cursor: pointer;
  float: right;
}

.unfoldIcon {
  cursor: pointer;
  float: left;
  margin-right: 5px;
}


.empty {
  font-size: 1px;
}

/* needed for IE 5.x and 6.0 */

.ruler {
  visibility: visible;
}

.peque {
  font-size: 0.85em;
}

.gran {
  font-size: 1.6em;
}

body.startPage,
body.welcomePage {
  text-align: center;
}

body.startPage h1 {
  text-align: center;
  color: #F33;
}

body.startPage .panel {
  position: absolute;
  width: 100%;
  left: 0;
}

body.startPage #proceedBtn {
  font-size: 1.3em;
  padding: 0.6em 3ex;
}

html.thanksOrder {
  height: 100%;
}

body.thanksOrder {
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background-color: #FFFF80;
  text-align: center;
  background: linear-gradient(135deg, #ffff80 0%, #fff7ca 100%);
}

body.thanksOrder>div {
  overflow: auto;
  height: 100%;
}

body.thanksOrder h1 {
  margin-top: 1em;
}

body.thanksOrder .CygnusLab {
  color: #EE0C06;
}

body.thanksOrder #proceedBtn {
  font-size: 1.3em;
  padding: 0.4em 1.5ex;
  vertical-align: middle;
}

body.thanksOrder #invoice {
  display: inline-block;
  text-align: center;
  padding: 0.5em 1ex;
  margin-bottom: 0.6ex;
  background-color: #FFC;
  border: 1px outset #BFBF40;
  border-width: 0 2px 2px 0;
  background-image: url(images/CygnusLab_logo.gif);
  background-repeat: no-repeat;
  background-position: 0% 2em;
  background-size: 100px;
}

body.thanksOrder .price {
  font-size: larger;
}

body.thanksOrder tt {
  font-family: "Courier New", Courier, mono;
  font-size: 1.2em;
  font-weight: bold;
  color: #8C3000;
  background-color: #FFFFCC;
  padding: 0.2em 0.5ex;
}

body.thanksOrder img.icon {
  width: 48px;
  height: 48px;
  vertical-align: middle;
  cursor: text;
}

body.thanksOrder img.bot {
  vertical-align: bottom;
}

body.thanksOrder img.top {
  vertical-align: top;
}

body.thanksOrder img.mid {
  vertical-align: middle;
}

body.thanksOrder #drone {
  position: absolute;
  bottom: -40px;
  right: 30px;
  transition: bottom 3s, right 3s;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

body.welcomePage h1 {
  font-size: 1.5em;
}

body.welcomePage #warnings {
  display: table;
  width: 100%;
}

body.welcomePage #warnings>div {
  display: table-cell;
  width: 33%;
  vertical-align: middle;
  text-align: center;
}

body.welcomePage #warnings p {
  margin: 0.5em 0;
}

body.welcomePage #warningRad,
body.welcomePage #warningBio {
  font-size: 1.7em;
  font-weight: bold;
  border-radius: 1ex;
  padding: 0.5ex;
}

body.welcomePage #warningRad {
  background-color: #444444;
  color: #FFFF00;
}

body.welcomePage #warningBio {
  background-color: #FFE0C0;
  color: #EE5A00;
}

body.welcomePage #warningTxt {
  font-size: 1.1em;
}

body.welcomePage #wait {
  font-size: 1.5em;
  position: relative;
  z-index: 2;
  height: 217px;
}

.cybertory {
  color: #0000FF;
  font-weight: bold;
  font-size: 2em;
  font-family: 'Courier New', Courier, mono;
}

html.wrongPass {
  height: 100%;
}

body.wrongPass {
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background-color: #FF80FF;
  font-size: 1.2em;
  text-align: center;
  background: linear-gradient(45deg, #ecffba 0%, #FF80FF 50%, #ecffba 100%);
}

body.wrongPass>div {
  overflow: auto;
  height: 100%;
}

body.wrongPass h1 {
  font-size: 1.5em;
}

body.wrongPass #regresar {
  display: table;
  width: 100%;
  margin-top: 2em;
}

body.wrongPass #regresar div {
  display: table-cell;
  width: 50%;
  text-align: center;
}

body.license {
  background-color: #FFFFCC;
}

body.license h2 {
  text-align: center;
  margin-bottom: 2em;
}

body.ingred {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  background-color: #99BBFF;
}

body.ingred h1 {
  font-size: 1.5em;
  margin: 0.3em 0 0 0;
  padding: 0;
}

body.ingred table {
  background-color: #99BBFF;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 1px;
  border: none;
}

body.ingred table td,
body.ingred table th {
  border: 1px solid black;
  padding: 2px 4px;
}

body.ingred td input {
  width: 7ex;
  text-align: center;
}

body.ingred .hdrRow {
  background-color: #FF6666;
}

body.ingred .rgtRow {
  background-color: #FF9966;
}

body.ingred .smpRow {
  background-color: #FFFF66;
}

body.ingred .bufRow {
  background-color: #66FF66;
}

body.ingred .volRow {
  background-color: #6666FF;
}

body.ingred #cancelBtn {
  color: #FF0033;
}

body.ingred #okBtn {
  color: #009933;
  font-weight: bold;
}

body.ingred #setVol {
  width: 4ex;
  text-align: right;
}

body.catalog {
  text-align: center;
  background-image: url(images/dna_bkg.png);
  background-repeat: repeat;
  background-image: url(images/CygnusLab_bkg.gif);
  background-repeat: repeat;
}

body.catalog tt {
  font-size: 1.1em;
}

body.catalog table#catalog {
  background-color: #FFF;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  border: 1ex solid white;
  box-shadow: 0 0 1.2ex 0.8ex rgba(194, 194, 194, 1);
}

body.catalog table#catalog td {
  border: solid #bbb;
  border-width: 1px 0;
  padding: 4px;
}

body.catalog table#catalog th {
  border: solid #bbb;
  border-width: 1px 0;
  vertical-align: middle;
  text-align: center;
  font-size: 1.1em;
  margin: 0;
}

body.catalog table#catalog th.secc {
  vertical-align: top;
  padding-top: 0.3em;
}

body.catalog table#catalog th h2 {
  font-size: 1.5em;
  margin: 0;
}

body.catalog table#catalog td td.rightMar {
  text-align: right;
  padding-right: 2ex;
}

body.catalog table#catalog .secondTable {
  width: 95%;
  margin: 0.2em 0 0 5%;
  border-collapse: collapse;
}

body.catalog table#catalog td.cygnus {
  background-image: url(images/CygnusLab_bkg.gif);
  background-repeat: repeat-y;
  background-position: 0 1em;
}

body.catalog #catalogDNA {
  position: relative;
}

body.catalog #catalogDNAsamples {
  position: absolute;
  top: 4.5em;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(images/dna.png);
  background-repeat: no-repeat;
}

body.catalog #catalogDNAoligo {
  position: absolute;
  bottom: 1em;
  left: 3ex;
  background-color: white;
}

body.catalog #catalogEnz {
  position: relative;
}

body.catalog #catalogEnzymes {
  position: absolute;
  top: 3.5em;
  left: 2ex;
  width: 100%;
  height: 100%;
  background-image: url(images/I-CreI_dimer_DNA_4.png);
  background-repeat: no-repeat;
}

body.catalog #catalogEquip {
  position: relative;
}

body.catalog #catalogEquipPCR {
  position: absolute;
  top: 5em;
  left: 2ex;
  width: 100%;
  height: 100%;
  background-image: url(images/pc-t-ronic.gif);
  background-repeat: no-repeat;
  background-size: 180px;
}

body.catalog #catalogEquipPCR {
  background-image: url(images/equipment.png);
}

body.catalog #headers {
  border: 8px outset #CCCCFF;
  background-color: #CCCCFF;
  text-align: center;
  font-family: Georgia, 'Times New Roman', Times, serif;
  background-image: url(images/CygnusLab_logo.gif);
  background-repeat: no-repeat;
  background-size: auto 100%;
}

body.catalog #headers h1 {
  color: #CB2121;
  text-shadow: 2px 2px 2px gray;
}

body.catalog #headers h2 {
  color: #0000AA;
}

body.catalog .adA {
  font-size: 1.2em;
  font-weight: bold;
  font-style: italic;
  color: #FF5555;
  text-shadow: 2px 2px 2px white;
}

body.catalog .adB {
  color: #AAAA33;
  font-size: 1.8em;
  text-shadow: 2px 2px 2px white;
}

body.catalog .adC {
  display: table;
  margin: 0.5em;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 3ex;
  background-color: #CCCCFF;
  border: 3px ridge #CCCCFF;
  border-radius: 2ex;
  text-align: center;
}

body.catalog #proceedBtn {
  font-size: 1.3em;
  padding: 0.6em 3ex;
  margin-top: 0.4em;
}

body.catalog h1.rg {
  color: #008000;
  font-size: 2em;
  text-shadow: 2px 2px 2px #CCC;
}

body.catalog div.rg {
  text-align: center;
  margin-bottom: 0.8em;
}

body.catalog .primerListBox {
  height: 11em;
  overflow: auto;
  border: 2px outset #EEEEEE;
}

body.catalog .catNr {
  color: green;
  width: 10ex;
  text-align: center;
  font-size: 1.05em;
  font-family: monospace, mono;
}

body.catalog .catPr {
  color: #3A1EC3;
  width: 8ex;
  text-align: center;
}

body.control {
  background-color: #99BBFF;
  margin-top: 1.5px;
}

body.control textarea {
  vertical-align: top;
  height: 2.2em;
  width: 92%;
}

body.control h1 {
  font-size: 1.3em;
}

body.control h2 {
  font-size: 1.1em;
  margin-bottom: 0.2em;
}

body.control #cr {
  border-bottom: 0px #0000FF solid;
  cursor: pointer;
  margin-left: 2ex;
}

body.control #cr:hover {
  border-bottom-width: 2px;
}

body.control #EvalJr textarea {
  height: 6em;
}

body.control #header {
  width: 100%;
  border: none;
  border-collapse: collapse;
}

body.control #header td {
  text-align: center;
  vertical-align: top;
  padding: 0;
}

body.control td#company {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  text-align: left;
  position: relative;
}

body.control td#cibTitle {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #000099;
}

body.control td#cibTitle .tit1 {
  font-size: 23px;
  letter-spacing: 0.5ex;
}

body.control td#cibTitle .tit1 sup {
  font-size: 11px;
}

body.control td#cibTitle .tit2 {
  font-size: 16px;
  font-style: italic;
}

body.control td#soundCtrl {
  width: 30px;
  vertical-align: middle;
}

body.control td#currentSection {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #000000;
  font-size: 18px;
  vertical-align: middle;
  min-width: 17ex;
}

body.control #expertiseCtrl {
  height: 2em;
  /* background-repeat:no-repeat; background-size: auto 38px;
	background-position:5ex 0; background-image:url(images/level2.svg);
	min-height:40px; min-width:90px; */
}

body.control #expertiseCtrl option {
  height: 2em;
  padding: 0.3em 0;
  /* height:40px; width:60px;
	background-repeat:no-repeat;  background-size: auto 38px;
	background-position:5ex 0; */
}

body.control #expCtrl>div {
  width: 36px;
}

body.control #expCtrl img {
  height: 38px;
  margin: 3px 0 0 3px;
}

body.control #expCtrl select {
  width: 5em;
}

body.control #expCtrl>* {
  vertical-align: middle;
  display: inline-block;
}

body.loadLab {
  text-align: center;
  background-color: #FFFFFF;
}

body.loadLab #tit {
  display: block;
}

body.loadLab #mensaje {
  position: absolute;
  top: 4em;
  left: 20%;
  width: 60%;
  border: 30px solid #99BBFF;
  background-color: #D9E6FF;
}

body.loadLab #proceedBtn {
  font-size: 1.3em;
  padding: 0.4em 1.5ex;
}

body.order {
  background-color: #FFE4B5;
  text-align: center;
  background: linear-gradient(135deg, #ffe4b5 0%, #ecffba 100%);
}

body.order h1 {
  font-size: 2em;
  color: #BB0000;
}

body.order h2 {
  font-size: 1.8em;
  padding-bottom: 0;
  margin-bottom: 0.5em;
}

body.order section {
  border-radius: 0px 15px 15px 15px;
  border: 2px solid gray;
  box-shadow: 5px 5px 3px 0px rgba(145, 145, 145, 0.5);
  margin: 10px;
  margin-left: 35px;
  padding: 0 1ex;
  position: relative;
}

body.order section::before {
  position: absolute;
  content: "";
  left: -35px;
  top: -1px;
  width: 34px;
  height: 70px;
  border: 2px solid gray;
  border-right: none;
  border-radius: 15px 0px 0px 15px;
  background-color: #FEE4B5;
  background-image: url(images/CygnusLab_logo.gif);
  background-repeat: no-repeat;
  background-size: 36px auto;
  background-position: 0 20px;
}

body.order section div.enzsOrPrimers {
  display: none;
}

body.order table {
  margin-left: auto;
  margin-right: auto;
}

body.order .kit {
  border: 2px dotted #666666;
  margin-bottom: 0.6em;
  padding: 0.3em 0.5ex;
}

body.order input {
  font-size: 1em;
}

body.order #orderCustomDNA textarea {
  width: 90%;
}

body.order .btnErase {
  float: left;
  font-size: 0.85em;
}

body.order .offer {
  color: #FF0000;
}

body.order .freeProduct {
  color: #FF0000;
  font-style: italic;
}

body.order td#passw {
  padding-left: 2ex;
}

body.order .notice {
  color: #DD0000;
  font-weight: bold;
}

body.order #orderRE {
  border: none;
  border-collapse: collapse;
}

body.order #orderRE td {
  padding: 4px;
  text-align: center;
  vertical-align: middle;
}

body.order #REselection {
  white-space: nowrap;
  width: 40ex;
}

body.order #proceedBtn {
  font-size: 1.3em;
  padding: 0.6em 3ex;
}

body.order #samples0 {
  display: table;
}

body.order #samples1 {
  display: table-cell;
  min-width: 40%;
  padding-right: 1ex;
}

body.order #samples2 {
  display: table-cell;
  min-width: 40%;
  padding-left: 1ex;
}

body.order #customerData {
  margin-bottom: 0.5em;
}

body.order #customerData input {
  width: 22ex;
}

body.order #finishOrder {
  margin-top: 50px;
  margin-bottom: 0.3em;
}

body.decode h1 {
  text-align: center;
}

body.decode td,
body.decode th {
  border: 1px solid #666;
  border-width: 0 0 1px 0;
  padding: 2px 0;
  text-align: center;
  width: 9ex;
}

body.decode input[type="text"] {
  font-family: 'Courier New', Courier, mono;
  font-size: 1.1em;
}

body.decode .respu {
  font-size: 1.2em;
}

body.aaCodes {
  background-color: #FFFFEE;
  text-align: center;
}

body.aaCodes h1 {
  font-size: 1.2em;
  font-weight: normal;
  margin: 0.2em 0;
}

body.aaCodes table {
  border: 4px solid #FFCCFF;
  border-collapse: collapse;
  margin: 0 auto;
}

body.aaCodes td {
  text-align: center;
  padding: 0.3em 0.7ex;
  background-color: white;
}

body.aaCodes td.colSep {
  background-color: transparent;
  width: 2ex;
  border: 1px solid #FFCCFF;
  border-width: 0 4px;
}

body.trans {
  text-align: center;
}

body.trans h1 {
  font-size: 1.5em;
}

body.trans td {
  vertical-align: top;
  text-align: left;
}

body.trans .toLeft {
  text-align: left;
}

body.trans .toRight {
  text-align: right;
}

body.trans .toCtr {
  text-align: center;
}

body.trans .DNA {
  color: #0000FF;
  font-weight: bold;
}

body.trans .RNA {
  color: #FF0000;
  font-weight: bold;
}

body.trans .Prot {
  color: #008800;
  font-weight: bold;
}

body.trans #titDNA {
  background: #99DDFF;
  text-align: center;
  white-space: nowrap;
  margin: 0;
  padding: 0.15em 0;
}

body.trans #titRNA {
  background: #FFCCFF;
  text-align: center;
  white-space: nowrap;
  margin: 0;
  padding: 0.15em 0;
}

body.trans #titProt {
  background: #BFFFBF;
  text-align: center;
  white-space: nowrap;
  margin: 0;
  padding: 0.15em 0;
}

#spinnerCont {
  position: absolute;
  width: 96%;
  margin: 0 2%;
  z-index: 1;
}

#spinner {
  animation: spinning 4s linear infinite;
}

@keyframes spinning {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.twoCols {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}

#mensaje22 {
  display: none;
  position: absolute;
  top: 4em;
  left: 20%;
  width: 60%;
  border: 30px solid rgb(153, 187, 255);
  background-color: rgb(217, 230, 255);
  font-family: Verdana, Arial, Helvetica, sans-serif;
}


#prepPCRtubesCont {
  height: 120px;
}

#prepPCRtubesCont td {
  position: relative;
}

#prepPCRtubesCont td span {
  position: absolute;
  top: 34px;
  left: 8px;
  font-size: 0.9em;
  padding: 0 2px;
  background-color: #FAF4C4;
  box-shadow: 1px 1px 2px gray;
  border-top-right-radius: 0.3ex;
  border-bottom-right-radius: 0.3ex;
}

#prepPCRmixes th {
  padding: 0 1ex;
}

#prepPCRmixes input.vol {
  font: inherit;
  width: 6ex;
  text-align: right;
}

.answ_ok::after {
  content: '\2714';
  color: green;
  padding-left: 3px;
}

.answ_bad::after {
  content: '\2718';
  color: red;
  padding-left: 3px;
}

#PCRmixDone {
  color: #FFD;
  font: inherit;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-shadow: 0px 1px 0px #528009;
  display: inline-block;
  border: 1px solid #74b807;
  border-radius: 0.6ex;
  background-color: #89c403;
  box-shadow: inset 0px 1px 0px 0px #a4e271;
  background: linear-gradient(to bottom, #89c403 5%, #77a809 100%);
  cursor: pointer;
  padding: 0.3em 0.8ex;
  margin-left: 25em;
}

#PCRmixRestart {
  height: 3em;
  vertical-align: middle;
}

.debug33 {
  position: absolute;
  top: 520px;
  left: 10px;
  width: 500px;
  color: black;
  background-color: white;
  z-index: 80;
  max-height: 50%;
  overflow: auto;
  border: 1px dotted gray;
}

.dt4 {
  color: #006000;
  font-family: "Courier New", Courier, mono;
}


/*  	TOOLS - RESTRICTION MAPPING
*/
body.re_map {
  text-align: center;
  background-image: url(analysis/drawing.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 25%;
}

body.re_map #resCont {
  position: relative;
  margin-left: 48px;
  margin-top: 1em;
}

body.re_map #lblDNA {
  position: absolute;
  left: 550px;
  margin-top: -4px;
  margin-left: 14px;
  color: #639;
  font-weight: bold;
  font-size: 16px;
}

body.re_map .chainBlock {
  position: relative;
  width: 550px;
  height: 10px;
  background-color: #639;
  margin-bottom: 8px;
}

body.re_map #marksBlock {
  position: absolute;
  top: 0;
  width: 544px;
  height: 20px;
  border: solid black;
  border-width: 0 3px;
}

body.re_map #leftEnd,
body.re_map #rightEnd {
  position: absolute;
  top: 20px;
  font-weight: bold;
  font-size: 20px;
  margin-left: -7px;
}

body.re_map #leftEnd {
  left: 0px;
}

body.re_map #rightEnd {
  left: 550px;
}

body.re_map #reMarksBlock {
  position: relative;
  top: 20px;
  left: 0px;
  width: 550px;
  font-weight: bold;
}

body.re_map .aMark {
  position: absolute;
  border-left: 3px #F00 solid;
  height: 20px;
}

body.re_map #clearBtn {
  margin-left: 1em;
  vertical-align: top;
  background-color: #DBB;
  color: #D00;
  font-weight: bold;
}

body.re_map #enzyme {
  margin-top: 0.5em;
  font-family: "Times New Roman", Times, serif;
  font-size: 1em;
}

body.re_map #enzyme option {
  font: inherit;
}

body.re_map #company {
  border: 8px outset #99BBFF;
  border-radius: 6px;
  background-color: #99BBFF;
  padding: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  height: 180px;
}

body.re_map #uah {
  width: 112px;
  height: 48px;
  position: absolute;
}

body.re_map #cr {
  margin-left: 120px;
  cursor: help;
}

body.re_map #cr img {
  vertical-align: middle;
}

body.re_map #logo {
  margin-top: 20px;
  position: relative;
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: #CB2121;
  text-shadow: 2px 2px 2px gray;
}

body.re_map #logo #cL {
  position: absolute;
  top: 18px;
  left: 3px;
}

body.re_map #logo img {
  height: 150px;
}