/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.psf-error {
    color: red;
    border: 1px solid #cc0000;
    background-color: #ffdddd;
    padding: 10px;
    margin-bottom: 20px;
}

.plalef-search-field {
    padding: 10px 20px !important;
    margin-top: 20px !important;
    margin-bottom: 40px !important;
    border-radius: 0 !important;
    padding-left: 50px !important;
    background: url('../images/search.png') no-repeat 15px center !important;
    background-size: 16px !important;
}

.highlight {
    background-color: yellow;
    font-weight: bold;
}