.bx-auth a {
    color: #2675d7;
    text-decoration: underline;
}
.pplus_links img {
    max-width: 250px;
    height: auto;
}
.cookie.sect p {
    line-height: 1;
}
.cookie.sect .content .desc {
    width: 80%;
}
.cookie.sect .content .desc a {
    color: #fff;
    text-decoration: underline;
}
.cookie.sect .content > .buttons {
    padding-top: 30px;
}
.cookie.sect {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    background-color: #292d33;
    padding: 5px 0;
    z-index: 999;
}
.cookie.sect.active {
    display: block;
}
.cookie.sect .content .desc {
    float: left;
    font-size: 14px;
    line-height: 30px;
}
.cookie.sect .content > .buttons {
    float: right;
    font-size: 0;
}
.cookie.sect .content > .buttons a.link {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 15px;
    border-bottom: 1px solid #fff;
    margin-left: 15px;
}
.cookie.sect .content > .buttons a.link:hover {
    color: #cb9e13;
    border-bottom-color: #cb9e13;
}
.cookie.sect .content .button {
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: none;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: #292d33;
    background-color: #e9e9e9;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 8px 30px;
}
.cookie.sect .container {
    max-width: 800px;
    margin: 0 auto;
}