.standard-header, .standard-footer {
	background-color: #B8B8B8;
}

.result-table {
	border-spacing: 1px;
    border-collapse: separate;
}

.result-table td, .result-table th {
	padding: 3px 3px;
}

.result-table thead tr {
	background: #D3D3D3;
}

.result-table-nazwisko {
	width: 15%;
}

.result-table-miejsce {
	width: 20%;
}

.table-row2 {
	background: rgb(215, 215, 215);
}

.result-table tbody tr:hover {
	background: rgb(230, 230, 230);
}

.pagination-bar {
	background-color: #B8B8B8;
}

.pagination-bar .active {
	color: white;
}

.result-highlight {
	background-color: rgb(200, 200, 200);
}

.page-wrapper {
	width: 100%;
	padding-bottom: 59px;
}

.baza-calosc-row {
	background-color: #B8B8B8;;
}

.next-prev-details-row {
	background-color: #B8B8B8;
}


.kresy-terytoria-column {
	box-sizing: border-box;
	font-family: sans-serif;
	font-size: 10pt;
}

.kresy-terytoria-column-left {
	width: 50%;
	float: left;
}

.kresy-terytoria-column-left div {
	max-width: 200px;
	text-align: right;
	padding: 5px;
	float: right;
	clear: both;
}

.active-teritory {
	background: rgb(150, 150, 150);
	color: white;
}

.kresy-terytoria-column-right {
	width: 50%;
	float: right;
	border-left: 5px solid rgb(150, 150, 150);
}

.kresy-terytoria-column-right div {
	max-width: 400px;
	padding: 5px;
	cursor: pointer;
}

.kresy-terytoria-column-right div a {
	text-decoration: none;
}

.kresy-terytoria-column-right div:hover {
	background: rgb(230, 230, 230);
}

.kresy-terytoria-column-right div a span {
	margin-top: 5px;
	background: #ffffcc;
	border: 1px solid black;
	padding: 10px;
	display: block;
}

.kresy-komentarz {
	background: #ffffcc;
	border: 1px solid black;
	display: inline-block;
	padding: 1px 3px;
    margin-top: 1px;
}