<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {

    margin: 10px;
    font-family: 'Open Sans', sans-serif;
}

.radio, .checkbox{
  font-size:11px;
  margin-bottom: 5px;
  margin-top:-2x;
  min-height:16px;
}
input[type=checkbox], input[type=radio]{
  margin: 1px 0 0;
}

.faded  {
color:#9696ab;
  font-weight: normal;
}

.notFaded{
    color:blue;
    font-weight: normal;
}

#preview{
  position:absolute;
  border:1px solid #ccc;
  background:#333;
  padding:5px;
  display: none;
  color:#fff;
}

.plant {
  color:blue;
}

.noplant{
  color:black;
}

.list-inline-plus {
  padding-left: 5px;
  list-style: none;
  margin-left: 5px;
      font-size: 18px;
}

.model {
  position: relative;
  width:420px;
}

.gender {
  position: relative;
  width: 150px;
}

.japanMaterial {
  position:relative;
  width:150px;
}

.bold {
  font-weight: bold;
  text-align: center;

}

div.centered
{
  text-align:center;

}
div.centered table{
  margin: 0 auto;
  text-align: left;
  position:absolute;
}

.input.searchBorder{
  border-color: slategrey;
}

.setSize
{
  width:20px;
}

.smalllegend{
  margin-bottom:-15px;
  font-size: 15px;
}

.smallFonts{
  font-size: 11px;
}

.smallerFonts{
  font-size: 10px;
}

.horizonHeader {
  font-weight: bold !important;
  background-color: lightblue !important;
}

legend{
  margin-bottom:5px;
}

.form-group {
    margin-bottom: 0px;
}

.table-bordered&gt;thead&gt;tr&gt;th, .table-bordered&gt;tbody&gt;tr&gt;th, .table-bordered&gt;tfoot&gt;tr&gt;th, .table-bordered&gt;thead&gt;tr&gt;td, .table-bordered&gt;tbody&gt;tr&gt;td, .table-bordered&gt;tfoot&gt;tr&gt;td {
  border:grey;
  border-width:1px;
  border-style:solid;
}

table.fixed { table-layout:fixed; }
table.fixed td { overflow: hidden; }

/* overriding bootstrap*/
/*.table&gt;tbody&gt;tr&gt;td, .table&gt;tbody&gt;tr&gt;th, .table&gt;tfoot&gt;tr&gt;td, .table&gt;tfoot&gt;tr&gt;th, .table&gt;thead&gt;tr&gt;td, .table&gt;thead&gt;tr&gt;th
{
  border:0px;
  padding: 4px;
  vertical-align: top;
}*/

.panel {
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: #F5F5F5;
}

.panel-body {
  padding: 0px !important;
}

.fixed-panel-big {
  min-height: 700px;
  max-height: 700px;
  min-width: inherit;
  max-width: inherit;
  overflow-y: scroll;

}
.fixed-panel-small {
  min-height: 200px;
  max-height: 200px;
  overflow-y: auto;

}
.fixed-panel-small-noscroll {
  min-height: 150px;
  max-height: 150px;

}
.fixed-panel-smaller {
  min-height: 150px;
  max-height: 150px;
  overflow-y: auto;
}


.table {
    margin: 0 0 0px 0;
    overflow: auto;

}
.table&gt;tbody&gt;tr&gt;td, .table&gt;tbody&gt;tr&gt;th, .table&gt;tfoot&gt;tr&gt;td, .table&gt;tfoot&gt;tr&gt;th, .table&gt;thead&gt;tr&gt;td, .table&gt;thead&gt;tr&gt;th{
  padding: 5px 5px 5px 10px ;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
    margin-top:5px;
    margin-bottom:5px;
}
p, div {
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
}
</pre></body></html>