<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* JCSres.css - Copyright IMUK Ltd 2017 */
#JCSres {
  padding: 20px;
  margin: 0;
  background: #f6f7f7;
  font-size: 14px;
}
#JCSres .clearfix {
  display: block;
}
#JCSres a {
  color: #ed3125;
}
#JCSres a:hover {
  color: #900;
}
#JCSbox {
  position: relative;
}
#JCSbox .JCSboxInput {
  width: 100%;
  height: 32px;
  padding: 3px 90px 0 8px;
  border: none;
  outline: none;
  font-size: 16px;
}
#JCSbox .JCSboxInput:hover,
#JCSbox .JCSboxInput:focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
     -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
          box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
}
#JCSbox .JCSboxLink {
  position: absolute;
  right: 8px;
  bottom: 50%;
  display: block;
  width: 56px;
  height: 22px;
  margin-bottom: -11px;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  background: #5f6e73;
}
#JCSbox .JCSboxLink img {
  display: block;
  margin: 5px auto 0;
  vertical-align: middle;
}
#JCSbox .JCSboxClear {
  position: absolute;
  right: 65px;
  bottom: 50%;
  display: none;
  padding-right: 10px;
  margin-bottom: -11px;
  line-height: 22px;
  font-weight: 400;
  font-size: 21px;
  text-decoration: none !important;
}
.JCSfacets {
  margin-top: 15px;
}
.JCSfacet {
  display: inline-block;
  padding: 3px 10px;
  border: 1px solid #ececec;
  margin: 3px;
  background: #ececec;
  line-height: 24px;
  text-decoration: none !important;
}
.JCSfacet.is-active {
  border: 1px solid black;
  cursor: default;
}
.JCSfacet:not(.is-active):hover {
  border: 1px solid #900;
}
.JCStotal {
  margin-top: 10px;
  font-size: 13px;
}
.JCSitem {
  padding: 7px 10px;
  border: 1px solid #fff;
  margin-bottom: 10px;
  background: #fff;
  word-wrap: break-word;
}
.JCSitem:hover {
  border: 1px solid black;
}
.JCSitem .JCStitle {
  font-size: 16px;
  text-decoration: underline !important;
}
.JCSitem .JCSurl {
  color: #808080;
}
.JCSitem .JCSimg {
  float: left;
  max-width: 70px;
  max-height: 50px;
  margin-right: 10px;
}
.JCSitem .JCSsnippet {
  color: black;
  font-size: 13px;
}
.JCSpages {
  margin-top: 10px;
}
.JCSpage {
  display: inline-block;
  padding: 0 7px;
  border: 1px solid #ececec;
  margin: 3px;
  background: #ececec;
  line-height: 24px;
  text-decoration: none !important;
}
.JCSpage.is-active {
  border: 1px solid black;
  cursor: default;
}
.JCSpage:not(.is-active):hover {
  border: 1px solid #900;
}
</pre></body></html>