body {
	font-family: Arial, sans-serif;
}

tr.border td {
	border-bottom: 1px solid #ccc;
}

table {
	border-collapse: collapse;
}

a {
	text-decoration: underlined;
	color: blue;
}

#serverselector {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
}

#oldfag-url {
	margin-left: 50px;
}

.tooltip-item {
	position: relative;
	cursor: pointer;
}

.tooltip-item:after {
	content: attr(data-message);
	position: absolute;
	left: 105%;
	white-space: nowrap;
	display: none;
	font-size: 14px;
	background-color: rgba(230, 230, 230, 0.6);
	padding: 5px 10px;
	margin-top: 20px;
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	font-weight: normal;
	color: white;
}

h2.tooltip-item:after {
	background-color: grey;
	border-radius: 2px;
	box-shadow: 1px 1px 1px #969696;
	z-index: 100;
}

a.tooltip-item:after {
	background-color: grey;
	border-radius: 2px;
	box-shadow: 1px 1px 1px #969696;
	z-index: 100;
}