/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .search-suggest{
 position:absolute;
 min-width:150px;
 width:auto;
 max-width:350px;
 background-color:white;
 height:auto;
 min-height:50px;
 max-height: 300px;
 border:1px solid gray;
 z-index: 9999;
 overflow-y:auto;
 margin-top:10px;
font-weight:normal;
text-align:left;
padding:3px 5%;
box-sizing: border-box;
 }

 .search-suggest-term{
    width:100%;
    border-bottom:1px solid darkblue;
    font-size:9px;
    padding:5px 5%;
    box-sizing: border-box;
    text-align: left;
    text-decoration: none;
	font-weight:normal;
 }

 .search-suggest-term:hover{
    background-color:#b9def0;
 }
.search-term a,.search-term ul,.search-term{font-size:9pt;list-style:disc;margin-bottom:5px}
#close-search-modal:hover{cursor:pointer}