#mainlogo {
    max-width: 50px;
    height: auto;
    display: block;
}


.table-rounded {
    border-radius: 7px;
    overflow: hidden; /* IMPORTANT */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}