.standard-table td:first-child, .standard-table th:first-child {
	width:70px;
	max-width:70px;
	padding-left:30px;
}

@media screen and (max-width: 768px) {
    .standard-table td:first-child, .standard-table th:first-child {
        min-width: 60px;
        max-width: 60px;
		padding-left:15px;
        width: 60px;
    }
}