.container .col-lg-12 .act {
    text-align: center;
}

table tr td a {
    transition: 0.2s all ease-in;
    color:indigo;
}

table tr td a:hover {
    transition: 0.2s all ease-out;
    color: green;
}

.blog .container .row p {
    display: none;
}
tbody tr td{
    vertical-align: top;
    font-size: 15px;
}

.table-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
#customers {
    width: 100%;
    min-width: 800px; 
    border-collapse: collapse;
}

table tr td{
    line-height: 26px;
}

@media screen and (max-width: 980px) {
    .mobile-nav-toggle {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    #customers {
        font-size: 14px;
    }
    tbody tr td {
        font-size: 14px;
        padding: 8px;
    }
}