#openid_connect_login {
    text-align: center;
}

#openid_connect {
    box-shadow: 7px 10px 12px -12px rgb(0 0 0 / 75%);
    background-color: #0178d4;
    color: #FFFFFF;
}
.holdcount { font-size : 105%; line-height : 200%; }
.holdcount a {
    border : 1px solid #a4bedd;
    background-color : #e4ecf5;
    font-weight : bold;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding : .1em .4em;
    text-decoration : none;
}
.holdcount a:hover { background-color : #ebeff7; }

/* 505 visualization improvements */
.contents .g:before{
    content: "\A";
    white-space: pre;
}

.contents .t:before {
    content: "\A→ ";
    white-space: pre
}