.main-page-header{
	background: #D5CEA3;
	margin: 40px auto 0 auto;
	text-align: center;
	font-family: 'Gill Sans', 'Gill Sans MT', 'Calibri', 'Trebuchet MS', 'sans-serif';
	font-size: 64px;
	border-radius: 20px;
	box-shadow: 5px 15px #1A120B;
}

body {
	width: 90%;
	margin: 40px auto 40px auto;
	display: block;
	background: #E5E5CB;
	font-family: 'Gill Sans', 'Gill Sans MT', 'Calibri', 'Trebuchet MS', 'sans-serif';
	font-size: 16px;
}

a{
	color: #1A120B;	
}

.left-col{
	width:7%;
	height: 70%;
	padding: 0px 30px 40px 10px;
	display: block;
	float: left;
	border-radius: 20px;
	background: #D5CEA3;
	color: #1A120B;
	line-height: 150%;
}

.left-col a:hover {
	background: #323232;
	font-size: 28px;
	text-decoration: double underline;
	color: white;
	padding-top:0;
}

.left-col a{
	padding-top: 20px; 	
}

.right-col{
	
	width:80%;
	height: auto;
	padding: 0px 60px 40px 30px;
	display: block;
	float: right;
	border:10px;
	border-radius: 20px;
	background: #D5CEA3;
}

.progress-area{

	margin: 20px;
	padding: 20px;

}

.progress-area table{

	border: 1px dotted;
	width: 100%;
	padding: 10px;

}

.progress-area td{

	padding: 5px;
	text-align: center;
	font-weight: bold;
}

.granica{

	width: 50px;

}

.postep{

	width: auto;
	height: auto;
}

#kurs-html{
	display: inline-block;
	background-color: green;
	width: 33%;
	height: auto;
	margin: 0 0 0 0;
	border-radius: 15px 0px 0px 15px;
	font-size: 14px;
	padding: 7px;
	text-align: right;
}

#kurs-html2{

	display: inline-block;
	background-color: gray;
	width: 64%;
	height: auto;
	border-radius: 0px 15px 15px 0px;
	padding: 7px;
	font-size: 14px;
	margin: 0 0 0 0;
	align-content: center;
}

#kurs-php{
	display: inline-block;
	background-color: green;
	width: 0%;
	height: 30px;
	border-radius: 15px 0px 0px 15px;
	font-size: 14px;
}

#kurs-php2{

	display: inline-block;
	background-color: gray;
	width: 100%;
	height: 30px;
	border-radius: 15px 15px 15px 15px;
}

#cookie-popup {
	display: none;
	position: fixed;
	bottom: 20px;
	left: 20px;
	padding: 20px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	z-index: 9999;
}