#mtrLogo{	
	width: auto;
}
.naviHeight{
	height: 47px;
}
.e-center{
	margin: 0;
	position: relative;
	left: 50%;
	transform: translate(-50%, 0%);
}
input[type=checkbox] { 
    vertical-align: middle; 
    position: relative; 
    bottom: 1px; 
}
div.centerBut {
	text-align:center;
	display: flex;
	justify-content: space-around;
}
input.largerCheckbox { 
    width: 20px; 
    height: 20px; 
}
.crossed::after{
	position: absolute;
	content: "";
	left:0;
	right:0;
	top:0;
	bottom:0;
	background-image: linear-gradient(to bottom right,  transparent calc(50% - 1px), black, transparent calc(50% + 1px)); 
}

#selection-box{
	display: flex; 
	flex-direction: column; 
	position: absolute;
	z-index: 100; 
	top: 165px; 
	right: 0px;
	align-items: flex-end;
	justify-content: center;
}