#pagestr {
	background-color: #fff;
}

#pagestr strong {
    position: relative;
    margin: 0;
    padding: 0;
    border-top: none;
    font-size: 16px;
    line-height: 2;
    font-weight: 400;
    background-color: #fff;
    text-decoration: underline;
    text-align: center;
    color: #aa112d;
    width: 656px;
}

#pagestr strong:before {
	background:none;
	content: '';
}

.blogdiv p {
	width: 656px !important;
}

@media (max-width:699px){
	#pagestr strong {
	 	width: auto;
	}
}

@media only screen and (max-device-width: 480px) {
	.lb24 {
		padding: 0 40px 0 40px;
	}
	.lb24 p {
		margin: 0;
		padding: 0;
	}
	.lb24 time {
		float: none;
		color: #aa112d;
	    font-size: 16px;
	    margin-bottom: 0;
	    margin-left: 0;
	}

	#24lb_list div {
		padding: 0;
	}

	.blogdiv p {
		width: auto !important;
	}

}
