img {
		width: 100%;
	}
table {
	background-repeat:no-repeat;
	background-position:center center;
	background-size: contain;
}
table, th, td {
  border: 2px solid black;
  border-collapse: collapse;
  font-size: 16px;
}
td.geltonas {
	/*background-color: rgba(255, 255, 102, 0.5);*/
	background-color: yellow;
}
td.raudonas {
	/*background-color: rgba(255, 51, 0, 0.5);*/
	background-color: green;
}
td.tv {
	height: 40px;
	width: 140px;
}
td.tv1 {
	height: 40px;
	width: 80px;
}
td.sd {
	
	writing-mode: vertical-rl;
	/*text-orientation: initial;*/
	rotate: 180deg;
	text-align: center;
	font-size: 24px;
}
td.pam {
	background-color: gray;
	text-align: center;
	font-size: 36px;
}
td.val {
	/*background-color: gray;*/
	text-align: center;
	font-size: 24px;
}
a {
	text-decoration: none;
	color: black;
}
span {
	font-size: 12px;
}
.vienas {
	float: left;
	font-size: 28px;
	text-align: center;
	height:90%;
	width:100%;
}
.du {
	float: left;
	font-size: 20px;
	text-align: center;
	height:90%;
	width:50%;
}
.keturi {
	float: left;
	font-size: 20px;
	text-align: center;
	height:45%;
	width:50%;
}
.sesi {
	float: left;
	font-size: 20px;
	text-align: center;
	height:45%;
	width:33%;
	/*margin: auto;*/
}
h1 {
	color: green;
	text-align: center;
	font-size: 72px;
	font-family: "Times New Roman", Times, serif;
}
.informacija {
	width: 14%;
	height: 90%;
	float: right;
}
.mokytojai {
	width: 10%;
	float: left;
}
.lentele {
	width: 76%;
	float: left;
}
.blokelis {
	border: 2px solid red;
	border-radius: 15px;
	margin: 5px;
	padding: 5px;
	font-size: 30px;
	font-family: "Times New Roman", Times, serif;

}
.vv {
	text-align: center;
	font-size: 20px;
}

@media screen and (max-width: 2000px) {
	img {
		width: 50%;
	}
	table, th, td {
		border: 2px solid black;
		border-collapse: collapse;
		font-size: 10px;
	}
	td.tv {
		height: 20px;
		width: 65px;
	}
	td.tv1 {
		height: 20px;
		width: 35px;
	}
	td.sd {
		
		writing-mode: vertical-rl;
		/*text-orientation: initial;*/
		rotate: 180deg;
		text-align: center;
		font-size: 24px;
	}
	td.pam {
		background-color: gray;
		text-align: center;
		font-size: 12px;
	}
	td.val {
		/*background-color: gray;*/
		text-align: center;
		font-size: 12px;
	}
	span {
		font-size: 6px;
	}
	.vienas {
		float: left;
		font-size: 12px;
		text-align: center;
		height:90%;
		width:100%;
	}
	.du {
		float: left;
		font-size: 12px;
		text-align: center;
		height:90%;
		width:50%;
	}
	.keturi {
		float: left;
		font-size: 10px;
		text-align: center;
		height:45%;
		width:50%;
	}
	.sesi {
		float: left;
		font-size: 10px;
		text-align: center;
		height:45%;
		width:33%;
		/*margin: auto;*/
	}
	h1 {
		color: green;
		text-align: center;
		font-size: 36px;
		font-family: "Times New Roman", Times, serif;
	}
	.informacija {
		width: 15%;
		height: 90%;
		float: right;
	}
	.mokytojai {
		width: 12%;
		float: left;
	}
	.lentele {
		float: left;
		width: 73%;
	}
	.blokelis {
		border: 2px solid red;
		border-radius: 15px;
		margin: 5px;
		padding: 5px;
		font-size: 18px;
		font-family: "Times New Roman", Times, serif;

	}
	.vv {
		text-align: center;
		font-size: 12px;
	}
}