/*
	20210405: Add the new CSS class regarding history.css here.	*/

	@media only screen and (min-width: 769px), print {
        table td {
	        padding: 0 0 0 25px !important;
        }
	}

  @media only screen and (min-width: 769px), print {
	.historySect .inner {
	  max-width: 1024px;
	  padding: 0 15px;
	  } }
  
  @media only screen and (max-width: 768px) {
	.historySect .inner {
		padding: 0 5.33333vw; }}