.tooltip-button {
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 1rem;
    width: 2rem;
    height: 2rem;

    margin-left: auto;

    color: #f8f8f8;
    background-color: #2a6da4;
    border-radius: 2rem;

    display: flex;
    justify-content: center;

    user-select: none;
    cursor: pointer;
}

.tooltip-button i {
    margin: auto;
    line-height: 0;
    font-size: 1.5rem;
}

.tooltip-box {
    display: none;
    padding: 1rem;
    width: 100%;

    color: #f8f8f8;
    background-color: #2a6da4;

    border-radius: 0.5rem;
    margin-bottom: 1rem;
}

.tooltip-box .tooltip-div, .tooltip-box p {
    margin-bottom: 0.5rem;
}

.tooltip-table {
    min-width: 320px;
    border: #e0e0e0;
    background-color: white;
}

.tooltip-table td, .tooltip-table th, .tooltip-table {
    border: 2px solid #e0e0e0;
    border-collapse: collapse;
}

.tooltip-table-value, .tooltip-table-title {
    font-style: normal;
    font-weight: normal;

    padding: 0.5rem;
    color: #202020;
    text-align: center;
}

.tooltip-table-title {
    background-color: #f8f8f8;
    font-weight: bold;
}