<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.presetLeftHalf {
  float: none;
  width: auto;
}
.codetag pre {
  white-space: pre-wrap;
  overflow-wrap: break-word;
}
.topright-button {
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
}
.topright-button:hover {
  background-color: transparent;
}
#demoframe {
  height: 530px;
  margin-bottom: 60px;
  position: relative;
}
#demoframe.expand-chart {
  position: fixed;
  z-index: 2001;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: auto;
  margin-bottom: 0px;
}
#demoframe.expand-chart .expand-button {
  background-position-x: -19px;
}
#demoframe .expand-button {
  width: 18px;
  height: 18px;
  margin: 7px 8px;
  background-image: url(../img/expand.png);
  background-repeat: no-repeat;
}
#configmaker {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
  margin-bottom: 30px;
  line-height: initial;
}
#configmaker .mv-dropdown-button,
#configmaker .mv-button {
  display: inline-block;
}
#configmaker .mv-item-selected .mv-button-base {
  color: #ffffff;
}
#configmaker .color-selection .mv-dropvalue-button .mv-color-box {
  border-color: #797979;
}
.dark #configmaker .color-selection .mv-dropvalue-button .mv-color-box {
  border-color: #797979;
}
#configmaker .remove-button {
  padding: 5px;
  fill: #808080;
  visibility: hidden;
}
#configmaker .remove-button svg {
  display: block;
  width: 8px;
  height: 8px;
}
#configmaker .remove-button:hover {
  fill: #009cb8;
  background-color: transparent;
}
.dark #configmaker .remove-button {
  fill: #b5b5b5;
}
#configmaker .remove-button-parent {
  margin-bottom: 4px;
  position: relative;
}
#configmaker .remove-button-parent:hover .remove-button {
  visibility: visible;
}
#configmaker .input-section {
  margin-bottom: 10px;
}
#configmaker .drop-selection {
  display: flex;
  display: -ms-flexbox;
}
#configmaker .drop-selection &gt; *:first-child {
  flex: auto;
  -ms-flex: auto;
  -webkit-flex: auto;
  padding: 8px 5px;
}
#configmaker .drop-selection .mv-dropdown-button {
  flex: none;
  -ms-flex: none;
  -webkit-flex: none;
}
#configmaker input.mv-search-input {
  padding: 8px 0px;
}
#configmaker .mv-config-input {
  margin: 0px 2%;
  width: 46%;
  box-sizing: border-box;
}
#configmaker .mv-config-input:first-child {
  margin-left: 0px;
  width: 48%;
}
#configmaker .mv-config-input:last-child {
  width: 48%;
  margin-right: 0px;
}
#configmaker .mv-menu-image-item {
  padding: 7px 5px;
  cursor: pointer;
  align-items: center;
}
#configmaker .mv-checkbox {
  background-color: #f9f9f9;
  border: 1px solid #797979;
  padding: 2px;
}
#configmaker .update-config {
  margin-top: 20px;
  display: block;
  background-color: #009cb8;
  color: #ffffff;
}
#configmaker .flex-layout {
  display: flex;
  display: -ms-flexbox;
}
#configmaker .bottom-flex-layout {
  flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
}
#configmaker .symbol-prop .symbol-name-config {
  flex: auto;
  -ms-flex: auto;
  -webkit-flex: auto;
}
#configmaker .symbol-prop .symbol-name-config input:first-child {
  width: 59%;
  margin-right: 1%;
}
#configmaker .symbol-prop .symbol-name-config input:last-child {
  width: 39%;
  margin-left: 1%;
}
#configmaker .symbol-prop &gt; * {
  flex: initial;
  -ms-flex: initial;
  -webkit-flex: initial;
  margin-right: 10px;
}
#configmaker .symbol-prop &gt; *:last-child {
  margin-right: 0px;
}
#configmaker .symbol-prop .mv-menu-image-item {
  flex: auto;
  -ms-flex: auto;
  -webkit-flex: auto;
}
#configmaker .mv-symbol-prop {
  flex: auto;
  -ms-flex: auto;
  -webkit-flex: auto;
}
#configmaker .mv-symbol-prop &gt; *:first-child {
  margin-bottom: 4px;
}
#configmaker .mv-symbol-prop .mv-symbol-prop-row &gt; div:first-child {
  flex: auto;
  -ms-flex: auto;
  -webkit-flex: auto;
}
#configmaker .mv-symbol-prop .mv-symbol-prop-row.mv-browser-opened .mv-browser-button {
  stroke: #009cb8;
}
#configmaker .mv-symbol-prop .mv-browser-panel {
  min-height: 400px;
  width: 100%;
  top: 100%;
}
#configmaker .mv-symbol-prop .mv-browser-button {
  stroke: #333333;
  vertical-align: middle;
  background-color: #f2f2f2;
  padding: 0px 5px;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
}
#configmaker .mv-symbol-prop .mv-browser-button:hover {
  stroke: #009cb8;
  background-color: #f2f2f2;
}
.dark #configmaker .mv-symbol-prop .mv-browser-button:hover {
  background-color: #2E3538;
}
.dark #configmaker .mv-symbol-prop .mv-browser-button {
  background-color: #2E3538;
}
#configmaker .mv-symbol-prop .mv-browser-button-svg {
  fill: none;
  stroke-width: 2px;
  width: 20px;
  height: 20px;
}
#configmaker .mv-plot-prop {
  margin-right: 15px;
}
#configmaker .plot-prop &gt; * {
  flex: 1 1 0;
}
#configmaker .plot-prop &gt; *:last-child {
  flex: 0 0 0;
}
#configmaker .half-layout {
  width: 50%;
  box-sizing: border-box;
  flex: auto;
  -ms-flex: auto;
  -webkit-flex: auto;
}
#configmaker .half-layout:first-child {
  padding-right: 2%;
}
#configmaker .half-layout:last-child {
  padding-left: 2%;
}
.chart-config &gt; div:first-child {
  padding-top: 10px;
}
.pane-config {
  border-top: 4px solid #009cb8;
  padding: 6px 0px 0px 0px;
  margin-bottom: 5px;
}
.layer-config {
  border-left: 4px solid #797979;
  padding: 0px 0px 0px 3px;
  margin: 4px 0px;
}
.symbol-config {
  padding-right: 25px;
  margin-bottom: 4px;
}
.symbol-config &gt; * {
  margin-bottom: 4px;
}
</pre></body></html>