ul.pagination.condensed li a {
    padding: 4px 8px;
}

div.sc-banner {
    border-bottom: 3px solid #000000;
    height: 128px !important;
    
}
div.sc-banner img {
    max-width: 320px !important;
}

a.rss-small {
    background-image: url(../../images/feed-icon-14x14.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 20px;
    text-decoration: none;
    display: block;
}

.wb-eqht section {
	display: inline-block;
	margin-bottom: 15px;
	padding: 15px;
	width: 100%;
    border: 1px solid #ccc;
}

@media (min-width: 768px) {
	.wb-eqht section {
		width: 49%;
	}
}

@media (min-width: 1200px) {
	.wb-eqht section {
		width: 32%;
	}
}