.display-table{
    display: table;
}

.display-cell{
    display: table-cell;
    vertical-align: middle;
    float: none;
}
