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

.colorElement {
  background-color: orange; }

.hide {
  display: none; }

.clickable {
  cursor: pointer; }

.orange {
  color: #f0ad4e; }

.navigation-bar .pagination {
  margin-top: 0;
  margin-bottom: 0; }

.padding {
  padding-left: 20px; }

.popover {
  width: 300px; }

fieldset {
  margin-bottom: 10px; }

.printableView p {
  line-height: 1em;
  margin-bottom: 5px; }

.printableView .translation {
  font-style: italic; }

.printableView .attribute:after {
  content: " "; }

.printableView ul.coma-separator {
  list-style: none;
  display: inline;
  margin-bottom: 5px; }
  .printableView ul.coma-separator li:after {
    content: ", "; }
  .printableView ul.coma-separator li:last-child:after {
    content: ""; }

.h-scroll {
  overflow-y: scroll; }

.panel-info &gt; .panel-footer {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.noreturn {
  white-space: nowrap; }

.fixed-panel {
  height: 800px; }

.disabled {
  pointer-events: none;
  opacity: 0.5; }

.glyphicon.spinning {
  animation: spin 1s infinite linear;
  -webkit-animation: spin2 1s infinite linear; }

@keyframes spin {
  from {
    transform: scale(1) rotate(0deg); }
  to {
    transform: scale(1) rotate(360deg); } }

@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

.borderless {
  border: none !important; }
</pre></body></html>