* {
	margin: 0;
	padding: 0;
	font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	
}

.kont-mies {
    width: 970px;
    margin: auto;
}

.kont-kal {
	width: 960px;
	margin: auto;
    display: grid;
	grid-template-columns: 40% 60%;
	position: relative;
}

.kont-kal-opis {
    width: 100%;
	height: 150px;
	position: sticky;
	top: 20px;
	padding-top: 0px;
	color:rgb(48, 48, 48);
}

.dzis1 {
	font-size: 2.5em;
	margin-bottom: 0px;
	font-weight: bold;
	color:rgb(226, 69, 12);

}
.dzis2 {
	font-size: 2.1em;
	margin-bottom: 35px;
	font-weight: bold;
	color:#e2450c;
}

.dzis3 {
	font-size: 1.2em;
	margin-bottom: 2px;
	padding: 5px 0px;
	color: #8d2b07;
	/*background-color: rgb(219, 241, 255);*/
}

.kont-kal-tab {
    width: 100%;
	background-color: #ffffff;
	padding: 0px 0px 150px 0px;
}

.kont-kal-tab h1 {
    margin: 10px 15px;
    font-size: 3.5em;
	color:rgb(48, 48, 48);
}


.kont {
	display: grid;
	grid-template-columns: repeat(7, 78px);
	justify-content: center;
	gap: 0px;
	margin-bottom: 60px;
}

.day {
    border: solid 1px #e0e0e0;
    padding: 5px 5px 10px;
    border-radius: 5px;
	display: flex;
	flex-direction: column;
	text-align: center;
	background-color: #fefefe;
    font-size: 0.85em;
}

.day:hover {
	background-image: linear-gradient(130deg, rgb(250, 250, 250), rgb(248, 254, 255));
}

.day div { /* wszystkie div'y które są wewnątrz klasy .day (na każdym poziomie) */
	font-size: 2.0em;
	font-weight: bold;
	margin-bottom: 5px;
	/*background-color: coral;*/
}

.inny-mc {
    color: #c0c0c0;
    border: solid 1px #e0e0e0;
    padding: 5px 5px 10px;
    border-radius: 5px;
	display: flex;
	flex-direction: column;
	text-align: center;
	background-color: #fefefe;
    font-size: 0.85em;
}
.inny-mc div {
	font-size: 2.0em;
	font-weight: bold;
	margin-bottom: 5px;
}

div.inny_mc {
    color: #c0c0c0;
}

.dz_tyg {
	border: solid 1px #e0e0e0;
	padding: 1px;
	height: 30px;	
	font-weight: bold;
	font-size: 1.8em;
	line-height: 30px;/* ta deklaracja, razem z 'height: 50px' służy wyśrodkowaniu w pionie zawartości div'a */
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	text-align: center;
	color:#043f55
}

.k1 {
    color: #025c02;	
}

.k2 {
    color: #a72e2e;
}
.k3 {
    color: #5d06a0;
}

.k4 {
	color: #c0c0c0;
}

.naboz {
	color: #a72e2e;
	font-size: 0.8em;
}
.naboz-inny-mc {
	color: #c0c0c0;
	font-size: 0.8em;	
}

.okres {
	font-size: 1.8em;
	margin-bottom: 2px;
	font-weight: bold;
}

.okres25-12 {
	font-size: 2.3em;
	margin-bottom: 10px;
	font-weight: bold;
}

.dzienTydzien {
	font-size: 1.5em;
	margin-bottom: 2px;
	font-weight: bold;
	padding-left: 1px;
}

.dzienTydzien25-12 {
	font-size: 2.0em;
	margin-bottom: 10px;
	font-weight: bold;
	padding-left: 1px;
}

.tajemDnia {
	font-size: 1.4em;
	margin-bottom: 4px;
	font-weight: bold;
	padding-left: 1px;
}

.rodzTajemDnia {
	font-size: 1.2em;
	margin-bottom: 4px;	
	padding-left: 1px;
}

.okol {
	font-size: 1em;
	margin-top: 6px;
	padding-left: 1px;
}

h1.nagl_mc {
	/*margin: 30px 0px 25px;*/
	font-size: 3.5em;
	color: #043f55
}


