	.historyimg {
		width:25vh;
	}
	.historyimg img {
		width: 100%;
	}
	.history {
		width: 90vh;
	}
	.history table {
		border-collapse: collapse;
	}
	.history tr {
		border-bottom: 1px dotted;
	}
	.history td {
		font-size: 18px;
		line-height: 35px;
		vertical-align: text-top;
		padding-right: 1rem;
	}
	.y {
		color: #00AEAE;
	}
	
	@media (max-width: 600px) {
		.historyimg {
			display: none;
		}
		.history td {
			font-size: 16px;
			line-height: 30px;
		}
	}