/* Clean the list rendering wrapper when an identity button gets removed */
.external-login-block ul, 
.external-login-block li {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
