@media print{
	#blind_switch{
		display : none !important;
	}

	.mk_container_div{
		page-break-inside: avoid !important;
		overflow: hidden !important;
		/*max-height: 80%;*/
	}

	.no_border{
		border: none !important;
		text-align: center;
	}

	.mrkonyv_main_container{
		float: left !important;
		max-width: 48.5% !important;
	}

	#stops_plus, #stops_minus{
		max-width: 51% !important;
	}
	.start_li {
		margin-right: 0px !important;
		width: 25% !important;
	}

	* {
		margin: 2px !important;
		padding: 1px !important;
	}

	ul {
		margin: 0 !important;
		padding: 0 !important;
	}

	body, html {
		margin: 0px !important;
		padding: 0px !important;
	}

	.debug, #mk_menu, #mk_loader, #menetrendkonyv{
		display: none !important;
	} 

	.tajekoztato{
		text-align: left !important;
	}

	*{
		font-family: serif !important;
		font-size: 10pt !important;
		margin: 0px !important;
	}

	.mk_container_div{
		margin: 3px !important;
	}

	table{
		padding-bottom: 0px !important;
		margin-bottom: 0px !important;
		border: none !important;
		border-spacing: none !important;
	}

	tr, td{
		border: none !important;
		padding: none !important;
		margin: none !important;
		height: auto !important;
		max-height: 15px !important;
	}

	li{
		text-decoration: none !important;
	}

	.mrkonyv_main_container{
		margin-bottom: 3px;
		position: relative;
	}
	
	.bglogo {
		content: "";
		opacity: 0.1;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		position: absolute;
		z-index: -1;
		background-image: url("./images/ktrt_logo.jpg") !important;
		background-size: 300px 300px;
		background-repeat: no-repeat;
		background-position: center;
		width: 100%;
		height: 100%;
	}
}

body {
		/*margin: 5mm 5mm 5mm 5mm;*/
}

#mk_menu, .mk_container_div{
	max-width: 710px;
	/*width: 100%;*/
}

#mk_menu{
	width: 687px;
	max-height: 100px;
	height : 23px;
	display: inline-block;
	overflow: hidden !important;
}

#mk_menu_wrp{
	width: 100%;
	height: 100%;
	display: inline-block;
	margin: 0 auto;
	left: 15%;
}

#mk_loader {
	display: none;
	margin-left: auto;
	margin-right: auto;
	width: 200px;
	height: 200px;
	background-image: url("./images/loader.gif");
	background-size: 200px 200px;

}

#menetrendkonyv{
	max-width: 700px;
}

.hidden{
	display:none;
}

.heading{
	height: 20px;
}

#stops_plus, #stops_minus{
	max-width: 51% !important;
}

.stationdata_plus, .stationdata_minus{
	text-align: right;
	width: 70px;
}

.stationdata_plus_time, .stationdata_minus_time{
	text-align: center;
	width: 30px;
}

.stationdata_plus_print, .stationdata_minus_print{
	text-align: right;
	width: 70px;
}

.stationdata_plus_time_print, .stationdata_minus_time_print{
	text-align: center;
	width: 30px;
}

.stop_name{
	width: 215px;
}
.stop_name_print{
	width: 215px;
}

.tajekoztato{
	text-align: justify;
}

.mrkonyv_main_container{
	margin-bottom: 3px;
	position: relative;
}

.bglogo {
	content: "";
	opacity: 0.1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	z-index: -1;
	background-image: url("./images/ktrt_logo.jpg") !important;
	background-size: 300px 300px;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100%;
	-webkit-print-color-adjust: exact;
}

.mk_container_div{
	border-style: solid;
	border-width: 1px;
	border-color: black;
	height: auto;
	margin: 3px;
	padding: 3px;
	overflow: auto;
}

.no_border{
	border: none !important;
	text-align: center;
	padding-bottom: 10px;
}

.added_margin + .added_margin{
	margin-left: 10px;
}

select{
	margin-right: 10px;
}

.left_align{
	float: left;
}

ul {
	margin: 0;
	padding: 0;
}
ul li:not(.menu-item){
	float: left;
	list-style: none;
	display: inline;	
}
.start_li {

	margin-right: 10px;
	width:25%;
}

.start_li{
	cursor: pointer;
	text-decoration: underline;
    margin-bottom: 3px;
    width: 65px;
}