.quickAjaxSearchResults {
    z-index: 1000000;
    font-weight: bold;
    font-size: 1.2em;
    max-width: 75vw;
    width: 650px;
    background: white;
    border: black;
    color:black;
    padding-left: 10px;
    text-align: left;
    display: block;
    border: 2px solid darkgray;
    border-style: double;
}
