@media screen and (max-width: 767px) {

	#content img {
		padding:0px 0px 10px;
	}
}

@media screen and (min-width: 768px) {

	body.fr #content {
		clear: none;
		width: 74%;
		float: left;
	}

	body.fr #sidebar {
		clear: none;
		width: 25%;
		float: right;
	}
	
}

@media screen and (min-width: 768px) and (max-width: 1280px) {

	#content img {
		padding:0px 16px 10px 22px;
	}
	
	.btn {
		margin:0px 4px 24px !important;
	}
}