﻿.container
{
    margin: 0 auto;
    width: 90%;
}

.search-content
{
    border-left: 5px solid #eee;
    border-right: 5px solid #eee;
    border-bottom: 2px solid #eee;
    margin-bottom: 5em;
    padding: 1em 2em;
    text-align:left;
}

ul.results
{
    list-style-type: none;
    margin: 0;
}

.results li
{
    margin-top: 1em;
}

.results p
{
    margin: 0;
}

.result-url
{
    color: #81909F;
    font-size: 0.9em;
    font-style: italic;
}

ul.result-navigation
{
    display: none;
    list-style-image: none;
    padding: 1em 0;
}

.result-navigation li
{
    background-color: #efefef;
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline;
    margin: 0 0.2em;
    padding: 0.3em 0.7em;
}