#content ul.sermon-box {
    height: 200px;
    opacity: 1;
    overflow-y: scroll;
    border: 1px solid #3BAFDA;
    border-top: 0px;
    width: calc(100% - 6px);
    margin: auto!important;
    transition: all .7s ease-in;
    position: absolute;
    background: white;
    z-index: 100;
    left: 3px;
}
.sermon-search {
    position: relative;
}
.sermon-box span.scripture {
    font-style: italic;
    font-size: 12px;
}

.sermon-box a {
    font-size: 20px;
    display: block;
    border-bottom: none;
    padding: 5px 10px;
}

.sermon-box a:hover, .sermon-box .focused:not(:hover) {
    background: #D7B970;
    color: white;
}
#content ul.sermon-box.unwanted{
    height: 0px;
    opacity: 0;
    transition: all .7s ease-out;
    /*pointer-events:none;*/
}
table.sermon-list td {
    text-align: left;
    padding: 5px 10px;
}

table.sermon-list {
    width: 100%;
}

table.sermon-list tr {
    border: 1px solid #e0d9e5;
}