<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a.sm2_link,
a.sm2_link:focus,
a.sm2_link:hover
{

 display:inline-block;
 min-height:25px;
 min-width:25px;
 vertical-align: middle;
 color:#fff;
 font-size: 40px;
}
a.sm2_link:before {
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	content: "\f144";
}


a.sm2_playing:before {
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	content: "\f28b";
}


body #sm2-container object,
body #sm2-container embed {

 left:-9999em;
 top:-9999em;
}

</pre></body></html>