﻿.stickys-container {
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: -160px;
    top: 230px;
    width: 210px;
    z-index: 1100;
}

.stickys li {
    list-style-type: none;
    background: linear-gradient(to left,#00000029,#fff);
    color: #efefef;
    height: 50px;
    padding: 3px;
    margin: 0px 0px 10px 5px;
    -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;
    border-radius: 10px;
}

    .stickys li:hover {
        margin-left: -115px;
    }

    .stickys li img {
        float: left;
        margin: 5px 4px;
        margin-right: 5px;
    }

    .stickys li p {
        padding-top: 13px;
        margin: 0px;
        line-height: 16px;
        font-size: 11px;
    }

    .stickys li p a {
        text-decoration: none;
        color: #3a4853;
        font-size: 16px !important;
        font-weight: bold;
    }

    .stickys li p a:hover {
        text-decoration: none;
    }

    #followbuttons {
        top: calc(100% - 80px) !important;
        border: 2px solid green;
        border: 0;
        position: fixed;
        z-index: 1000;
        right: 0;
    }
    