html {
    font-family: Montserrat, sans-serif;
}

.table td,
.table th {
    overflow: hidden;
    max-width: 300px;
    height: auto;
    text-overflow: ellipsis;
}
