.strabag-doccenter{
	@include span(9 of 10 nested after);
	.ms-welcomepageheader{
		padding: 0px !important;
	}
    // .ms-webpartPage-root tr{
    //     display: table-row !important;
    // }
}

@media screen and (min-width: 480px) and (max-width: 1024px){
    .strabag-doccenter{
        width: 100%;
    }
}
@media screen and (min-width: 0px) and (max-width: 786px){
    .strabag-doccenter{
        width: 100%;
        .ms-welcomepageheader{
            button{
                clear: both;
            }
        }
        .ms-webpart-zone{
            display: block;
        }
        & > tbody{
            & > tr {
                display: block;
                & > td{
                    display: block;
                    & > table{
                        display: block;
                        & > tbody{
                            display: block;
                            & > tr{
                                display: block;
                                & > td{
                                    display: block;
                                    width: 100%;
                                }
                            }
                        }
                    }
                }
            }
        }
        // & > tr > td > table{
        //     tr{
        //         display: block;
        //     }
        //     td{
        //         width: 100%;
        //         display: block;
        //     }
        // }
    }
}
@media screen and (min-width: 0px) and (max-width: 1024px){
    .ms-navresizer-enabled{
        #navresizerVerticalBar{
            display: none;
        }
        .ms-tv-box{
            display: none;
        }
        #contentBox{
            float: left !important;
        }
        #sideNavBox{
            display: none;
            width: 93.46% !important;
            margin-bottom: 1em;
        }
        // #DeltaPlaceHolderMain{
        //     overflow: auto;
        // }
    }
}