<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#post-info {
  border: .1em #000 solid;
  border-width: .1em 0;
  font-size: .8em;
  margin-bottom: 1em;
}

#post-info h4 {
  font-size: 1.1em;
  text-transform: uppercase;
  margin-bottom: .5em;
  display: inline-block;
  margin: 0;
}

#post-info ul#post-info-nav {
  margin: .7em 0 0 2em;
  padding: 0;
  display: none;
}

#post-info ul#post-info-nav li {
  float: left;
  list-style-type: none;
  margin: 0 2em 0 0;
  padding: 0;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  color: #ccc;
}

#post-info ul#post-info-nav li:first-child {
  margin-right: 1em;
  cursor: default;
  color: #000;
}

#post-info ul#post-info-nav li:not(:first-child):hover,
#post-info ul#post-info-nav li.current {
  color: #900;
}


#post-info #post-info-header {
  cursor: pointer;
  padding: .5em;
}

#post-info #post-info-header:hover {
  background-color: #ffc;
}


#post-info #post-info-header strong {
  padding-left: 2em;
}

#post-info #post-info-thumb {
  float: right;
  max-width: 200px;
  margin-left: .7em;
}

#post-info #post-info-properties {
  display: none;
  margin-top: 1em;
  padding: .3em;
}

#post-info-properties ul {
  -webkit-column-count: 3; /* Chrome, Safari, Opera */
  -moz-column-count: 3; /* Firefox */
  column-count: 3;

  -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
  -moz-column-gap: 40px; /* Firefox */
  column-gap: 40px;
}

#post-info-properties ul li {
  word-break: break-all;
  list-style-type: none;
}

#post-info-properties ul li strong:after {
  content: ': ';
}

#post-info-properties li.blank-property {
  display: none;
}

#post-info-properties li.blank-property strong {
  color: #ccc;
  font-weight: normal;
}</pre></body></html>