/*ReplyStyle.css Regole per eliminare blank space inside sharepoint master page*/
.cell-margin {margin-top: -20px !Important;margin-bottom: 10px;}
/* r.celano added "display:none" to avoid blank space under Comau WorldMap inside ComauWeb2015.master */
.tableCol-75 {padding-right: 25px; Width: 75% !Important; display:none;}

.tableCol-25 {Width: 25% !Important;}

.tableCol-50 {Width: 50% !Important;}

.ms-table .tableCol-50:first-child {padding-right: 25px;}

.tableCol-33 {padding-left: 15px;Width: 33% !Important;}

.ms-table .tableCol-33:first-child {padding-left: 0px;}

.article-content, .welcome-content {margin: 0px !Important;}

div.article, div.welcome {padding: 10px 0px 0px !Important;}
/*hide white space around webpart*/
.ms-webpartPage-root { border-spacing: 0px !important; }
.ms-webpartzone-cell { margin: 0px !important; }
/*nasconde la scrollbar del div s4-workspace*/
/*#s4-workspace { overflow: inherit !important; }*/
/*aggiunge lo scroll verticale al body*/
body { overflow-y: scroll;}
/*regole per fixare slider*/
.ms-webpart-zone { display:block; }
.ms-webpart-cell-vertical { display:block; }
.ms-webpart-chrome-vertical { display:block; }
