#default .bubo-at-wrapper {
	position: relative;
	padding: 1em;
	border: 1px solid #ddd;
	border-radius: .3em;
	background-color: #fff;
}

#default .bubo-at-wrapper + .bubo-at-wrapper {
	margin-top: 0;
}

.bt-content h2 a {
	text-decoration: none;
}

.bt-image,
.bt-image-container {
	display: none;
}

#default .bt-image,
#home .bt-image-container{
	display: block;
}

#default .bt-image {
	float: left;
	margin: .4em 1em 0 .4em;
}

.theme-overview-page .content .bubo-at-wrapper {
	margin-bottom: 1em;
}

.theme-overview-page .bubo-at-wrapper > h2 {
	display: none;
}

@media screen and (min-width: 768px) {
	.theme-overview-page .content {
		display: flex;
		flex-wrap: wrap;
		max-width: 960px;
		margin: 0 auto;
	}

	.theme-overview-page .content .bubo-at-wrapper {
		float: left;
		width: 47%;
		margin: 0 5% 5% 0;
	}

	.theme-overview-page .content .article_even {
		margin-right: 0;
	}
}