body {
    font-family: Roboto;
    font-size: 2.6vw;
    margin: 1em;
}

@media screen and (min-width: 750px) { body { font-size: 20px } }

h1, h2, h3, h4, h5, h6 {

    font-family: Roboto;
    font-weight: 900;

}

.result-item {
    padding: .6em 0;
    border-bottom: 1px solid #ddd;
}

.result-title {
    font-size: 1em;
    margin-bottom: .2em;
}

.result-url {
    font-size: .7em;
    margin-bottom: .43em;
    color: #006621;
}

.result-snippet {
    font-size: .7em;
    color: #444;
}

.result-score {
    font-size: .6em;
    color: #888;
    margin-top: .32em;
}

.result-source {
    font-size: .56em;
    color: #666;
    margin-top: .32em;
}

a:hover {
    color: red;
}

#searchBox {
    width: 25em;
    padding: .5em;
    font-size: .8em;
}

.suggest-box {
    margin-bottom: 20px;
}

.suggest-btn {
    display: inline-block;
    padding: 6px 12px;
    margin: 4px;
    background: #e0e0e0;
    border: 1px solid #999;
    text-decoration: none;
    color: #000;
    font-size: 14px;
}

