@media (min-width: 1024px) {.share_container {display:none;}}
.share_container {margin-bottom: 10px;}
.sharebtn span{
    background-color: #5cbe4a;
    border-radius: 0 2px 2px 0;
    color: #fff !important;
    cursor: pointer;
    display: inline-block !important;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 1.2;
    padding: 2px 5px 2px 6px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    left:-3px;
    top:1px;
}

