User:MusikAnimal/customWatchlists.css

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.
#custom_watchlist_form fieldset {
	margin:20px 0px;
}
#cw-overlay {
	background: #F0F8FF;
	border: 1px #666 solid;
	color: #362b36;
	left: 50%;
	min-width: 300px;
	position: fixed;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 500px;
}
#cw-overlay .header {
	background: #cfd6e1;
	height: 1em;
	padding: .4em .3em .5em;
	position: relative;
}
#cw-overlay .closer-x {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIBAMAAAA2IaO4AAAAElBMVEUAAAAAAAD///8AAAAAAAAAAAAtTix5AAAABXRSTlMNTQC/s2KwEqEAAAAjSURBVAgdYwhhUnBlEDVgDmRgDDYVYFAQDWSCEGAuWAKkBABiBwTrflTh/wAAAABJRU5ErkJggg==) no-repeat 50% 50%;
	cursor: pointer;
	display: inline-block;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 2em;
}
#cw-overlay-body {
	line-height: 1.5em;
	padding: 14px;
}
#cw-overlay-body span {
	display: inline-block;
	width: 48%;
}
#cw-overlay-body .disabled {
	color: #AAA;
	font-style: italic;
	text-decoration: line-through;
}
#cw-overlay-body input {
	margin: 0 3px 0;
	vertical-align: 2px;
}
#cw-overlay-new-watchlist {
	margin-top: 10px;
}
#cw-overlay-new-watchlist-input {
	display: none;
	margin-left: 6px !important;
	padding: 3px;
	vertical-align: 1px !important;
}
#cw-overlay-selector-submit {
	margin-top: 1em;
}