a {
	text-decoration: none;
}

a:link {
	color: #0000FF;
}

a:visited {
	color: #0000FF;
}

a:hover {
	color: #CC00FF;
}

a:active {
	color: #CC00FF;
}

a.gora {
	text-decoration: none;
}

a.gora:link {
	color: #0000AA;
}

a.gora:visited {
	color: #0000AA;
}

a.gora:hover {
	color: #0000AA;
}

a.gora:active {
	color: #0000AA;
}

div.i {
	text-indent: 5%;
}

div.c {
	margin-left: 30px;
	margin-right: 30px;
	color: gray
}

.linia {
	width: 40%;
	text-align: center;
	height: 3px;
	border-width: 0;
	background-color: lightblue
}

.gorny {
	height: 100px;
	/*  background: #FF00FF;*/
	background: #997EE0
}

.dalszy {
	height: auto;
	overflow: hidden;
	min-height: calc(100vh - 135px);
	background: url('maniak.png');
}

.image {
	height: auto;
	/*overflow:auto;*/
	/*overflow-x:auto;*/
	min-height: calc(100vh - 20px);
	background: #444444;
	color: #EEEEEE;
	text-align: center;
	display: flex;
	justify-content: center;
	place-items: center;
}

.column {
	float: left;
}

.left, .right {
	width: 19%;
	padding: 3%;
}

.leftx, .rightx {
	width: 25%;
	padding: 0%;
}

.toRight {
	text-align: right;
}

.middle {
	width: 50%;
	text-align: justify;
}

body {
	background-color: #CCCCCC;
	color: #0000AA;
}

p.small {
	margin-top: 0px;
	margin-bottom: 5px;
}

/* komentarze */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 200px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	/* background-color: ; /* Fallback color */
	background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
	background-color: #AAAAAA;
	margin: auto;
	/* padding: 20px;*/
	border: 10px solid #888;
	width: 600px;
	height: 400px;
	/*max-height: 40%;*/
	max-width: 90%;
}