.paywall_popup {
    width: 294px;
    border: solid #8A8A8A 3px;
    text-align: left;
    background: white;
    position: fixed;
    font-size: 11px;
    bottom: 20px;
    z-index: 9999;
    margin-left: 2.5%;
}
.paywall_content {
    font-size: 12px;
}
.paywall_content, .paywall_bottom {
    color: black;
    padding: 10px 15px;
}
.paywall_popup h4, .paywall_popup h5 {
    margin: 0;
    margin-bottom: 1px;
    padding: 0;
    font-size: 125%;
}
.paywall_content h4 {
    margin-bottom: 3px;
}
.sp_spacer, .vspacing, p.vspacing {
    padding-top: 6px;
    line-height: 1px;
    margin: 0;
}
a.button_orange, a.button_bottom, a.button_gray {
    color: white;
    text-decoration: none;
}
.arrow_right {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid white;
    display: inline-block;
    margin-left: 5px;
}
.paywall_bottom {
    margin-top: 5px;
    padding-top: 10px;
}
.sp_border_top {
    border-top: 1px solid #c7c7c7;
}
.button_orange, .button_gray {
    font-size: 12px;
    background: #aa0016;
    color: white;
    text-transform: uppercase;
    padding: 6px;
    cursor: pointer;
    font-family: arial;
    display: inline-block;
    text-align: center;
    font-weight: bold;
}
.paywall_bottom div {
    margin-bottom: 5px;
}
.paywall_popup_close {
    height: 20px;
    width: 20px;
    font-weight: bold;
    border-radius: 100%;
    border: white;
    background: #8A8A8A;
    font-size: 20px;
    line-height: 17px;
    color: white;
    position: absolute;
    top: -12px;
    right: -10px;
    text-align: center;
    cursor: pointer;
    border: white solid 3px;
}
.paywall_popup_close:after {
    content:'x';
}
.pay_msg {
	margin: 6px 0 12px;
}