/*This code makes a column autowidth to the content*/
.tablepress-id-N {
	width: auto;
	margin: 0 auto 1em;
}

/*This is the formatting for the Conference Calendar table, simply copy the code for one row, simply overwrite the row number or if adding a completely new row and you need more code then copy and paste one of the row codes to the bottom of the formatting block and change the row number*/
.tablepress-id-3 {
	width: auto;
	margin: 0 auto 1em;
}

.tablepress-id-3 {
	width: auto;
	margin: 0 auto 1em;
}

.tablepress-id-3 .row-1 td {
	background-color: #e4e1e1;
}

.tablepress-id-3 .row-4 td {
	background-color: #e4e1e1;
}

.tablepress-id-3 .row-7 td {
	background-color: #e4e1e1;
}

.tablepress-id-3 .row-10 td {
	background-color: #e4e1e1;
}

.tablepress-id-3 .row-12 td {
	background-color: #e4e1e1;
}

.tablepress-id-3 .row-14 td {
	background-color: #e4e1e1;
}

.tablepress-id-3 .row-16 td {
	background-color: #e4e1e1;
}

.tablepress-id-3 .row-19 td {
	background-color: #e4e1e1;
}

/*add further formatting to this table above this line */
/*below are all other table formatting,just add any futher table formatting	at the bottom of the page, if you are deleting a table, please pop in here and check to see if there is any code assigned to it, and remove it to keep this page as clean as possible*/