@media screen and (min-width:901px) {
	#progressline .axis {
		height: 10px;
	}
	#progressline .startpoint, #progressline .arrivalpoint {
		height: 10px;
	}
	#progressline .startpoint::after {
		border-top-width:10px;
	}
	#progressline .arrivalpoint::before {
		border-bottom-width:10px;
	}
	
	#progressline .activeboat {
		height:10px;
	}
	
	#progressline .activeboat::after, #progressline .extend::after {
		border-top-width:10px;
	}	
	#progressline .activeboat::before, #progressline .extend::before {
		border-bottom-width:10px;
	}	
	#progressline .extend.fleet {
		height:10px;
	}	
	#progressline .extend.fleet {
		height:10px;
	}	
}


@media screen and (max-width:900px) {
}

