
/* This file consists of specific overrides which style the
 *  static search page content, overriding the defaults 
 * from the staticSearch project. */

div#staticSearch{
    margin: 1em;
}
mark{
    background-color: #57d8ff;
}
div#ssResults>ul>li{
    border-top: solid 1pt black;
}