body,
.slds-table,
.slds-table thead th
{
    background: transparent!important;
}

.slds-scope, 
.slds-scope h1,
.slds-scope h2,
.slds-scope h3,
.slds-scope h4,
.slds-scope h5,
.slds-scope h6,
.slds-scope th,
.slds-scope td {
    font-family: Georgia, 'Times New Roman', Times, serif !important;
}


.slds-scope a 
{
    text-decoration: underline!important;
    color: #435b2f!important;
    
}

.slds-scope .slds-table:not(.slds-no-row-hover) tbody tr:hover>td,
.slds-scope .slds-table:not(.slds-no-row-hover) tbody tr:hover>th,
.slds-scope .slds-table:not(.slds-no-row-hover) tbody tr:focus>td,
.slds-scope .slds-table:not(.slds-no-row-hover) tbody tr:focus>th 
{
    background-color: #00000010!important;
}


iframe {
    background: transparent!important;
}
iframe > body {
    background: transparent!important;
}

.slds-scope .slds-table_bordered:not(.slds-no-row-hover) tbody tr:hover>td:not(.slds-has-focus),
.slds-scope .slds-table_bordered:not(.slds-no-row-hover) tbody tr:hover>th:not(.slds-has-focus),
.slds-scope .slds-table_bordered:not(.slds-no-row-hover) tbody tr:focus>td:not(.slds-has-focus),
.slds-scope .slds-table_bordered:not(.slds-no-row-hover) tbody tr:focus>th:not(.slds-has-focus),
.slds-scope .slds-table--bordered:not(.slds-no-row-hover) tbody tr:hover>td:not(.slds-has-focus),
.slds-scope .slds-table--bordered:not(.slds-no-row-hover) tbody tr:hover>th:not(.slds-has-focus),
.slds-scope .slds-table--bordered:not(.slds-no-row-hover) tbody tr:focus>td:not(.slds-has-focus),
.slds-scope .slds-table--bordered:not(.slds-no-row-hover) tbody tr:focus>th:not(.slds-has-focus) 
{
    box-shadow: none!important;
}