.nav-link-custom{
    color:#fff;
    display: block;
    padding: .5rem 1rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    font: 14px verdana,helvetica,arial,sans-serif;
    text-decoration: none !important;
}

.nav-link-custom.active {
    color: white;
    background-color: rgb(0, 176, 79) !important;
}

.cell {
    padding: 8px;
    border: 1px solid #ddd;
    word-wrap: break-word; /* Allow long words to break and wrap */
    overflow-wrap: break-word; /* Allow long words to break and wrap (alternative syntax) */
    max-width: 100%; /* Set maximum width of cells to 100% */
}

.hl {
    background-color: rgb(241, 241, 238);
}

.box {
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #f9f9f9;
    padding: 20px;
    margin-top: 20px;
}

.box h3 {
    margin-top: 0;
}

.divider{
    border-bottom: 1px solid lightgrey;
}

.img-title {
    max-height: 250px;
    max-width: 100%;
}

@media (min-width: 767px) {
    .border-mid, .border-all {
        border: 1px solid #06BBCC;
    }
}

@media (max-width: 767px) {
    .m-hide {
        display: none;
    }
}