﻿
.cursor-pointer { cursor: pointer; }

.image-width-full { width: 100%; }
.image-border-none { border: 0; }

.search-box { position: relative; }
.search-box .results {
    display: none;
    position: absolute;
    z-index: 10;
    top: 40px;
    left: 15px;
    margin: 0;
    padding: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #c3bef8;
    border-radius: 5px;
    background-color: #fff;
    cursor: pointer;
    max-height: 200px;
    overflow: scroll;
    overflow-x: hidden;
}
.search-box .results li { display: block; margin-top: 0.25em; margin-bottom: 0.25em; padding: 0.25em; }
.search-box .results li strong { color: #766df4; }
.search-box .results li:hover { color: #fff; background-color: #766df4; border-radius: 5px; }
.search-box .results li:hover strong { color: #fff; }

.space-bottom { padding-bottom: 1.5em; }

.log { border: solid 1px #c0c0c0; border-radius: 10px; background-color: #fcfcfc; padding: 1em; color: #000; font-family: Courier New, Courier, monospace; margin-bottom: 3em; }

.highlighted { font-weight: bold; color: #000; }

.hidden { visibility: hidden !important; }