CSS button not working

There you go...

Copy the code this ^ guy did here ^ into your button

Edit...
Forgot to say, it's probably not gonna work with extra stuff inside the <i>

Try this...

    <md-button class="md-button program-names darkred">
        <i class="material-icons">
            analytics
        </i>
        <md-tooltip>Device status</md-tooltip>
    </md-button>