/* MAIN */
body {
    min-height: 100vh;
}

/* CARD WITH TABLE */
.card.with-table .table {
    margin-bottom: 0;
}

.card.with-table .table th {
    border-top: 0;
}

/* TABLE */
.table tr {
    transform: rotate(0);
}

/* PAGINATION */
ul.pagination {
    justify-content: center;
}

/* MATERIAL ICONS */
.material-icons {
    line-height: 1;
    font-size: 1.1em;
    vertical-align: text-bottom;
}

/* WITH LINK */
.with-link {
    cursor: pointer;
}
