/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
/* Place this in your theme's custom.css file or between <style> tags in footer.tpl */
a[href="http://www.whmcs.com/"], 
a[href="https://www.whmcs.com/"] {
    display: none !important;
}
/* Hide the entire paragraph containing the powered by text */
p:contains("Powered by WHMCS"),
p:contains("Powered by WHMCompleteSolution"),
p:contains("Powered by WHMCompleteSolution") a {
    display: none !important;
}
.wdes-wrap-account-page_footer {
	display: none;
}