#cryptonomist-speech
{
    width: 100%;
    background: #efefef;
    padding: 5px 10px;
    font-size: 13px;
    margin-bottom: 20px;
}
    #cryptonomist-speech > span
    {
        color: var(--aqua);
        font-weight: bold;
        letter-spacing: 0.5px;
    }
    #cryptonomist-speech > *
    {
        display: inline-block;
        vertical-align: middle;
    }
    #cryptonomist-speech .audio
    {
        background: #ddd;
        padding: 3px 10px;
        border-radius: 4px;
        margin: 0 10px;
    }
    #cryptonomist-speech button
    {
        background: transparent;
        border: none;
        outline: none;
        vertical-align: top;
        display: inline-block;
        margin-right: 10px;
    }
    #cryptonomist-speech button.play
    {
        width: 24px;
        height: 24px;
        background: url('images/play-arrow-black.svg') no-repeat center;
    }
    #cryptonomist-speech button.pause
    {
        width: 24px;
        height: 24px;
        background: url('images/pause-black.svg') no-repeat center;
    }
    #cryptonomist-speech #audio-length
    {
        font-size: 16px;
        font-weight: bold;
    }
    #cryptonomist-speech a
    {
        background: transparent;
        border: none;
        font-size: 10px;
        font-weight: bold;
        line-height: 25px;
        vertical-align: middle;
        text-transform: uppercase;
        color: #333;
        padding: 0 5px;
    }
    #cryptonomist-speech a:hover
    {
        color: var(--aqua);
        background: #ddd;
    }
        #cryptonomist-speech a > img 
        {
            display: inline-block;
            vertical-align: middle;
        }