/* Smooth transition for navbar - needs to be revised, currently doesn't work
header.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    transition: top 0.3s ease-in-out;
} */

/* Enabling underlined text */
.fake-link {
    text-decoration: underline;
    color: black;
    cursor: default;
}

/* Remove all background colors, stripes, and borders */
table.landing-list, 
table.landing-list td, 
table.landing-list tr,
table.landing-list th {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* Ensure no "hover" effects highlight the rows */
table.landing-list tr:hover {
    background-color: transparent !important;
}
