.dataframe table {
        border: none;
        border-collapse: collapse;
        border-spacing: 0;
        color: black;
        table-layout: fixed;
    }

.dataframe thead {
    border-bottom: 1px solid black;
    vertical-align: bottom;
}

.dataframe tr, th, td {
    text-align: right;
    vertical-align: middle;
    padding: 0.5em 0.5em;
    line-height: normal;
    white-space: normal;
    max-width: none;
    border: none;
    font-size: 12px;
}

.dataframe th {
    font-weight: bold;
}

.dataframe tbody tr:nth-child(odd) {
    background: #f5f5f5;
}

.dataframe tbody tr:hover {
    background: rgba(66, 165, 245, 0.2);
}
