div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

@media screen and (min-width: 760px) {

.b-about_person{
	color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding: 12px 30px 12px 30px;
    margin-left: 20px;
    background: #7abe4c;
    position: absolute;
    bottom: 30px;
    text-transform: uppercase;
}
}
.b-about_person:hover{
	text-decoration: underline;
}

@media screen and (max-width: 760px) {
.about_person .post{
	margin-bottom: 30px;
}

.b-about_person{
color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding: 12px 30px 12px 30px;
    padding-top: -1px;
    background: #7abe4c;
    text-transform: uppercase;
}
}