@charset "utf-8";
/* CSS Document */
@media all and (max-device-aspect-ratio:2/3){
.mobile{ display: block; }
.komp{ display: none; }

html, body { 
height: 100%;
width:100%;
font-size: 36px;
font-family:Verdana, Geneva, sans-serif;
}

input {
	font-size:56px;
}

.input1{
	font-size:36px;
	width:100px;
	height:100px;
	color: black;
	border: 1px solid #666;
	border-radius: 25px;

}

.input2{
	font-size:36px;
	color: black;
	border: 1px solid #666;
	border-radius: 25px;

}



#zawartosc1{
	position: relative;
	top:5px;
	margin:0 auto;
}

.tabelazmienna_kom{
	position: relative;
	margin:0 auto;
	width:100%;
	top: 210px;
}

.tabelazmienna_koma{
	position: relative;
	margin:0 auto;
	width:100%;
}

.tabelazmienna_kom td {
   padding: 10px;
}

.zobacz_info{
	
	width: 90%;
	max-width: 130px;
	padding: 15px 10px;
	box-sizing: border-box;
	font-family:"Roboto";
	font-weight: 300;
	font-size:36px;
	margin:5px;
}



.m2 {
	position: relative;
	top: 0 !important;
	height: 100px;
	z-index: 999;
	position: fixed;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	
	background: #063;
	color: #fff;
	border-bottom: 1px solid #FFF;
}