/***********************************************************************************************************************************/
/* SPACERS *************************************************************************************************************************/
/***********************************************************************************************************************************/

/*spacer inherit for table elements*/
.spacer-small-top.ui-table-cell,
.spacer-top.ui-table-cell,
.spacer-large-top.ui-table-cell{margin-top:inherit;}
.spacer-small-bottom.ui-table-cell,
.spacer-bottom.ui-table-cell,
.spacer-large-bottom.ui-table-cell{margin-bottom:inherit;}
.spacer-small-left.ui-table-cell,
.spacer-left.ui-table-cell,
.spacer-large-left.ui-table-cell{margin-left:inherit;}
.spacer-right.ui-table-cell,
.spacer-large-right.ui-table-cell{margin-right:inherit;}
.spacer-small-top.ui-table-cell{padding-top:5px;}
.spacer-small-bottom.ui-table-cell{padding-bottom:5px;}
.spacer-small-left.ui-table-cell{padding-left:5px;}
.spacer-small-right.ui-table-cell{padding-right:5px;}
.spacer-top.ui-table-cell{padding-top:10px;}
.spacer-bottom.ui-table-cell{padding-bottom:10px;}
.spacer-left.ui-table-cell{padding-left:10px;}
.spacer-right.ui-table-cell{padding-right:10px;}
.spacer-large-top.ui-table-cell{padding-top:15px;}
.spacer-large-bottom.ui-table-cell{padding-bottom:15px;}
.spacer-large-left.ui-table-cell{padding-left:15px;}
.spacer-large-right.ui-table-cell{padding-right:15px;}

/*margin*/
.margin-auto {
    margin: auto;
}
.margin-none {
    margin: 0;
}

/*padding*/
.padding-none{
    padding: 0;
}
