/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 04 2017 | 17:59:28 */
/* Add your CSS code here.
                     
For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

div.leaky_paywall_subscription_option {
	display: table-cell;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 15px;
	margin-left: 5px;
	margin-right: 5px;
    border: 2px solid #000000;
    -webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
    box-shadow: 0 0 20px #888888;
    width: 300px;
	font-size: 16px;
    line-height: 26px;
    text-align: left;
}