@media only screen and (min-width: 768px) and (max-width: 1140px){

	.timeline-view .entry-author{
		padding-right: 10% !important;
	}
	.timeline-view .entry-list{
		width: 90%;
		margin-right: 10% !important;
	}

}
@media only screen and (min-width: 768px) and (max-width: 850px){
	.timeline-view .entry-author{
		padding-right: 50% !important;
		clear: both;
		margin: 15px -4px 15px 0;
		width: 101%;
	}
}