body.section-search > div.wrap > div.page-body > h2{ color: white;}

body.section-search > div.wrap > div.page-body > form > div.panel > div.inner > h3{
    height: 28px;
    background-image: url('./img/cellpic3.gif');
    background-repeat: repeat-x;
    background-color: black;
    display: flex;
    align-items: center;
    font-size: 1.1em;
    padding: 0 0.5rem;
    color: white;
    border: none;
}

body.section-search fieldset dd{
    margin-left: auto;
}

body.section-search fieldset dl:nth-child(even){
    background-color: #282828;
}

h2.searchresults-title a,
p.advanced-search-link a,
ul.searchresults a{
    color: red;
}