<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family: Calibri, sans-serif;
	font-size: 12pt;
	background-color: #275332;
	color: black;
}

table {
	border-collapse: collapse;
}

table td {
	font-size: 12pt;
	border: 1px solid #aaa;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

#header td {
	border: none;
}

thead {
	font-weight: bold;
	background-color: #aec9b5;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	background-color: #aec9b5;
}

.datatable tbody {
	background-color: #fff;
}

.datatable td {
	text-align: center;
	white-space: nowrap;
}

td.nazwiskoup {
	width: auto;
	text-align: left;
	padding-right: 30px;
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

td.nazwiskodown {
	width: auto;
	text-align: left;
	padding-right: 30px;
	border-top: none;
	padding-top: 0px;
	margin-top: 0px;
}

.up {
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.down {
	border-top: none;
	padding-top: 0px;
	margin-top: 0px;
}

#table {
	display: table;
}

.table {
	display: table;
}

.row {
	display: table-row;
}

.rounded {

}

.selected {
	font-weight: bold;
	font-size: 17pt;
}

.dealcount {
	font-size: 10pt;
}

.zapis {
	width: 40px;
}

.noborder td {
	border: none;
}

.small {
	font-size: 10pt;
}

.big {
	font-weight: bold;
	font-size: 17pt;
}

td.right {
	text-align: right;
}

td.left {
	text-align: left;
}

td.center {
	text-align: center;
}

td.empty {
	border: none;
	background-color: #bbdbc4;
}

table#diagram td {
	border: none;
}

#leftpanel {
	display: table-cell;
	padding-right: 5px;
	vertical-align: top;
}

#rightpanel {
	display: table-cell;
	padding-left: 5px;
	vertical-align: top;
}

#header {
	background-color: #bbdbc4;
	padding: 10px;
	margin-bottom: 10px;
	text-align: center;
}

#pairs {
	background-color: #bbdbc4;
	padding: 10px;
	text-align: center;
}

#pairscontent {
	display: inline-block;
	overflow: auto;
	padding: 20px 10px 20px 10px;
}

#nav {
	background-color: #bbdbc4;
	padding: 20px 10px 20px 10px;
	margin-bottom: 10px;
	text-align: left;
	word-spacing: 2px;
	white-space: nowrap;
}

#boards {
	background-color: #bbdbc4;
	padding: 20px 10px 20px 10px;
}

#boardscontent {
	display: inline-block;
	overflow: auto;
	max-height: 300px;
}

table#pairlist {
	
}

table#diagram {
	vertical-align: top;
	margin: 10px;
	margin-right: 30px;
}

table#diagram td {
	white-space: nowrap;
}

table#protocol {
	display: inline-block;
	margin: 10px;
}

.protocoltable td {
	margin-left: 5px;
	margin-right: 5px;
}

table.minimax {
	text-align: center;
}

#rightleft {
	display: table-cell;
	vertical-align: top;
}

#rightright {
	display: table-cell;
}

.navitem {
	display: inline-block;
	font-size: 17pt;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
}

a.tooltip {
	text-decoration: none;
}

.tooltip {
	position: relative;
}

.tooltip dfn {
	display: none;
}

.tooltip:hover dfn, .tooltiph dfn {
	display: block;
	position: absolute;
	left: 20px;
	top: 1.5em;
	padding: 4px 10px;
	border: 1px dotted;
	background: #FFFFFF;
	color: #000;
	font-style: normal;
	line-height: 100%;
	text-decoration: none;
}

.tooltip dfn span {
	display: block;
}

@media print {
	#vptable {
		display: none;
	}
	#rightpanel {
		display: none;
	}
	#historyUsage {
		display: none;
	}
}
</pre></body></html>