#genInput {
    background-image: url('searchicon.png'); /* Add a search icon to input */
    background-position: 10px 12px; /* Position the search icon */
    background-repeat: no-repeat; /* Do not repeat the icon image */
    width: 100%; /* Full-width */
    font-size: 1rem; /* Increase font-size */
    padding: 0.75rem 1.25rem 0.75rem 2.5rem; /* Add some padding */
    border: 1px solid #ddd; /* Add a grey border */
    margin-bottom: 1.25rem; /* Add some space below the input */
}
#genUL {
    /* Remove default list styling */
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#genUL li a {
    border: 1px solid #ddd; /* Add a border to all links */
    margin-top: -1px; /* Prevent double borders */
    background-color: #f6f6f6; /* Grey background color */
    padding: 0.75rem; /* Add some padding */
    text-decoration: none; /* Remove default text underline */
    font-size: 1.125rem; /* Increase the font-size */
    color: black; /* Add a black text color */
    display: block; /* Make it into a block element to fill the whole list */
}
#genUL li a:hover:not(.header) {
    background-color: #eee; /* Add a hover effect to all links, except for headers */
}
.hover_img a { position:relative; }
.hover_img a span { position:absolute; display:none; z-index:1099; }
.hover_img a:hover span { display:block; width:auto; min-width:210px; max-width:480px; }
.hover_img .redarrow { display: inline-block; width:33px; height:15px; }
.hover_img .imgover { position:relative; display: block; width:100%; min-width:200px; max-width:480px; height:auto; }

