/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/*dl Table*/
.dl_table {
    border: 1px solid #ccc;
    border-collapse: collapse;
}
.dl_table th {
    background: #ccc;
}

.dl_table th, .dl_table td {
    border: 1px solid #ccc;
    padding: 8px;
}

.dl_table tr:nth-child(even) {
    background: #efefef;
}

/*.dl_table tr:hover {*/
/*    background: #d1d1d1;*/
/*}*/
/*dl Table*/