/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 08 2026 | 08:14:43 */
table.desc {
border: 5px solid #B6A3D9;
border-radius: 14px;
color:var(--pc-body-color);
width: 100%;
padding: 3px;
margin: auto;
}
td.desc-a {
border: 5px solid #B6A3D9;
border-width: 2px 2px 2px 0px;
padding: 5px;
padding-left: 8px;
background: #9676c1;
color: #fff;
font-family: Quicksand,	sans-serif;
font-weight: 700;
}
td.desc-c {
padding: 5px;
padding-left: 8px;
color: var(--pc-body-color);
font-family: Quicksand,	sans-serif;
font-weight: 600;
background: transparent;
}