/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/
.cc_container .cc_btn {
background-color: #987e64 !important; /* button color */
color: #ffffff !important; /* button textcolor */
text-decoration: none !important;
}
 
.cc_container {
background: #383026 !important; /* box background */
color: #fdfdfd !important; /* box textcolor */
}
 
.cc_container a {
color: #b48a6c !important; /* linkcolor */
text-decoration: underline !important;
