@import url('black_theme.css');
@import url('gold_theme.css');


#simple-a {
    border: 1px solid var(--color-border-green) !important;
}

#simple-a th {
    color: var(--color-text-green) !important;
    border-bottom: 2px solid var(--color-border-green) !important;
    background: var(--color-bg-bright-gray-20) !important;
}

#simple-a td {
    color: var(--color-text-green) !important;
    border-bottom: 1px solid var(--color-border-green) !important;
}

#simple-b {
    border: 1px solid var(--color-border-green) !important;
}

#simple-b th {
    color: var(--color-text-green) !important;
    border-left: 1px solid var(--color-border-green) !important;
    border-bottom: 2px solid var(--color-border-green) !important;
    background: var(--color-bg-bright-gray-20) !important;
}

#simple-b td {
    color: var(--color-text-green) !important;
    border-left: 1px solid var(--color-border-green) !important;
    border-bottom: 1px solid var(--color-border-green) !important;
}


#one-column-emphasis-4 th {
    color: var(--color-text-charcoal) !important;
    border-bottom: 2px solid var(--color-border-green) !important;
  }
  
  #one-column-emphasis-4 td {
    color: var(--color-text-charcoal) !important;
    border-bottom: 1px solid var(--color-bg-grey-80) !important;
  }
  
  #one-column-emphasis-4 tr:hover td {
    color: #111;
    background: #FBF8EC;
  }
  