.stocks-page .tabulator {
    border-radius: 1.25rem;
    background: #fff;
    font-size: 1rem;
}

.hover-panel {
    box-shadow: 0 4px 24px rgba(0,0,0,0.16);
    border-radius: 1.25rem;
    background: #fff;
    min-width: 320px;
    max-width: 420px;
}

@media (max-width: 600px) {
    .hover-panel {
        position: static !important;
        max-width: 100vw;
        margin-top: 1rem;
        right: 0;
        left: 0;
        bottom: 0;
    }
    .footer {
        display: none !important;
    }
}

.footer {
    font-size: 0.92rem;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    min-height: 36px;
}

.footer .list-inline-item a {
    padding: 4px 8px;
    font-size: 0.96rem;
}
