#questions table td {
    vertical-align: top;
}
#questions div.marker {
    background: blue;
}

#questions div.marker {
    background-color: #F4CA1C;
    font-size: 5em;
    font-family: amboy-inline; 
    margin: 1em;
    background: linear-gradient(20deg, transparent 20%, rgba(255,69,0,0.8) 20%, rgba(255,69,0,0.8) 80%, transparent 80%);
    padding: 0 0.2em;
    transform: scale(1.1);
}
        
    