/**
 * Common Search
 **/

#logo {
    width: 25%;
    text-align: left;
    vertical-align: top;
}

#goback {
    width: 75%;
    text-align: right;
    vertical-align: top;
}

#href-goback {
    font: bold 150% Arial;
}

#results-canvas {
    width: 100%;
}

#results-header {
    width: 100%;
    clear: both;
    margin-bottom: 1em;
}

#results-footer {
    width: 100%;
    margin-top: 1em;
}

a.gotop {
    text-align: left;
}

a.result-href {
    font: bold 14px Arial;
}

.result-components {
    display: table-row;
}

.result-component {
    padding: 0 .25em;
    display: table-cell;
    text-align: left;
    vertical-align: top;
}

.widget {
    border: 2px solid #DDAD08;
    padding: .25em;
    background-color: #FEFADE;
}

/**
 * Common Search
 **/
