.transcript-overlay{
    opacity:    0.3;
    outline:    3px solid white;
    background-color: transparent;
    color: rgba(255, 255, 255, 0.2);
}
.transcript-overlay-active{
    opacity:    0.8;
    background-color: transparent;
    outline:    3px solid darkred;
    color: rgba(255, 255, 255, 1);
}
.transcript-overlay-hover, .transcript-overlay:hover, .transcript-overlay:focus{
    opacity:    0.8;
    background-color: transparent;
    outline:    3px solid red;
    color: rgba(255, 255, 255, 1);
}
.transcript-overlay div {
    opacity: 0;
    background-color: black;
}
.transcript-overlay:hover div {
    opacity: 0.7;
}
.table-hovered, .table-hovered td {
    background-color: rgba(0,0,0, 0.075) !important;
}
