#tire-drop-down.mz-collapse {
	margin:0;
}

@media (max-width: 767px) {
	#tire-drop-down {
		td {
			width: 100%;
			display: block;
			clear: both;
		}
		
		.mz-collapse__box.visible {
			height: 100%;
		}
	}
	
}