.sas-oauth-widget a {
    margin: 0;
    margin-right: 16px;
    padding: 0;
    text-decoration: none;
}

.sas-oauth-widget .hide {
    display: none;
}

.sas-oauth-widget .show {
    display: inline-block;
    animation: fadeIn .3s;
}

.sas-oauth-widget .showMore {
    cursor: pointer;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}