/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.elofah-gallery a {
    display: inline-block;
    margin: 5px;
    text-decoration: none;
}
.elofah-gallery img {
    display: block;
    width: 150px;
    height: auto;
    vertical-align: top;
    border: 1px solid #ccc;
    background: #fff;
}
.elofah-ad-content {
    clear: both;
    margin-bottom: 1.5em;
}
