/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
table tbody td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
