
.footer {
    font-size: 11px !important;
}

.widget {
    border-radius: 6px;
    background-color: #F3F3F3;
}

h1 {
    text-align: center;
    font-weight: bolder;
}

table {
    background-color: #EAEAEA;
    border: 0;
    border-radius: 6px;
}

tbody tr:nth-child(even) {
    background-color: #D9D9D9;
}

td, th, tr {
    border: 0;
}

.aural {
    background: transparent;
    color: transparent;
    position: absolute;
    visibility: hidden;
    height: 1px;
    width: 1px;
    overflow: hidden !important;
}

/* Define the social media sub-table widths */
.absp-socials {
    --absp-social-media-img-width: 32px;
}
@media (min-width: 768px) {
    .absp-socials {
        --absp-social-media-img-width: 64px;
    }
}
.absp-socials img {
    width: var(--absp-social-media-img-width);
}
.absp-socials .custom-col {
    /* Column width is image width + 8px (4px padding left + 4px padding right) */
    flex: 0 0 calc(var(--absp-social-media-img-width) + 8px);
}

.navbar-word-search {
    min-width: 25rem;
}

.word {
    font-family: monospace;
}

.players-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}
.players-cards .card {
    width: 180px;
    flex: 0 0 180px;
}
.players-cards .card-img-top {
    width: 100%;
    height: 225px;
    object-fit: cover;
}
.players-cards .card-body {
    height: 3.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .5rem;
}
.players-cards .card-text {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.1;
    text-align: center;
}

div.story-image {
    width: 50%;
    float: right;
    text-align: center;
    margin-left: 1ex;
    padding-top: 2px;
    padding-bottom: 2px;
}
div.story-image img {
    width: 100%;
}

.menupanel .nav-link:hover {
    background-color: rgb(var(--bs-secondary-bg-rgb));
}

.csw24 {
    color: red
}
