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.
#bodyContent a[title="User:Theki"] { 
	/*background-color: #ffa500;
	color: #ffffff; */
	font-weight: bold; 
}

#utilbox {
	display: block;
	position: fixed;
	background: #bebebe;
	bottom: 1em;
	right: 1em;
	width: 20vw;
	z-index: 999;
}
#utilbox-close {
	width: 100%;
    display: block;
    text-align: center;
    background: black;
    color: white;
    padding: 0.5em;
    box-sizing: border-box;
}

.link {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	transition: 0.2s;
	padding: 0.5em;
	width: 100%;
}
.link:hover, .link:visited, .link:active, .link:link {
	color: inherit;
	text-decoration: none;
}
.link:hover {
	color: white;
	background: black;
}
.link .material-icons {
	margin-right: 0.5em;
}

.hide {
	opacity: 0;
	visibility: hidden;
	display: none;
}

/**:hover {*/
/*	animation: ok 5s infinite;*/
/*}*/

/*@keyframes ok {*/
/*	25% {*/
/*		background-color: #ff0000;*/
/*	}*/
/*	50% {*/
/*		background-color: #ffff00;*/
/*	}*/
/*	75% {*/
/*		background-color: #0000ff;	*/
/*	}*/
/*}*/