<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) {
	#elUserReputation .ipsDataList .ipsDataItem_generic,
	#elUserReputation .ipsDataList .ipsDataItem_main {
		display: table-cell;
	}
}

/* PHONES */
@media screen and (max-width: 767px) {

	html[dir="ltr"] .cSearchActivity .ipsDataItem_main {
		margin-left: 0;
	}
	html[dir="rtl"] .cSearchActivity .ipsDataItem_main {
		margin-right: 0;
	}

		html[dir="ltr"] .cSearchActivity .cSearchActivity_info {
			border-left: 0;
			padding-left: 0;
			margin-left: 0;
		}
		html[dir="rtl"] .cSearchActivity .cSearchActivity_info {
			border-right: 0;
			padding-right: 0;
			margin-right: 0;
		}

	/* Header stuff */
	#elProfileHeader {
		padding-bottom: 15px;
	}

	#elProfileHeader, #elProfileHeader.cProfileHeaderMinimal {
		padding-top: 15px !important;
		height: auto !important;
	}

		#elProfileHeader .ipsColumn {
			padding: 0;
			margin: 0;
		}

		#elProfileHeader .ipsUserPhoto {
			width: 60px;
			height: 60px;
			display: block;
			margin: 0 auto;
		}

			#elProfileHeader .ipsUserPhoto &gt; img {
				width: 60px;
				height: 60px;
			}

		#elProfileHeader h1 {
			font-size: 24px;
			line-height: 1.2;
			margin-bottom: 5px;
		}

		#elProfileHeader .cProfileHeader_name span {
			font-size: 14px;
		}

		#elProfileHeader .cProfileHeader_history {
			float: none;
			font-size: 14px;
			line-height: 1;
			vertical-align: text-top;
		}

	#elProfilePhoto [data-action="editPhoto"] {
		top: 0;
		bottom: auto;
	}
	
	.cProfileHeader_name {
		float: none;
		text-align: center;
	}

	#elProfileStats {
		height: auto;
		padding-left: 12px;
	}
	html[dir="ltr"] #elProfileStats {
		padding-left: 12px;
	}
	html[dir="rtl"] #elProfileStats {
		padding-right: 12px;
	}

		#elProfileStats.cProfileHeaderContent {
			display: none;
		}

	#elProfileStats &gt; ul &gt; li {
		display: block;
		margin-bottom: 10px;
	}

		#elProfileStats &gt; ul:last-child &gt; li {
			border: 0;
		}

	/* Streams */
	html[dir] .ipsStream:not( .ipsStream_withTimeline ) .ipsStreamItem_contentType {
		top: 25px;
	}
	html[dir="ltr"] .ipsStream:not( .ipsStream_withTimeline ) .ipsStreamItem_contentType {
		left: 34px;
	}
	html[dir="rtl"] .ipsStream:not( .ipsStream_withTimeline ) .ipsStreamItem_contentType {
		right: 34px;
	}
}</pre></body></html>