/* Generic class for the table header cells */
.gigpress-table th {
	padding: 6px 3px;
}

/* Applies to all cells in the table */
.gigpress-table td {
	padding: 6px 3px;
}


/* Individual classes for the label header cells that start the table */
th.gigpress-event {
	width: 150px;
}

th.gigpress-date {
	width: 150px;
}

/* Likewise, individual classes for the content cells */
td.gigpress-event {
	width: 150px;
}

td.gigpress-date {
	width: 150px;
}