@charset "utf-8";
/* Important! Give the content div a position relative */
/* CSS for Social Float Buttons */
#social-float-icons {
    position: fixed;
    left: 10px;
    bottom: 10px;
    width: 80px;
    padding: 10px 5px;
    text-align: center;
    background-color: #fff;
    border: 5px solid rgba(180, 180, 180, .7);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.float-twitter {
    height: 62px;
    margin-bottom: 10px;
}
.float-facebook {
    height: 60px;
    margin-bottom: 10px;
}
.float-googleplus {
    height: 60px;
}