.table {
    position: relative;
    width: 100%;
    margin: 0 auto;
    line-height: 1.5em;
    display: block;
}

.table .clearfix {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

