$(document).ready(function() {
    $('#google-captions span').qtip({
        'content'   : '<ol><li>Play the video</li><li>mouse over the black button</li><li>mouse over <span style="color: red;">red cc</span></li><li>Choose <strong>Transcribe Audio</strong> <span style="color: red; font-size: 10px; vertical-align: top;">BETA</span></li></ol>',
        'style'     : { width: 280 }
    });
});
