  #single-notif {
    background: #015787;
    padding: 20px;
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
    border: 5px solid #C2DDF0;
}

#single-notif h5 {
    color: #fffec6;
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}

#single-notif h5.nomore {
    color: #ffa4a4;
}

#single-notif p {
    margin-bottom: 0 !important;
}

#single-notif a {
    color: yellow;
}

#single-notif a:hover {
    color: #fff !important;
}

#single-login-box {
    /* background: #ebebea; */
    padding: 20px;
}

.paywall-subscribe-cta-button {
    margin:2rem 0;
    padding:1rem 2rem;
    background-color:#f58220;
    color:white;
    border-radius:5px;
    font-size:1.25rem;
    font-weight:bold;
    text-decoration: none;
}

.paywall-subscribe-cta-button:hover,
.paywall-subscribe-cta-button:active,
.paywall-subscribe-cta-button:focus {
    background-color:#cb7020;
    color:white;
    text-decoration: none;
}

.green-btn {
    background: #00a65d;
    display: block;
    width: 100%;
    padding: 10px;
    font-weight: bold;
    color: #fff;
    text-decoration: none !important;
    text-align: center;
}

.green-btn:hover {
    background: #00703f;
    color: #fff !important;
}

.blue-btn {
    background: #0083BF;
    display: block;
    width: 100%;
    padding: 10px;
    font-weight: bold;
    color: #fff;
    text-decoration: none !important;
    text-align: center;
}

.blue-btn:hover {
    background: #00618d;
    color: #fff !important;
}

.purple-btn {
    background: #6c3a83;
    display: block;
    width: 100%;
    padding: 10px;
    font-weight: bold;
    color: #fff;
    text-decoration: none !important;
    text-align: center;
}

.purple-btn:hover {
    background: #481f5b;
    color: #fff !important;
}

.gray-btn {
    background: #5e5e5e;
    display: block;
    width: 100%;
    padding: 10px;
    font-weight: bold;
    color: #fff;
    text-decoration: none !important;
    text-align: center;
}

.gray-btn:hover {
    background: #484848;
    color: #fff !important;
}

.tip {
    display: block;
    font-size: .722em; /* 13px */
    text-align: center;
    line-height: normal;
    margin-top: 10px;
}

/* Small devices (landscape phones) */
@media (max-width: 576px) {
    .tip {
        margin-top: 5px;
        margin-bottom: 15px;
    }
}