@import url(https://web-archive.nli.org.il/National_Library/cs_/https://fonts.googleapis.com/css?family=Quattrocento+Sans:400,700);



.auth-clients-wide {
    padding: 0px;
    border-right: 1px solid #aaa;

}

.auth-link {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.auth-link:before, .auth-link:after {
    content: '';
    display: block;
    position: absolute;
    box-sizing: border-box;
}
.auth-link{text-decoration: none !important;}

.auth-link {
    position: relative;
    display: block;
    width: 250px;
    height: 40px;
    margin: 20px 0 10px;
    padding: 0 0 0 55px;
    overflow: hidden;
    font: 700 15px/40px 'Quattrocento Sans', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    color: #555;
    border-radius: 2px;
    white-space: nowrap;
   /* background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%); */
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}
a.auth-inside,a.auth-inside:hover{
    text-decoration: none;
}

.auth-link.connected{
    margin:  10px 0 10px 0;
}
.auth-box{
    padding: 0 10px 0 10px;
    margin-left:20px !important;
    width: auto;
    background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
}
.auth-link.inactive {
    cursor:default !important;
}
.auth-link span {
    font-size: 14px;
    text-transform: none;
    color: #aaa;
}
.auth-link.facebook{
    left: 0px;
    background: url('/National_Library/oe_/https://www.postedad.ca/images/social.png') 0 0;
}
.auth-link.twitter{
    left: 0px;
    background: url('/National_Library/oe_/https://www.postedad.ca/images/social.png') 0 -42px;
}
.auth-link.google{
    left: 0px;
    background: url('/National_Library/oe_/https://www.postedad.ca/images/social.png') 0 -84px;
}