<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.btnWrapper { padding: 5px; box-sizing: border-box; display: block; }

a.btn.stackedIconButton {
    display: block;
    box-sizing: border-box;
    padding: 6px 10px 6px 10px;
     text-align: center;
    color: #FFF;
}

a.btn.stackedIconButton img {
    margin-top: 10px;
}

a.btn.stackedIconButton em {
    font-size: 34px;
    display: block;
    margin-top: 10px;
     transition: all .2s ease-in-out;
}


a.btn.stackedIconButton:hover em,
a.btn.stackedIconButton:focus em {
    transform: scale(1.2);
}


a.btn.stackedIconButton &gt; span {
    -ms-transform: translate(0px,-3px);
    -webkit-transform: translate(0px,-3px);
    transform: translate(0px,-3px);
    display: block;
    margin-top: 5px;
}

a.btn.stackedIconButton &gt; span span {
    max-height: 2em;
    line-height: 1.2em;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
}

a.btn.stackedIconButton &gt; span:before {
    content: '';
    height: 2.2em;
    display: inline-block;
    vertical-align: middle;
}


.btnWrapper a.btn.stackedIconButton:after {
    background: #0c274f;
}


a.iconButton.btn:focus {
    color: #000;
}

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