<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.includetabel {
	position: relative;
}

.includetabel table {
	margin: 20px;
	border-style:solid;
	background-color:#ddd;
	font-size:14px;
	border-width: 3px;
	border-color: grey;
  box-shadow: 5px 5px 3px #333;
}

.includetabel tr {
	font-size:16px;
	border: 1px solid grey; 
}

.includetabel th {
	font-size:16px;
	border: 1px solid grey; 
}

.includetabel td {
	font-size:14px;
	border: 1px solid grey; 
	padding-left:5px; 
	padding-right:5px;
}

.popup{
position: relative;
z-index: 0;
}
.popup:hover{
background-color: transparent;
z-index: 50;
}
.popup span{
position: absolute;
background-color:#EEEEEE;
padding: 5px;
left: -1000px;
border: 2px solid #000;
visibility: hidden;
}
.popup span img{
border-width: 0;
padding: 2px;
}
.popup:hover span{
visibility: visible;
top: 20px;
left: 40px;
}</pre></body></html>