
.resultsPages {
    float: right;
    text-align:right;
  }

.resultsNumber {
    float: left;
    text-align: left;
    font-weight: bold;
   }
   
.resultsSortOrder {
    clear:both;
    border-top: 1px dotted #B0B0B0;
}
    
div.results {
  padding: 10px;
  margin: 4px;
}

div.result {
  clear:both; 
  background: #F0F0F0;
  padding: 4px;
  border: 5px solid #ffffff;
}

h4.resultTitle {
  margin-left: 1em;
}
h4.resultTitle span.index {
}

h4.resultTitle span.title {
  text-decoration: underline;
}

div.preview {
  float:right; 
  margin-left:1em;
}

div.clearPreview {
  clear: right;
  height: 0px;
  width: 0px;
}

div.resultFields {
   margin-left:2em;
   padding: 4px;
}

div.highlightedMatches {
  margin-left: 2em;
  padding: 4px;
}

div.links {
   width: 100%;
   text-align: center;
}
div.links span {
   margin-left:20px;
   margin-right:20px;
}

li.expandContractList {
    list-style-type: none;
    font-weight: bold;
}

