/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 24 2025 | 06:12:44 */
/* 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 */ 

a{
	color: var( --e-global-color-4bee457 );
}
[type=button], [type=submit], button {
    border: 1px solid var( --e-global-color-4bee457 );
    color: var( --e-global-color-4bee457 );
}
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    background-color: var( --e-global-color-4bee457 );
    color: #000;
}