@media screen and (max-width: 767px) {

	table td:nth-child(5), table th:nth-child(5) { 
		display: none;
	}
	table td {
		padding: 15px 5px;
	}
	
}