@media 
only screen and (max-width: 760px),
(min-device-width: 300px) and (max-device-width: 1240px)  {
	table.history1 tr {
		padding-left: 0 !important;
	}
}

@media only screen and (min-width: 760px) and (max-width: 1260px) {
	table.history1 td.left01 {
		width: 30% !important;
	}
}
table.history1 td.left01 {
	padding-bottom: 0;
}

.container_24 .grid_18 {
	width: 100% !important;
}