#statfi-search-try-also p a {
    margin-right: 0.4em;
}
#search-result h3 {
    font-weight: bold;
    margin-bottom: 0.3em;
}
#search-result h3 span.host-name,
#search-result h3 span.mimetype {
    font-weight: normal;
}
#search-result mark{
    background-color: #fee066;
}
#search-result h3 a mark {
    color: #0073b0;
    padding: 0.2em 0;
}
#search-result h3 .mimetype {
    margin-right: 0.3em;
}
#search-result .group {
    margin-bottom: 0.7em;
}
#search-result .article-content .more-similar-results {
    padding: 0.3em 0 0 3em;
}
#search-result .article-content {
    word-wrap: break-word;
    -ms-word-wrap: break-word;
}
#search-result .article-content p {
    margin: 0 0 0.3em 0;
}
#search-result .article-content p.url {
    color: #666;
    margin: 0;
}
#search-result .article-content a {
    display: block;
  }
#search-result .article-content .date {
    color: #666;
}
#search-result .article-content form.more {
    display: inline-flex;
}
#search-result .article-content input#more-btn {
    font-size: 12px;
    padding: 0 4px;
    line-height: 1.4;
    margin: 0;
}
#search-result .article-content .hide-more-similar-results,
#search-result .article-content .show-more-similar-results {
    display: none;
}
#search-result nav#statfi-search-nav ul {
    list-style: none;
}
#search-result nav#statfi-search-nav ul:first-child {
    background: red;
}
#search-result nav#statfi-search-nav li {
    float: left;
}
#search-result nav#statfi-search-nav li:first-child:before {
    content: none;
}
#search-result nav#statfi-search-nav li:before {
    content: "\00a0\00a0>>\00a0\00a0";
}
#statfi-search-facet {
    margin: 0 0 2em 0;
}
#statfi-search-facet ul {
    margin-top: 0.1em;
}
#statfi-search-facet ul.upper{
    font-weight: normal;
    margin: 0 0 0 0 ;
}
#statfi-search-facet ul.upper > li{
    font-weight: bold;
    margin-left: 0;
}
#statfi-search-facet ul.lower{
    margin: 0 0 1em 0;
}
#statfi-search-facet ul.lower li {
    font-weight: normal;
    margin-left: 0.8em;
}
#statfi-search-facet p ~ ul li {
    padding: 0.5em 0.2em 0 0.9em;
}
#statfi-search-facet li > ul > li a {
    padding-left: 0;
    padding-bottom: 0.2em;
}
#statfi-search-facet li {
    list-style-position: inside;
    list-style-type: none;
    margin-bottom: 0.2em;
    padding-left: 1em;
}
#statfi-search-facet li.selected {
    list-style-type: '>>';
}
#statfi-search-facet span.pikku_fontti {
    margin: 0 0.5em;
}
#statfi-search-keywords ul {
    padding: 1.5em;
}

.search-form-control {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
}
