/*
 *  Quick Search Style Sheet
 */
body {
  padding-top: 70px;
}
.qs-results {
  list-style: none;
  padding: 0;
}
.qs-results li {
  margin-bottom: 25px;
}
.qs-title {
    font-size: 1.2em;
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.qs-title a {
    color: #1a0dab;
    text-decoration: none !important;
}
.qs-title a:hover {
    text-decoration: underline !important;
}
.qs-title a:visited {
    color: #609;
}
.qs-url {
    font-size: 1.0em;
    margin-bottom: 5px;
    color: #062;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.qs-url a {
    color: #062 !important;
    text-decoration: none !important;
}
.qs-url a:hover {
    text-decoration: underline !important;
}
.qs-content {
    font-size: 1.0em;
    margin-bottom: 5px;
    color: #333;
}
.qs-content b {
    background-color: #ff6;
}
.qs-status {
    color: #000;
}
.qs-created {
    font-size: 0.9em;
    margin-bottom: 5px;
    color: #666;
}
.qs-loading {
    height: 100px;
    background-image: url('./indicator.gif');
    background-repeat: no-repeat;
    background-position: center center;
}
.qs-pdf {
    font-size: x-small;
    font-weight: bold;
    margin: 0 3px 0 0;
    cursor: auto;
    float: left;
}

