*{
	margin: 0;
	padding: 0;
	font-family: Arial;
}

body{
	background: #000;
	color: #fff;
	min-width: 1080px;
}

header{
	height: 100px;
	border-bottom: 1px solid #aaa;
}

header h1{
	height: 60px;
	display: block;
	width: 230px;
	font-family: Arial;
	font-size: 40pt;
	padding: 20px 40px;
	color: #ffef00;
	text-align: left;
	float: left;
}

header h1 span, footer p span{
	color: #fff;
}

header nav{
	display: block;
	width: 700px;
	float: right;
	padding-right: 40px;
}

.nawigacja_przycisk{
	float: right;
	font-family: Arial;
	color: #fff;
	text-decoration: none;
	font-size: 20pt;
	padding: 35px 20px;
	font-weight: bold;
}

.nawigacja_przycisk:hover{
	opacity: 0.6;
}

#active{
	color: #ffef00;
}

#articles{
	display: block;
	margin: 20px auto 60px auto;
	clear: both;
	width: 50%;
}

article{
	
}

.tournament_menu{
	margin: 0 auto 50px auto;
}

.tournament_menu td, .tournament_menu img{
	max-width: 300px;
	padding: 10px;
}

.tournament_menu td a{
	text-decoration: none;
	color: #fff;
}

.tournament_menu td a:hover{
	opacity: 0.7;
	cursor: pointer;
}

.title{
	text-align: center;
	padding: 10px 0;
	
}

.content, .content-twitch iframe{
	max-width: 80%;
	width: 100%;
	margin: 5px auto;
	display: block;
	min-height: 300px;
}

.data{
	text-align: right;
}

.error{
	color: #f00;
	text-align: center;
	padding: 0 0 10px 0;
}

.success{
	color: #0f0;
	text-align: center;
	padding: 0 0 10px 0;
	outline: 10px solid green;
}

.kontakt_ico img{
	width: 100px;
	display: block;
	margin: 0 auto;
	padding: 10px 0;
}

.kontakt_ico{
	width: 25%;
	float: left;
	margin: 20px auto;
	font-size: 14pt;
	text-align: center;
}

.kontakt_ico .opis{
	margin: 10px auto;
	color: #ffef00;
}


.kontakt_ico a{
	text-decoration: none;
	color: #fff;
}

.kontakt_ico a:hover{
	opacity: 0.7;
}

#registration_form h2{
	padding: 20px 0;
}

#registration_form .label, #registration_form .pole{
	border: 1px solid #ffef00;
}

#registration_form input{
	
}
		
#registration_form .label{
	background: #000;
	color: #fff;
	font-weight: bold;
}
	
#registration_form input[type="submit"]{
	background: #000;
	border: none;
	font-weight: bold;
	height: 30px;
	color: #ffef00;
}
		
#registration_form input[type="submit"]:hover{
	cursor: pointer;
	opacity: 0.7;
}

#registration_form td{
	padding: 5px;
}

#registration_form img{
	max-width: 300px;
	max-height: 300px;
}

#gallery{
	height: 100%;
	margin: 0 auto 100px auto;
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	float: none;
}

.photo{
	display: inline-block;
	width: 300px;
	height: 200px;
	float: left;
	padding: 5px;
	text-align: center;
	border: 1px solid #ffef00;
	line-height: 200px;
	z-index: 0;
}

.photo:hover{
	cursor: pointer;
	opacity: 0.7;
}

.photo:last-child{
	float: none;
}

#full_screen{
	background: rgba(50,50,50,0.7);
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	display: none;
	z-index: 1;
}

#full_image{
	max-width: 80%;
	margin: 0 auto;
	max-height: 800px;
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#gallery img{
	max-width: 300px;
	max-height: 200px;
	vertical-align: middle;
}

#zasady{
	width: 1280px;
	margin: 0 auto;
}

#zasady h2{
	margin: 20px 0;
	text-align: center;
}

#zasady p{
	font-size: 14pt;
	margin-bottom: 100px;
}

#drabinka{
	padding: 50px 0;
	width: 1380px;
	margin: 0 auto;
}

#wylaczonedrabinka td{
	border-left: 1px solid #444;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
}

#drabinka td{
	padding: 20px 0;
	text-align: left;
	font-size: 11pt;
}

#drabinka th{
	padding: 20px 0;
	background: #222;
	border-radius: 5px;
}

#drabinka th:last-child{
	color: #ffef00;
}

#drabinka .drabinki{
	width: 230px;
}

#drabinka .drabinki td{
	padding: 5px;
	background: none;
	border: 1px solid #444;
	border-left: none;
	border-right: none;
	border-radius: 5px;
}

footer{
	background: #000;
	width: 100%;
	height: 30px;
	padding: 15px 0;
	border-top: 1px solid #aaa;
	position: fixed;
	bottom: 0;
}

footer p{
	font-family: Arial;
	text-align: center;
	color: #ffef00;
}

#tabelka-eliminacje table{
	border-collapse: collapse;
	font-size: 14pt;
}

#tabelka-eliminacje th{
	padding: 20px 0;
}

#tabelka-eliminacje td, #tabelka-eliminacje th{
	border: 2px solid #ffef00;
}

#tabelka-eliminacje h2{
	padding: 20px 0;
	text-align: center;
}

#tabelka-eliminacje td{
	padding: 5px 10px;
}

#tabelka-eliminacje td:nth-child(3), #tabelka-eliminacje th:nth-child(3){
	background: #777;
	text-align: center;
}

#tabelka-eliminacje td:last-child{
	text-align: center;
}