body.bible_visuals .site-inner table {
    margin: 0;
}

body.bible_visuals .site-inner table tbody {
    border: 0;
}

body.bible_visuals .site-inner table tbody tr td {
    border: 0;
}

body.bible_visuals .site-inner table tbody tr > td:nth-child(1) {
    width: 120px;
    vertical-align: top;
    padding-right: 12px;
}
/*
body.bible_visuals .visuals_wrapper {
    margin-right: -15px;
    margin-left: -15px;
}

body.bible_visuals .visuals_item {
    width: 24%; 
    display: inline-block;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 20px;
    list-style: none;
    height: 280px;
}

.visuals_item_imgbg {
    height: 240px;
    background-position-x: 50%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px #aaa solid;
    background-color: #fff;
}

.basics-widget li {
    padding: 0 4px;
}
.basics-widget li:nth-child(even) {
    background-color: #fdf6e2;
}

.basics-widget li a {
    font-size: .85em;
}
*/

.visuals_wrapper .class-visuals li {
    list-style: none;
    width: 23%;
    float: left;
    padding: 0 4px;
    text-align: center;
}

.visuals_wrapper .class-visuals li img {
    border: 1px #bbb solid;
    padding: 4px;
    clear:both;
    display: block;
    max-height: 150px;
}

.entry-content ul{
    list-style:none;
    padding:0;
    margin: 0;
    overflow:auto;
}

.entry-content ul li {
    list-style: none;
    float:left;
    margin-right: 2%;
    text-align: center; 
    height: 240px;
    line-height: 1.2em;
}

.entry-content li img {
    border: 1px #bbb solid;
    padding: 4px;
    margin: 0 auto 4px;
}


@media only screen and (max-width: 1020px) {
    body.bible_visuals .visuals_item {
        width: 33%; 
    }
}

@media only screen and (max-width: 800px) {
    body.bible_visuals .visuals_item {
        width: 25%; 
    }
}

@media only screen and (max-width: 680px) {
    body.bible_visuals .visuals_item {
        width: 33%; 
    }
}

@media only screen and (max-width: 560px) {
    body.bible_visuals .visuals_item {
        width: 50%; 
    }
}


.search-content > h2 {border-bottom: 1px #222 solid; padding-bottom: 12px;}
.search_entry > h2 {margin:16px 0 8px;}
.search_entry .entry_date {color: #888;}
.search_entry .entry_excerpt {margin-bottom: 16px;}

a.page-numbers {
    background-color: #003374;
    border: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    padding: 12px 16px;
    text-transform: uppercase;
    width: 40px;
    font-size: 14px;
    font-weight: 300;
}

a.page-numbers:hover { background-color: #3669aa; color: #fff; }

.page-numbers.current {
    background-color: #ccc;
    border: none;
    padding: 12px 16px;
    width: 40px;
    border: 1px solid #999;
    font-size: 14px;
    font-weight: 300;
    border-radius: 3px;
}