/* .row{
  margin-right: -6px;
} */

.lists-table-module small {
    display: block;
}


.tac {
    text-align: center !important;
}

.tar {
    text-align: right !important;
}

.tab {
    vertical-align: bottom !important;
}

.tat {
    vertical-align: top !important;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    height: 0px;
    font-size: 0;
    line-height: 0;
}

.clearLeft {
    clear: left;
}

.clearRight {
    clear: right;
}

.bRelative{
    position:relative;
}