@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/Roboto/Roboto-Regular.ttf');
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/Roboto/Roboto-Italic.ttf');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/Roboto/Roboto-Bold.ttf');
}

body{
	margin: 0;
	background-color: black;
	height: 100%;
}

main{
	height: 100%;
}

main > #menetrend_tablazat{
	color: white;
	border-collapse: collapse;
	width: 100%;
}



#menetrend_tablazat > thead > tr > th{
	font-weight: bold;
	font-size: 1.2vw;
	font-family: 'Roboto', Arial, sans-serif;
}

.angol-nev{
	font-style: italic;
	font-weight: normal;
	font-family: 'Roboto', Arial, sans-serif;
}

#menetrend_tablazat > thead > tr > th.fejlec-celallomas{
	text-align: left;
}

#menetrend_tablazat > thead > tr > th.fejlec-kocsialllas{
	text-align: center;
}

#menetrend_tablazat > thead > tr > th{
	padding: 5px 2px;
}
#menetrend_tablazat > tfoot > tr > td{
	padding: 10px;
}

#menetrend_tablazat > tfoot > tr > td{
	padding: 10px;
	font-size: 1.8vw;
	font-family: 'Roboto', Arial, sans-serif;
}

#menetrend_tablazat > tbody > tr > td{
	padding: 4px 2px;
	font-size: 1.8vw;
	font-family: 'Roboto', Arial, sans-serif;
	height: 2.4vw;
}

#menetrend_tablazat > tbody > tr > td.indulasi-ido{
	width: 6%;
	text-align: center;
}

#menetrend_tablazat > tbody > tr > td.kocsiallas{
	width: 6%;
	text-align: center;
}

#menetrend_tablazat > tbody > tr > td.jarat{
	width: 10%;
	text-align: center;
}

#menetrend_tablazat > tbody > tr > td.celallomas{
	text-align: left;
	width: 78%;
}

#menetrend_tablazat > tbody > tr:nth-child(odd){
	background-color: #461500;
}

#menetrend_tablazat > tbody > tr:nth-child(even){
	background-color: #350000;
}

#menetrend_tablazat > thead > tr,
#menetrend_tablazat > tfoot > tr{
	background-color: #231F20;
}

#menetrend_tablazat > tfoot > tr{
	border-top: 1px solid white;
}

#menetrend_tablazat > tfoot > tr > td.logo-wrapper{
	text-align: center;
	width: 10%;
	padding: 4px;
}

#menetrend_tablazat > tfoot > tr > td.logo-wrapper > img{
	width: 5.5vw;
}

#menetrend_tablazat > tfoot > tr > td.lablec-info{
	text-align: center;
	width: 80%;
}

#menetrend_tablazat > tfoot > tr > td.lablec-ido{
	text-align: center;
	width: 10%;
	font-size: 3.1vw;
}

@media only screen and (max-width: 1080px) and (orientation: portrait){
	
	#menetrend_tablazat > thead > tr > th{
		font-weight: bold;
		font-size: 1.8vw;
		font-family: 'Roboto', Arial, sans-serif;
	}
	
	#menetrend_tablazat > tfoot > tr > td{
		padding: 5px;
		font-size: 3.4vw;
		font-family: 'Roboto', Arial, sans-serif;
	}

	#menetrend_tablazat > tbody > tr > td{
		padding: 4px 4px;
		font-size: 5.4vw;
		font-family: 'Roboto', Arial, sans-serif;
		height: 9.0vw;
	}
	
	#menetrend_tablazat > tbody > tr > td.indulasi-ido{
		width: 6%;
		text-align: center;
	}

	#menetrend_tablazat > tbody > tr > td.kocsiallas{
		width: 8%;
		text-align: center;
	}

	#menetrend_tablazat > tbody > tr > td.jarat{
		width: 20%;
		text-align: center;
	}

	#menetrend_tablazat > tbody > tr > td.celallomas{
		text-align: left;
		width: 66%;
	}
	
	#menetrend_tablazat > tfoot > tr > td.logo-wrapper{
		text-align: center;
		width: 10%;
		padding: 8px;
	}
	
	#menetrend_tablazat > tfoot > tr > td.logo-wrapper > img{
		width: 8.5vw;
	}
	
	#menetrend_tablazat > tfoot > tr > td.lablec-ido{
		text-align: center;
		width: 10%;
		font-size: 5.1vw;
	}
}