@media only screen and (min-width: 480px) and (max-width: 767px){

	.timeline-view .entry-author{
		padding-right: 50%;
		clear: both;
	}
	.timeline-view.notfull .entry-format {
	    clear: none;
	    float: none;
	    margin-bottom: 15px;
	    margin-right: auto;
	}

	.timeline-view.notfull .entry-author {
	    margin-bottom: 15px;
	    padding-right: 50%;
	    clear: both;
	}
	#header-container > .row{
		display: block !important;
	}
	#header-container > .row > .columns{
		display: block !important;
		vertical-align: middle;
		float: left !important;
	}
	#page{
		border: 0 none !important;
	}
	.widget .tabs-controller li{
		font-size: 12px;
	}
}