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

#disclaimer {
    display: block;
}

#search-engine {
    display: none;
}

.searching #disclaimer {
    display: none;
}

.searching #search-engine {
    display: block;
}

.search-engine-result {
    text-align: center;
}

.search-engine-result * {
    color: #777777 !important;
}

.search-engine-result td {
    padding: 5px 10px !important;
}

.search-engine-result .head * {
    color: black !important;
    text-decoration: underline;
}

.ds.searching, #disclaimer {
    margin-top: 5em;
}

/**
 * Force paysage print
 *
 */

@media print {

    @page {
        size: landscape
    }
}

.cita-green {
    color: #387a56 !important;
    font-weight: bold;
}

.bold {
    font-weight: bold;
}