#sidebar {
    position: absolute;
    top: 52px;
    right: 0;
    bottom: 0;
    width: 45px;
    z-index: 50;
}

#sidebar-controls {
    position: absolute;
    top: 10px;
    right: 6px;
    text-align: center;
}

#sidebar-controls button {
    margin-bottom: 6px;
    width:  32px;
}

#sidebar-social {
    position: absolute;
    bottom: 10px;
    right: 0;
    text-align: center;
}

#sidebar-social a {
    margin: 0;
    font-size: 32px;
}

#sidebar-social .s-twitter {
    color: #00bcf6;
}

#sidebar-social .s-twitter:hover {
    color: #00a0d2;
}

#sidebar-social .s-facebook {
    color: #3b5998;
}

#sidebar-social .s-facebook:hover {
    color: #253860;
}

#sidebar-social .s-google {
    color: #f2301c;
}

#sidebar-social .s-google:hover {
    color: #cd2918;
}

body.has-sidebar .popup-block.right {
    right: 60px;
}