@import url("custom.logoh.css");

body.all {
	background-color: #b8d1d1;
	font-family: Calibri, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 5px;
}

/* obrazki normalnie bez ramki, flagi mają ramkę jasnoszarą */
img {
	border: none
}
/* mała flaga */
img.fl {
	border: 1px solid rgb(192,192,192);
	height: 15px;
	width: 21px;
	vertical-align: middle
}
/* normalny rozmiar flagi */
img.bfl {
	border: 1px solid rgb(192,192,192)
}

/* paragrafy specjalne*/
p.f {
	font-size: 8pt;
	border: 1px;
	border-style: dotted;
	margin-bottom: 0;
	padding: 2px;
}
p.vs {
	font-size: 3pt
}

/* tablica/rząd stronicowane */
.np {
	page-break-before: always
}

/* menu z numerami rozdań */
td.hz {
	text-align:center;
	max-width:20px;
	min-width:20px;
}

a {
	text-decoration: none;
	display: inline-block;
	padding: 0;
	border-radius: 10px;
}
a:link,a:visited{
	color: #000
}
a:hover,a:active {
        padding: 0 5px;
	color: #FFF;
	background-color: #3f6262;
}
/* */
a.m {
	font-size: 7pt;
	text-decoration: underline;
}
a.z0,a.zb {
	font-weight: bold;
}
/* */
a.b {
	font-size: 14pt;
	font-weight: bold;
}
/* */
a.bi {
	font-size: 12pt;
}
/* */
a.br {
	font-size: 12pt;
	font-weight: bold;
}

/* Tabelki */
table {
	border-collapse: collapse;
}
td {
	padding: 2px;
	border: none;
}
td.nor, td.noc, td.nol, td.noh, td.an1, td.an3, td.an4, td.c {
	border: 1px solid black;
	padding: 2px;
}
td.nor, td.noh {
	text-align: right;
}
td.noh { font-size: 12px }
td.noc {
	text-align: center;
}

/* Pierwsze wiersze tabel */
td.o { max-height: 1px; font-size: 1px; padding: 0; margin: 0 }

/* Protokół rozdania */
#pro {
	height: 400px;
	overflow: auto;
	min-width: 400px;
}
/* Lista wyników bieżących + pogrubienie nagłówków */
#wyn table { width: 98% }
#wyn tr:nth-child(2),
#pro tr:nth-child(3), #pro tr:nth-child(2) {
	font-weight: bold;
}

/* Tabelka DeepFinesse */
td.an1 { text-align: right; padding: 5px; }
td.an2, td.an3, td.an4 { text-align: center }

/* Nazwiska na rzutniku i rozstawieniu */
#xnaz {
	word-spacing: -1px;
	white-space: nowrap;
	font-size: 17pt;
	text-align: left;
	text-indent: 10px;
}
@media print {
	#xnaz { text-align: center }
}

body > h2 { text-align: center }

/* Nagłówki historii */
td.o1 {
	font-size: 24px;
	font-weight: bold;
}
/* Nagłówki historii i wyników */
td.c { text-align: center; }
tr:nth-child(2) td.c,
tr:nth-child(3) td.c { font-weight: bold }

/* Podsumowania historii */
td.n1 { text-align: right; padding-right: 5px; }

/* Lista historii, nagłówek wyników */
td.u { text-align: center; font-size: 12px }
td.u a.pa { font-size: 16px }
td.u h4 {
	font-size: 24px;
	margin: 0 0 3px;
}
/* Nagłówek rozstawienia */
@media print {
	td.u { font-size: 24px }
}

/* Rozstawienie */
td.xnor, td.xnoc, td.xnol { border: solid 1px black; padding: 3px; text-align: center; }

/* Wyniki */
td.c, td.l, td.r { border: 1px solid black; padding: 3px }
td.r { text-align: right }

/* Nagłówek protkołów */
td.nu { font-size: 24px; font-weight: bold }

/* logoh.js */
#container { width: 70%; margin: auto; display: table; }
#container a { padding: 0 5px; }
.index #container { margin-top: 50px }
#container #leftimage,
#container #mainheaders,
#container #rightimage {
    display: table-cell;
}
#container #mainheaders .header-caption { display: inline-block; width: 130px; font-weight: bold; margin: 3px 0 }

/* fala.html */
body.congress table { margin: 15px auto; text-align: center }
body.congress table td { padding: 5px; border: 1px solid black; white-space: nowrap }
body.congress table tr:first-child { font-weight: bold }
body.congress table tr td:first-child { text-align: right }
