.plds-table {
    width: 100%;
    display: table;     
}
.plds-table-row {
    display: table-row;
}
.plds-table-col {
    display: table-cell;   
}