﻿.snp-body:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: hsla(0,0%,100%,.2);
    background: linear-gradient(180deg,hsla(0,0%,100%,0) 0,#fff);
}

.articleBody {
    position: relative;
}

.snp-login {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    margin: 15px 0;
    line-height: 24px;
    color: black;
}

.btn-register {
    width: 49%;
    border-radius: 0px;
    color: #000;
    background-color: #e3e3e3;
    border-color: #e5e5e5;
    font-size: 15px;
}

.btn-login {
    width: 100%;
    border-radius: 0px;
    color: #fff;
    background-color: #db1921;
    border-color: #e5e5e5;
    font-size: 15px;
}

#FreeText {
    color: #db1921;
    font-size: large;
}

.btn-login:hover, .btn-login:focus, .btn-login.focus {
    color: #333;
    background-color: #f2f2f2;
    text-decoration: none;
}

.btn-register:hover, .btn-register:focus, .btn-register.focus {
    color: #333;
    background-color: #f2f2f2;
    text-decoration: none;
}

a[href*='/download/'] {
    display: none;
}

.googleon {
    margin-left: -15px;
}

.social-share-item-opacity {
    opacity: 0.7;
}