
table#micrositesTable td[data-column="name"] { font-weight: bold; text-align: left !important; }

body:not(.wowmaster) table#micrositesTable tr > *[data-column="slug"] { display: none; }

/*  /home -> modulesTable .fancy */
table.fancy#micrositesTable tr > *[data-column="slug"] { display: none; }

/*  /microsites -> micrositesTable .data  */
table#micrositesTable.data td { text-align: center; }
table#micrositesTable.data th:nth-child(1),
table#micrositesTable.data th:nth-child(2),
table#micrositesTable.data th:nth-last-child(1) { width: 1px; white-space: nowrap; }
table#micrositesTable.data td:nth-child(1),
table#micrositesTable.data td:nth-child(2),
table#micrositesTable.data td:nth-last-child(1) { width: 1px; }

/*  (from) vertical tablet  */
@media screen and (min-width: 768px)
{
	/*  /microsite/:id/languages -> languagesTable  */
	table#languagesTable th { white-space: nowrap; }
	table#languagesTable th:nth-child(1),
	table#languagesTable th:nth-child(2),
	table#languagesTable th:nth-last-child(1) { width: 1px; }
	table#languagesTable td:nth-child(1),
	table#languagesTable td:nth-child(2),
	table#languagesTable td:nth-last-child(1) { width: 1px; text-align: center; }

	/*  /microsite/:id/blocks -> blocksTable  */
	NO table#blocksTable td:nth-child(1),
	table#blocksTable td:nth-child(3),
	table#blocksTable td:nth-child(4) { width: 1px; text-align: center; }
	table#blocksTable th:nth-child(4) { white-space: nowrap; }

	/*  /microsite/:id/statics -> staticsTable  */
	table#staticsTable td:nth-child(1) { width: 1px; text-align: center; }
	table#staticsTable td:nth-child(3) { white-space: nowrap; }
	table#staticsTable td:nth-child(4) img { display: block; max-width: 200px; max-height: 80px; box-shadow: 0 0 2px 0 #DEF; }

	/*  /microsite/:id/pages -> pagesTable  */
	table#pagesTable th { white-space: nowrap; }
	table#pagesTable td:nth-child(1),
	table#pagesTable td:nth-child(2),
	table#pagesTable td:nth-child(3),
	table#pagesTable td:nth-child(6),
	table#pagesTable td:nth-child(7) { width: 1px; text-align: center; white-space: nowrap; }
	table#pagesTable tr.obsolete td:nth-last-child(1),
	table#pagesTable tr.obsolete td:nth-last-child(2) { background-color: #FFEEEE; }

	/*  ecousersTable  */
	table#ecousersTable th:nth-child(1),
	table#ecousersTable th:nth-child(2),
	table#ecousersTable th:nth-last-child(1) { width: 1px; white-space: nowrap; }
	table#ecousersTable td:nth-child(1),
	table#ecousersTable td:nth-child(2),
	table#ecousersTable td:nth-last-child(1) { width: 1px; white-space: nowrap; text-align: center; }

	/*  ecousersModules  */
	table#ecousersModules th:nth-child(1),
	table#ecousersModules th:nth-child(2),
	table#ecousersModules th:nth-child(3),
	table#ecousersModules th:nth-last-child(1) { width: 1px; white-space: nowrap; }
	table#ecousersModules td:nth-child(1),
	table#ecousersModules td:nth-child(2),
	table#ecousersModules td:nth-child(3),
	table#ecousersModules td:nth-last-child(1) { width: 1px; white-space: nowrap; text-align: center; }
}