/*** Not so nice table layout ***/
#DeltaPlaceHolderMain{
	@extend %clearfix;
}
.ms-webpartPage-root{
	@include span(11 of 12 nested no-gutter);
	box-sizing: border-box;
	border-spacing: 0px;
}

@media screen and (min-width: 0px) and (max-width: 1024px){
	.ms-webpartPage-root{
		width: 100%;
		border-spacing: 0px;
		& > tbody{
			display: block;
			& > tr{
				display: block;
				& > td{
					display: block;
					width: 100% !important;
				}
			}
		}
	}
}
// .ms-webpartPage-root.strabag-customCommunity{
// 	border-spacing: 0;
// 	> tbody{
// 		display: block !important;

// 		width: 100%;

// 	}
// 	tr{
// 		display: block;
// 	}
// 	// Community page
// 	td#tdLeftColumn{
// 		display: inline-block;

// 		width: span(6 of 10 after) !important;

// 		margin-right: gutter(12) !important;

// 		vertical-align: top;
// 		tbody{
// 			width: 100%;
// 		}
// 	}
// 	td#tdRightColumn{
// 		display: inline-block;
// 		// width: span(3 of 10) + gutter(9) !important;

// 		width: span(3 of 10) + gutter(18) !important;
// 		margin-left: gutter(9);

// 		vertical-align: top;
// 		td{
// 			display: block;
// 		}
// 		tbody{
// 			display: block;

// 			width: 100%;
// 		}
// 		.ms-listviewtable td{
// 			display: table-cell;
// 		}

// 	}
// }