<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.rail-container.resources .widget {
  padding: 2em 1em 0 1em;
}

.rail-container.resources input[type=text] {
  border: 1px #ccc solid;
  width: 80%;
  font-size: 1em;
  padding: 0.3em;
}

.rail-container.resources h4 {
  margin-bottom: .4em;
}

.rail-container.resources ul {
  margin: 0 0 1em 0;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}

.rail-container.resources li {
  list-style-type: none;
  padding: 0;
  margin: 0 0 .4em 0;
  font-size: .9em;
  display: inline-block;
  width: 100%;
}
/*
.rail-container.resources li input[type=checkbox] {
  float: left;
}

.rail-container.resources li a {
  float: left;
  width: 85%;
  margin-left: .2em;
}*/</pre></body></html>