.yellowbuttondefault {
    background: #ffb400;
    border: none;
    border-radius: 3px;
    color: #fff !important;
    font-size: .9rem;
    line-height: 1;
    margin: 0;
    padding: 5px 16px;
display:block;
text-align: center}

.yellowbuttononpage {
    background: #ffb400;
    border: 1px solid #ffb400;
    border-radius: 3px;
    color: #fff !important;
    font-size: 1rem;
    line-height: 1;
    margin: 0;
    padding: 15px 30px;}

.bluebuttononpage {
    background: #009bef;
    border: 1px solid #009bef;
    border-radius: 3px;
    color: #fff !important;
    font-size: 1rem;
    line-height: 1;
    margin: 0;
    padding: 15px 30px;}

.whitebuttononpage {
    background: #fff;
    border: 1px solid #009bef;
    border-radius: 3px;
    color: #009bef !important;
    font-size: 1rem;
    line-height: 1;
    margin: 0;
    padding: 15px 30px;}

.single .post-content {					
    padding: 5%;
}

.full-width .post-header {						
    border-bottom: 1px solid #eee;
    padding: 8% 5%;
    position: relative;
}

.tablepress-id-3 tr td {padding-top:15px;padding-bottom:15px;}

.clearancebutton {
    background: #ffb400;
    border: none;
    border-radius: 3px;
    color: #fff !important;
    font-size: 1em;
    line-height: 1;
    margin: 0;
    padding: 1em 2em;
    text-align: center;
}

.clearancebutton:hover {
    background: #da9a00;text-decoration:none;color:#fff !important;
}
.post-content a {color:#00a0f5}
.post-content a:hover {color:#00a0f5}

.jetpack_subscription_widget {margin:25px;}
.jetpack_subscription_widget #subscribe-text p {margin-bottom:15px;line-height: 1.4em;}
.jetpack_subscription_widget button {background: #ffb400; color: #fff; padding: 10px 20px;}
.jetpack_subscription_widget button:hover {background: #009bef;}
.jetpack_subscription_widget p.error {background:red;color:#fff;padding:10px 15px;margin-bottom:15px;}
.jetpack_subscription_widget .success {background:#23d96c;color:#fff;padding:10px 15px;margin-bottom:15px;}
#standalone-subscription {border: 1px solid #999;padding: 25px;background: #fff;width: 97%;margin: 0 auto 40px auto;}
#standalone-subscription .jetpack_subscription_widget input[type="email"] {
	background: #fdfdfd;
	border: 2px solid #eee;
	border-radius: 3px;
	color: #333;
	font-size: .85em;
	padding: 14px 16px;
	-moz-transition: background .2s ease-in-out;
	-ms-transition: background .2s ease-in-out;
	-o-transition: background .2s ease-in-out;
	-webkit-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
	width: 100%;
	-webkit-appearance: none;margin-bottom:20px;
}
.category-subscription h2.widgettitle {font-size: 24px;margin-bottom: 15px;}
.post-content .jetpack_subscription_widget h2.widgettitle {margin-top:0px;}
.osano-cm-widget { display: none; }

#tablepress-7_filter {
    float: none;
    white-space: nowrap;
    padding: 20px 5px;
    background: #4b5564;
    margin: 25px 0 0 0;
    color: #fff;
    text-align: center;
	margin-bottom: 25px;}


#tablepress-7_filter input {
    border: 3px solid #ccc;
    padding: 5px;
	width: 40% !important;}