The below CSS will provide you with exactly what you're wanting. Simply add to the bottom of your Joomla template CSS file.
Code:
.cbUsersList table#cbUserTable tr {
display: table-row;
width: 100%;
}
.cbUsersList table#cbUserTable th,
.cbUsersList table#cbUserTable td {
display: table-cell;
width: 25%;
}