<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 

	Description: DCOE:DESIGNS wordpress theme. 
	Version: 1
	Author: DCOE:DESIGNS 
	Author URI: http://www.dcoed.com 
	
*/
.donation-left{ float: left; width: 25%; clear: both;  }
.donation-left img{ width: 100%; }
.donation-right{ float: right; width: 70%; }
.dontations hr{ clear: both; margin-bottom: 25px; }

.donate-now{
    background: #f05941;
    color: #fff !important;
    text-transform: uppercase;
    border: none;
    padding: 17px 40px;
    min-width: 150px;
    font-size: 14px;
    transition: background-color .4s;
    text-decoration: none !important;
    display: inline-block;
    clear: both;
    margin: 10px 0;
    text-align: center;
}
.donate-now:hover{ background: rgba(244,130,112,.7); }</pre></body></html>