.tooltip {
    border-radius: 50%;
    border: solid 1px black;
    padding: 0px 4px;
    font-size: 11px;
    vertical-align: top;
    cursor: help;
    user-select: none;
}

.infobulle.permanent {
    font-weight: bold;
    font-size: large;
    margin-bottom: 15px;
}
/*
.infobulle.permanent + .infobulle.permanent {
    margin-top: 5px;
}

.messages > .infobulle.permanent:last-child {
    margin-bottom: 5px;
}
*/