/*
* /css/style.css
* 
* This is the global stylesheet for the FindOnSite plugin, it only affects search results returned from the FindOnSite API.
*/

.fos-results-image {
    width: 60px;
    padding: 0 10px 0 0;
}

.fos-result h3 {
    font-size: 16px;
    font-weight: 700;
    display: inline-block !important;
}

.fos-result p {
    font-size: 14px;
    font-weight: normal;
}

.fos-result {
    padding-bottom: 10px;
}
.fos-plug {
    font-style: italic;
    color: #888888;
    text-align: center;
}