/*Hide colPos 99 in page view from IRRE tt_content*/

.t3-grid-cell-unassigned div,
td[data-colpos="99"],
.t3-page-column-98,
.t3-page-column-99 {
	display: none;
}

.t3-grid-cell-unassigned {
	background: none;
	border-bottom: none;
}
