@media (max-width : 736px) {
	.car,
	.dataonly,
	.price .buttons {
		display: block;
	}

	.input-list,
	.dataonly .output,
	.price button {
		margin: .5em 0 0 0 !important;
	}
	
	.dataonly .output:first-child {
		margin-top: 3em !important;
	}

	* {
		font-size: 1em !important;
	}

	th,
	td {
		padding: 0 !important;
	}

	tr th:last-of-type,
	tr td:last-of-type {
		display: none;
	}

	.chart-board-container {
		width: 100%;
	}
}