.bwd-post-total {
	padding: 10px;
	border: solid #aaa 1px;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 10px;
}

.bwd-post-image {
	width: 100px;
	height: auto;
	max-width: 100%;
	float: left;
	margin-right: 15px;
}

.bwd-post-info-label {
	font-weight: bold;
}

@media screen and (max-width : 415px) {

.bwd-post-total {
	text-align: center;
}

.bwd-post-image {
	float: none;
	display: block;
	margin: 15px auto;
}

.bwd-post-info-label {
	display: block;
}

.bwd-br-1 {
	display: none;
}

}