
#informations_panel {
    display: none;
    overflow-y: scroll;
    overflow-x: hidden;
    font-size: 12px;

    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: var(--primary-bg-color);

    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: var(--primary-bg-color);
}

#informations_panel > p{
    line-height:18px;
    text-align: justify;
}

#infos_write_to {
    display:inline-block;
    height: 14px;
}