/*******************************************************
*
* SchnackIRC CSS-Style
*
*******************************************************/
body {background-color:#d3d3d3;
	margin-top:25px;
	margin-left:25px;
	font-family:"Courier New",Courier,monospace;
	color:green;}

pre {line-height:65%;margin-left:10em;}

p {width:50em;}

summary {width:50em;font-weight:bold;}
summary:hover {background-color:#eee9e9;}
summary:link,summary:visited,summary:active {background-color:#fffafa;}

details {border:1px solid gainsboro;width:50em;margin-bottom:1em;}
details[open] summary {background:#bfbfbf;margin-bottom: 1em;}

code {margin-left:20px;}

h1 {font-size:1em;text-decoration:underline;}

a:link, a:visited, a:active {color:#993333;text-decoration:underline;}
a:hover {text-decoration:underline;background-color:#ffbbad;}

li {padding:3px;}

table.chanlist {margin-top:1.5em;margin-bottom:0.5em;border-collapse:collapse;}
table.chanlist, td.chanlist, th.chanlist {
	border:1px solid;
	padding: 0.3em;
	text-align: left;}
  
.tooltip {
	position:relative;
	display:inline-block;
	border-bottom:1px dotted #993333;}

.tooltip .tooltiptext {
	visibility:hidden;
	width:675px;
	background-color:#993333;
	color: #d3d3d3;
	font-size:small;
	text-align:left;
	border-radius:6px;
	padding:5px 10px;
	position:absolute;
	z-index:1;
	bottom:125%;
	left:50%;
	margin-left:-60px;
	opacity:0;
	transition:opacity 0.5s;}

.tooltip .tooltiptext::after {
	content:"";
	position:absolute;
	top:100%;
	left:10%;
	margin-left:-5px;
	border-width:5px;
	border-style:solid;
	border-color:#993333 transparent transparent transparent;}

.tooltip:hover .tooltiptext {visibility:visible;opacity:1;}

.footer {color:#858585;margin-top:2.5em;}

