/* Support #135449 - Button styling */

	#cb-content a.w3-button.w3-red {
	    color: #fff;
	    background: #ED462F;
	    padding: 10px 15px;
	    line-height: 3;
	}

	#cb-content  a.w3-button.w3-red:hover {
	    text-decoration: unset;
	    border: 2px solid #ED462F;
	    background: #fff;
	    color: #ED462F;
	}