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

h2.title
{
  line-height: .8em;
}

h2.title .subscript
{
  font-size: 14px;
}

h5
{
  padding-top: 1.5em;
  padding-bottom: 1em;
}

.row-sector
{
  margin-top: 3em;
}

.icon-logo
{
  width: 128px;
  height: 128px;
  background-image: url('../images/OM2_logo.png');
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
  display: inline-block;
}

.icon-legend
{
  width: 70px;
}

.legend
{
  min-height: 60px;
  font-size: 12px;
  display: flex;
  align-items: flex-start;
}

.legend img
{
  margin-right: 6px;
  margin-top: auto;
  margin-bottom: auto;
}

.legend span
{
  margin-top: auto;
  margin-bottom: auto;
}

.legend-subsection
{
  margin-bottom: 2rem;
}

.center
{
  text-align: center;
  display: block;
}
</pre></body></html>