/* TABLETS */
@media screen and (max-width: 979px) {

	
}

/* PHONES */
@media screen and (max-width: 767px) {
	.ipsPost {
		font-size: 13px;
	}
	
	.ipsAuthorPane {
		text-align: left;
		border-bottom: 1px solid #efefef;
		margin: 0 0 15px 0;
		padding: 0 0 10px 0;
	}
	html[dir="rtl"] .ipsAuthorPane {
		text-align: right;
	}

		.ipsAuthorPane h3, .ipsAuthorPane_info {
			margin: 0 0 3px 65px;
		}
		html[dir="rtl"] .ipsAuthorPane h3, .ipsAuthorPane_info {
			margin: 0 65px 3px 0;
		}

	.ipsAuthorPane > .ipsUserPhoto {
		position: absolute;
		top: 0;
	}
	html[dir="ltr"] .ipsAuthorPane > .ipsUserPhoto {
		left: 0;
	}
	html[dir="rtl"] .ipsAuthorPane > .ipsUserPhoto {
		right: 0;
	}

		.ipsAuthorPane > .ipsUserPhoto img {
			width: 50px;
			height: 50px;
		}

	.ipsPost_ignored > .ipsPost {
		margin: 0 30px;
		text-align: center;
	}

		.ipsPost_ignored > .ipsPost > a {
			display: block;
		}

	/* BEST ANSWER */
	.ipsPost_bestAnswer {
		padding-right: 10px !important;
	}
	html[dir="ltr"] .ipsPost_bestAnswer {
		padding-right: 10px !important;
	}
	html[dir="rtl"] .ipsPost_bestAnswer {
		padding-left: 10px !important;
	}

	.ipsPost_bestAnswer > .ipsColumn > .ipsUserPhoto img {
		max-width: 50px;
		max-height: 50px;
	}

	.ipsPost_bestAnswer_check {
		position: absolute;
		top: 0px;
	}
	html[dir="ltr"] .ipsPost_bestAnswer_check {
		right: 0px;
	}
	html[dir="rtl"] .ipsPost_bestAnswer_check {
		left: 0px;
	}

	.ipsPost_bestAnswer .ipsPost {
		margin-top: 15px;
	}
	html[dir="ltr"] .ipsPost_bestAnswer .ipsPost {
		margin-right: 10px;
	}
	html[dir="rtl"] .ipsPost_bestAnswer .ipsPost {
		margin-left: 10px;
	}

	.ipsPost_bestAnswer .ipsPost:before {
		border-width: 10px 15px;
		top: -20px;
		border-color: transparent transparent #fcfffa transparent;
	}
	html[dir="ltr"] .ipsPost_bestAnswer .ipsPost:before {
		left: 10px;
	}
	html[dir="rtl"] .ipsPost_bestAnswer .ipsPost:before {
		right: 10px;
	}
}