﻿#evansearch {
  padding: 0 8px; }
  #evansearch .search-title {
    margin-bottom: 12px; }
  #evansearch .search-input {
    background-color: #EEE;
    padding: 0.5em;
    margin-bottom: 1em; }
    #evansearch .search-input .hidden-search-label {
      position: absolute;
      height: 1px;
      width: 1px;
      overflow: hidden;
      clip: rect(1px, 1px, 1px, 1px); }
    #evansearch .search-input input {
      width: 100%; }
  #evansearch .search-results .source-results {
    border-top: 4px solid #EEE;
    padding-top: 1em;
    padding-bottom: 1em; }
    #evansearch .search-results .source-results .tab-result .tab-result-title {
      font-weight: bold; }
    #evansearch .search-results .source-results .tab-result .module-result {
      margin-left: 1.5em; }
    #evansearch .search-results .source-results .tab-result .result-teaser {
      font-size: 0.85em; }
  #evansearch .no-results {
    text-align: center;
    font-style: italic; }
  #evansearch .search-in-progress {
    background-image: url(../../images/loading.gif);
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    height: 32px; }
