/*
    spread voices throughout the domain...
*/
.say2-outermost {
    display: flex;
    flex-direction: row;
    gap:10px;
    place-items:start;
    color: #000;
}
.say2-bubble {
    display: flex;
    flex-direction: row;
    gap: 0;
    z-index:100;
    position: relative;
}
.say2-devilstail {
    width: 7ex;
    height: 3px;
    margin-top:1.5em;
    margin-right:-2px;
    border-left: 2px #000 solid;
    border-top: 2px #000 solid;
    border-bottom: 2px #000 solid;
    background: #fff;
    z-index:101;
    position: relative;
}
.say2-what {
    border: 2px #000 solid;
    background: #fff;
    padding: 1em;
    position: relative;
    z-index:100;
    min-width: 4em;
    min-height: 1em;
}
.say2-train {
    display:flex;
    flex-direction:column;
    gap:0;
    position: relative;
    align-items: start;
}
.say2-stem {
    width: 3px;
    border-left: 2px #000 solid;
    border-right: 2px #000 solid;
    height: 9px;
    margin-top: -2px;
    margin-bottom: -2px;
    background-color: #fff;
    margin-left: 2em;
    position:relative;
    z-index:101;
}