﻿.stickys-container {
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: -120px;
    top: 290px;
    width: 210px;
    z-index: 1100;
}

.stickys li {
    list-style-type: none;
    background: linear-gradient(to left,#f08534,#fff);
    color: #efefef;
    height: 43px;
    padding: 0px;
    margin: 0px 0px 1px 10px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}

    .stickys li:hover {
        margin-left: -115px;
    }

    .stickys li img {
        float: left;
        margin: 5px 4px;
        margin-right: 5px;
    }

    .stickys li p {
        padding-top: 5px;
        margin: 0px;
        line-height: 16px;
        font-size: 11px;
    }

        .stickys li p a {
            text-decoration: none;
            color: #2C3539;
        }

            .stickys li p a:hover {
                text-decoration: underline;
            }

#followbuttons {
    top: calc(100% - 80px) !important;
    border: 0;
    position: fixed;
    z-index: 1000;
    right: 0;
}
