<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* BOTH */
@media screen and (max-width: 979px) {

	/* PHOTO PANELS */
	.ipsPhotoPanel.ipsPhotoPanel_notTablet &gt; .ipsUserPhoto {
		display: none;
	}

	html[dir="ltr"] .ipsPhotoPanel.ipsPhotoPanel_notTablet &gt; div {
		margin-left: 0;
	}
	html[dir="rtl"] .ipsPhotoPanel.ipsPhotoPanel_notTablet &gt; div {
		margin-right: 0;
	}
	
	/* TOOL LISTS */
	.ipsToolList.ipsToolList_horizontal {
		margin-bottom: 15px;
	}

	/* ACTIVE USERS */
	.ipsActiveUsers_title {
		display: block;
		margin: 0;
	}
	/* Report button */
	.ipsComment_meta .ipsFaded.ipsFaded_more {
		opacity: 1;
	}
}

/* PHONES */
@media screen and (max-width: 767px) {
		
	/* PHOTO PANELS */
	.ipsPhotoPanel.ipsPhotoPanel_notPhone &gt; .ipsUserPhoto,
	.ipsPhotoPanel.ipsPhotoPanel_notTablet &gt; .ipsUserPhoto {
		display: none;
	}

	html[dir="ltr"] .ipsPhotoPanel.ipsPhotoPanel_notPhone &gt; div,
	html[dir="ltr"] .ipsPhotoPanel.ipsPhotoPanel_notTablet &gt; div {
		margin-left: 0;
	}
	html[dir="rtl"] .ipsPhotoPanel.ipsPhotoPanel_notPhone &gt; div,
	html[dir="rtl"] .ipsPhotoPanel.ipsPhotoPanel_notTablet &gt; div {
		margin-right: 0;
	}
	
	/* TOOL LISTS */
	.ipsToolList {
		width: 100%;
	}
	
	html[dir="ltr"] .ipsToolList.ipsToolList_horizontal,
	html[dir="rtl"] .ipsToolList.ipsToolList_horizontal {
		display: block;
	}

		html[dir="ltr"] .ipsToolList.ipsToolList_horizontal &gt; li,
		html[dir="rtl"] .ipsToolList.ipsToolList_horizontal &gt; li {
			margin: 0 0 5px 0 !important;
			float: none !important;
		}

	.ipsPad, .ipsApp ul.ipsPad, .ipsApp ol.ipsPad { padding: 7px; }
	.ipsPad_double { padding: 14px; }

	/* Revert all the word wrapping stuff */
	.ipsContained_container {
		display: block !important;
	}

	html[dir] .ipsContained_container &gt; span {
		display: inline !important;
	}

	.ipsApp .ipsType_break.ipsContained {
		display: inline !important;
		width: auto;
	}

	.ipsApp .ipsType_richText.ipsType_break.ipsContained {
		display: inline !important;
	}
}</pre></body></html>