#searchbar {
    width:100%;
}

#searchbutton {
    float:right;
}

.result {
    display:block;
    border: 2px solid white;
    margin-bottom: 10px;
    padding: 5px;
}

.keywords {
    font-size: 0.7em;
}

a {
    color: #333333;
}