<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mv-widget {
  position: relative;
}
.mv-widget .mv-records-panel {
  overflow-x: auto;
}
.mv-widget .mv-record-pages {
  margin: 10px 0px;
  align-items: center;
}
.mv-widget .mv-record-pages .mv-button-base {
  padding: 8px 25px;
  font-weight: bolder;
  user-select: none;
  background-color: white;
}
.mv-widget .mv-record-pages .mv-button-base:hover,
.mv-widget .mv-record-pages .mv-button-base.mv-item-selected {
  color: #e6190f;
  fill: #e6190f;
  background-color: unset;
}
.mv-widget .mv-record-pages .mv-button-profile {
  padding: 2px 5px;
  user-select: none;
  background-color: black;
}
.mv-widget .mv-record-pages .mv-button-profile:hover,
.mv-widget .mv-record-pages .mv-button-profile.mv-item-selected {
  background-color: red;
}
.mv-widget .mv-record-pages .mv-page-edge {
  width: 12px;
  height: 8px;
}
.mv-widget .mv-record-pages .mv-first-page svg {
  transform: rotate(180deg);
}
.mv-widget .mv-head-revision-record-row {
  background-color: rgba(255, 255, 255, 0.18);
  cursor: pointer;
}
.mv-widget .mv-revision-record-row {
  background-color: rgba(255, 255, 255, 0.12);
}
.mv-widget .mv-nested-record-row {
  cursor: pointer;
}
.mv-widget .mv-records-revision-toggle {
  fill: none;
  stroke: #333333;
  stroke-width: 2px;
}
.mv-widget .mv-records-revision-toggle svg {
  display: block;
  width: 20px;
  height: 20px;
}
.dark .mv-widget .mv-records-revision-toggle {
  stroke: #e9e8e8;
}
.mv-widget .mv-records-revision-toggle:hover {
  stroke: #e6190f;
}
.mv-widget .mv-records-revision-toggle.mv-toggled {
  stroke: #e6190f;
  background-color: unset !important;
}
.mv-widget.mv-quote-panel .mv-quote-row,
.mv-widget.mv-quote-panel .mv-quote-header-row {
  border-bottom-width: 1px;
  background: white;
}
.mv-widget .mv-record-column-name {
  flex: auto;
  -ms-flex: auto;
  -webkit-flex: auto;
}
.mv-widget .mv-sort-direction {
  fill: none;
  stroke: #333333;
  align-items: center;
  display: flex;
  display: -ms-flexbox;
}
.dark .mv-widget .mv-sort-direction {
  stroke: #e9e8e8;
}
.mv-widget .mv-sort-direction svg {
  display: block;
  width: 15px;
  height: 15px;
}
.mv-widget .mv-sort-direction svg.mv-hidden {
  display: none;
}
.mv-widget .mv-remark-parent &gt; *:first-child {
  flex: auto;
}
.mv-widget .mv-record-remark {
  min-width: 13px;
  width: 13px;
  min-height: 13px;
  height: 13px;
  margin-left: 4px;
  cursor: default;
  fill: #e6190f;
}
.mv-widget .mv-record-limited-cell p {
  display: inline;
}
.mv-widget .mv-record-limited-cell .mv-button-base {
  padding: 0px 10px;
  display: inline;
}
.mv-widget .mv-record-limited-cell .mv-button-base:hover {
  fill: #e6190f;
  background-color: unset;
}
.mv-widget .mv-record-limited-cell .mv-page-edge {
  width: 12px;
  height: 8px;
}
.mv-widget .mv-record-limited-cell .mv-page-edge.mv-page-expanded {
  transform: rotate(180deg);
}
.mv-widget .mv-text-popup {
  padding: 10px;
  max-width: 500px;
}
.mv-widget .mv-record-type {
  width: 22px;
  height: 22px;
  fill: #333333;
}
.dark .mv-widget .mv-record-type {
  fill: #e9e8e8;
}
.mv-widget .mv-record-status {
  width: 22px;
  height: 22px;
  fill: #333333;
}
.dark .mv-widget .mv-record-status {
  fill: #e9e8e8;
}
.mv-widget .mv-subtable {
  padding-top: 20px;
  padding-bottom: 15px;
  background-color: rgba(128, 128, 128, 0.07);
}
</pre></body></html>