
table{
    width:100%;
}

img{
    margin:2px;
    height:2em;
}
.reaction div{
    display:flex;
    align-items:center;
    height: 32px;
    margin: 2px;
    padding: 0 6px;
    border-radius: 4px;
}
.reaction span{
    font-size: 0.9em;
    margin-left:4px;
}
.reaction img{
    height:1.25em;
}
.disp{
    font-size:14px;
    display:flex;
    flex-wrap:wrap;
}