hr {
	width: 95%;
	text-align: center;
}
a {
  color: black;
}
/* ---------------------------------------------------------------------------- */
input {
	border: thin dashed Red;
	float: left;
}
input.SET {
	border: thin dashed Red;
}
caption {
	color: Green;
	text-align: left;
	font-size: 120%;
}
/* ---------------------------------------------------------------------------- */
div.formularz {
	text-align: center;
}
div.ali_std {
	text-align: left;
}
div.stopka {
	text-align: center;
}
div.ataki {
	text-align: left;
}
div.gub {
	text-align: left;
}/* ---------------------------------------------------------------------------- */
table.formularz {
	border: thin solid Black;
}
/* ---------------------------------------------------------------------------- */
th.komorka_1 {
	background-color: Teal;
}
th.szare {
	background-color: Silver;
	white-space: nowrap;
}
/* ---------------------------------------------------------------------------- */
td {
 white-space: nowrap;
}
td.komorka_2 {
	float: left;
}
td.ustawienia {
	float: left;
	vertical-align: top;
}
td.ali_std_dane {
	border: thin dashed Black;
	text-align: center;
}
td.ali_stda {
	background-color: #eeeeee;
	white-space: nowrap;
}
td.ali_stdb {
	background-color: #F0F8FF;
	white-space: nowrap;
}
td.szare {
	background-color: Silver;
}
td.ziemia {
	background-color: #FAEBD7;
}
td.sila {
	background-color: #F0FFFF;
}
td.atak {
	background-color: #DCDCDC;
	text-align: center;
}
td.obrona {
	background-color: #DCDCDC;
	text-align: center;
}
td.ataki {
	background-color: #FFE4C4;
	text-align: left;
	white-space: nowrap;
}
td.obrony {
	background-color: #F0F8FF;
	text-align: left;
	white-space: nowrap;
}
/* ---------------------------------------------------------------------------- */
span.oplacony {
	color: #32CD32;
}
span.nieoplacony {
	color: Red;
}
span.zamrozony {
	color: Blue;
}
span.roznica {
	color: Fuchsia;
}
span.U {
	color: #32CD32;
}
span.N {
	color: Red;
}
span.ksiestwa {
	font-weight: bold;
	font-size: small;
}
span.wynik {
	font-weight: bold;
	font-size: 2ex;
	float: right;
	vertical-align: top;
}
span.bezzmian {
	font-style: italic;
	font-weight: normal;
	font-size: x-small;
	float: right;
	color: Black;
}
span.plus {
	font-style: italic;
	font-weight: normal;
	font-size: x-small;
	float: right;
	color: #228B22;
}
span.minus {
	font-style: italic;
	font-weight: normal;
	font-size: x-small;
	float: right;
	color: Red;
}
span.legenda {
	color: Red;
	font-weight: bold;
	font-size: larger;
}
span.data {
	color: Green;
	white-space: nowrap;
}
span.rasa {
	color: Green;
}
span.tname {
	color: Maroon;
	font-family: Arial;
}
span.tresc {
	color: Black;
}

span.ks_atak {
	color: Maroon;
	font-size: small;
}
span.ks_obrona {
	color: Maroon;
	font-size: small;
}
span.ks_rasa {
	color: Green;
	font-size: small;
}
span.koalicja {
	color: #DC143C;
	font-size: medium;
}
span.czas {
	font-size: small;
}
span.funkcja {
	color: Blue;
	font-size: small;
}
/* ---------------------------------------------------------------------------- */