﻿

.longTextBreak {
    -ms-word-break: break-all;
    word-break: break-all;
    /* Non standard for webkit */
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

@media screen and (max-width: 767px) {
    .mdeTable table,
    .mdeTable thead,
    .mdeTable tbody,
    .mdeTable tfoot,
    .mdeTable th,
    .mdeTable td,
    .mdeTable tr {
        display: block;
    }
}

.table-striped > tbody > tr:nth-of-type(odd) > td {
    background-color: #cce0e0;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
}