<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#general h1 a {
  color: #555555;
  text-decoration: none;
}

#general #processed {
  min-width: 640px;
  min-height: 300px;
}

#general table {
  width: 100%;
  margin-top: 2em;
}

#general table table {
  border: solid 1px;
  border-collapse: collapse;
  margin: 1em 0 0 0;
}

#general table table th,
#general table table td {
  border-bottom: solid 1px;
  padding: 10px 10px 10px 10px;
}

#general tr.hline {
  border-top: solid 4px;
}

#general td.top {
  vertical-align: text-top;
}

#general #lasers {
  margin-top: 1em;
}
#general .selected {
  border: solid 1px #eeef86;
  background: #fffcdf;
}

#general .failure {
  border: 1px solid #dd0000;
  background: #ff0000;
}

#menu ul.menu {
  border-bottom: 1px solid #bbbbbb;
  font-size: 0.85em;
  margin: 25px 0 0 0;
}

#menu ul.menu li {
  display: inline;
  margin: 0 10px 0 0;
}

#menu ul.menu li {
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  border-color: #bbbbbb;
  -moz-border-radius: 8px 8px 0px 0px;
  -webkit-border-radius: 8px 8px 0px 0px;
  border-radius: 8px 8px 0px 0px;
  background-color: white;
}

#menu ul.menu li a {
  top: -2px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-decoration: none;
}

#counterpart {
  font-style: italic;
  border: 1px solid #cccccc;
  width: 40%;
  padding: 10px;
}

#details #transitions {
  width: 55%;
}

#details #transitions table {
  border-collapse: collapse;
  width: 500px;
}

#details #transitions th {
  text-align: center;
  vertical-align: top;
  width: 83px;
}

#details #transitions tbody {
  display: block;
  overflow: auto;
  max-height: 200px;
  width: 500px;
}

#details #transitions thead {
  display: block;
  width: 500px;
}

#details #transitions tr.odd {
  background: #ffffff;
}

#details #transitions tr.even {
  background: #eeeeee;
}

#details #transitions tr.selected {
  background: #00ff00;
}

#details #transitions tbody tr:hover {
  background: #ffff00;
  cursor: pointer;
}

#details #transitions td {
  width: 83px;
  text-align: center;
}

#details #transitions tfoot {
  border-top: #000000 solid 1px;
}

#details #unprocessed {
  min-width: 920px;
  min-height: 400px;
}

#details #laboratory img {
  margin: 40px 0 0 0;
}

#measurement,
#sample {
  width: 49%;
}

#measurement {
  float: right;
}

#sample {
  float: left;
}

#measurement table,
#sample table {
  border: #000000 1px solid;
  border-collapse: collapse;
  width: 100%;
}

#measurement table th,
#sample table th {
  font-size: 90%;
}

#measurement table td,
th,
#sample table td,
th {
  border-bottom: #000000 1px solid;
  text-align: left;
  vertical-align: text-top;
}

#details hr {
  border-style: solid;
  border-bottom: 1px;
  border-color: #bbbbbb;
  margin-top: 1em;
}

#references {
  width: 42em;
  margin-top: 2em;
}

#details ul {
  padding-left: 1em;
}

#details h3 {
  margin-top: 0;
}

#general .select {
    border: solid black 1px;
}

#general img.icon {
  width: 48px;
  vertical-align: middle;
}

#general #laboratory {
  text-align: center;
  padding-left: 2em;
}

#details #description {
  float: left;
  width: 40%;
}

#details #microscope {
  float: left;
  text-align: center;
}

.zoom-box {
  position: relative;
}

.zoom-box img {
  vertical-align: bottom;
  width: 400px;
}

.zoom-box .zoom-selector {
  position: absolute;
  background-image: url("images/selector.png");
  background-repeat: repeat;
  display: none;
  cursor: zoom-in;
}

.zoom-box .viewer-box {
  position: absolute;
  border: 1px solid rgb(0, 0, 0);
  display: none;
  overflow: hidden;
}

.zoom-box .viewer-box &gt; img {
  position: absolute;
  left: 0;
  top: 0;
}

#comments {
  width: 44em;
  margin-top: 1em;
}

#details #download {
  width: 57%;
}

#details input[type="text"] {
  border: 1px solid #bbbbbb;
  width: 15em;
}

#details #download label {
  display: block;
  float: left;
  width: 107px;
  text-align: right;
  padding-right: 10px;
  font-size: 1.25em;
}

#details #download #buttons {
  margin-top: 20px;
}

#details .csv {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin: 0 1em 12px 0;
  padding: 14px 14px 15px 80px;
  background: #eeeeee url("images/csv.png") no-repeat 2px center;
  border: 1px solid #cccccc;
  cursor: pointer;
}

@media (min-resolution: 2dppx),
  (min-resolution: 144dpi),
  (-webkit-min-device-pixel-ratio: 2),
  (-o-min-device-pixel-ratio: 2/1) {
  #details .csv {
    background: #eeeeee url("images/csv@2x.png") no-repeat 2px center;
    background-size: 125px 29px;
  }
}
</pre></body></html>