<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#members {
  margin: 1rem 0;
}
.tile {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  width:100%;
  z-index:-1;
}
.scale-anm {
  transform: scale(1);
}
.tile img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.tile .entry-title,
.tile .entry-details {
  width:100%;
  display:block !important;
}
.tile .entry-details {
  margin-bottom:20px;
  padding-bottom:20px;
  border-bottom:2px solid #dddddd;
}
.tile .entry-title {
  font-size:24px;
  margin-top:15px;
}
::-moz-focus-inner {
 border: 0;
 padding: 0;
}
#tool {
  position:relative;
}
.toolbar {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 0;
  left:0;
  top: 64px;
  z-index: 9;
  display:none;
}
.toolbar.open {
  display:block;
}
.toolbar li {
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  padding: 7px 15px;
}
.toolbar li:last-child {
  border: 0 none;
}
.toolbar li.act {
  font-weight: bold;
}
.toolbar li:hover {
  background:#eeeeee
}
#catplaceholder {
  width: 100%;
  cursor:pointer;
  z-index:-1;
}
#catplaceholder .genericon {
  font-size: 24px;
  position: absolute;
  right: 10px;
}
 @media screen and (min-width: 1024px) {
.tile {
 width:46%;
 float:left;
 margin-bottom:20px;
 margin-right:2%;
}
.tile img {
 max-width: 36%;
 width: 36%;
 float:left;
}
.tile .entry-title, .tile .entry-details {
 width:60%;
 float:right;
 line-height:140%;
}
.tile .entry-details {
 margin-bottom:20px;
 padding-bottom:20px;
 border-bottom:2px solid #dddddd;
}
.tile .entry-title {
 font-size:24px;
 margin-top:0;
}
.toolbar {
 border-left: 0 none;
 border-radius: 0;
 border-right: 0 none;
 border-top: 0 none;
 box-shadow: unset;
 display: block;
 margin-bottom: 20px;
 position: static;
}
.toolbar li {
 border-bottom: 1px solid #dddddd;
 bottom: -1px;
 cursor: pointer;
 display: inline-block;
 padding: 0 10px;
 position: relative;
}
.toolbar li.act {
 border-bottom: 1px solid #000;
 font-weight:normal;
}
#catplaceholder {
 display: none;
}
.toolbar li:hover {
 background:none;
}
}</pre></body></html>