﻿.search-results {
    padding: 0px 33px;
}

    .search-results .path {
        color: #666;
        display: block;
        font-size: 75%;
    }

    .search-results .result-title {
        display: block;
    }

    .search-results time {
        font-size: 85%;
        color: grey;
    }

    .search-results .result-highlight {
        font-weight: bold;
    }

    .search-results .count {
        text-align: right;
    }


.search-bar {
    width: 100%;
    background-color: #eee;
    height: 50px;
    padding-left: 20px;
    font-size: 120%;
    white-space: nowrap;
    line-height: 50px;
}

    .search-bar .search-control {
        display: inline-block;
        line-height: normal;
        vertical-align: middle;
        margin-left: 0.5em;
    }

    .search-bar button {
        background-color: #124c8c;
        border: 0 none;
        border-radius: 0px 1px 1px 0px;
        color: white;
        width: 60px;
        height: 25px;
        padding: 0px;
    }

    .search-bar input[type=search] {
        border: 0 none;
        box-shadow: lightgrey 1px -1px inset;
        /* Undo the existing max-width setting */
        max-width: 100%;
        width: 300px;
        height: 25px;
        line-height: normal;
        background-color: white;
    }

    .search-bar label {
        font-weight: normal;
    }

.search-bar,
.search-results {
    min-width: 600px;
}