Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
.skin-modern #p-personal {
	overflow: visible;
}

#pt-wikimarks {
	cursor: pointer;
	position: relative;
}

#pt-wikimarks .js-wikimarks-a {
	text-decoration: none;
}

#js-wikimarks-list {
	background-color: #fff;
	border: 1px solid #adf;
	display: none;
	padding: 0 0.5em;
	position: absolute;
	right: 0;
}

.skin-cologneblue #js-wikimarks-list {
	background-color: #68a;
	border-color: #ab4;
	margin-top: -1px;
}

.skin-modern #js-wikimarks-list {
	background-color: #47b;
	border-color: #bbb;
}

#pt-wikimarks:hover > #js-wikimarks-list {
	display: block;
}

#js-wikimarks-list > ul {
	cursor: pointer;
	height: auto;
	list-style: none outside none;
	padding: 0;
	text-align: justify;
}

#js-wikimarks-list > ul > li {
	display: list-item;
	float: none;
	font-variant: normal;
	font-weight: normal;
	height: auto;
	line-height: 1.1em;
	margin: 1em 0 0.9em;
	text-transform: none;
	white-space: nowrap;
}