/* Modern CSS Variables for consistent theming */
:root {
  /* Tells the browser the site supports both modes */
  color-scheme: light dark; 
  /* values for light theme */
  --primary-color: #2563eb;
  --primary-hover: #1d4ed8;
  --secondary-color: #64748b;
  --accent-color: #0ea5e9;
  --text-primary: #1e293b;
  --text-secondary: #64748b;
  --text-light: #94a3b8;
  --bulma-title-color: var(--primary-text);
  --bulma-text-strong: var(--primary-text);
  --background-primary: #ffffff;
  --background-secondary: #f8fafc;
  --background-accent: #f1f5f9;
  --border-color: #e2e8f0;
  --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --gradient-primary: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  --gradient-accent: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  --gradient-subtle: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%);
  --border-radius: 12px;
  --border-radius-lg: 16px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --section-bg: #f5f5f5; /* Your light mode background */
  --title-color: #363636; /* Your light mode title color */
  --bg-abstract: #ebebeb; /* Your dark mode background */
  --bg-footer: #ebebeb; /* Your dark mode background */
  --link-color: #0000ff; 
  --link-hover-color: #ff0000; 
  --text-emph1: #1111ff;
  --text-emph2: #ff1111;
  --bevel-border-radius: 0px; 
  --bevel-box-shadow1: 8px 8px 8px 0px rgba(255, 255, 255, 0.0);
  --bevel-box-shadow2: -8px -8px 8px 0px rgba(255, 255, 255, 0.0);
  --header-background-image: url(images/header_light.png);
  --pageBottom-background-image: url(images/header_light.png);
  --subHeader-background-color: #003366;
}

[data-theme="dark"] {
  /* values for dark theme */
  --primary-color: #2563eb;
  --primary-hover: #1d4ed8;
  --secondary-color: #64748b;
  --accent-color: #0ea5e9;
  --text-primary: #dedede;
  --text-secondary: #c4c3c3;
  --text-light: #c4c3c8;
  --bulma-title-color: var(--primary-text);
  --bulma-text-strong: var(--primary-text);
  --background-primary: #1e1e1e;
  --background-secondary: #2c2c2c;
  --background-accent: #f4f4f4;
  --border-color: #c2c8c0;
  --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --gradient-primary: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  --gradient-accent: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  --gradient-subtle: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%);
  --border-radius: 12px;
  --border-radius-lg: 16px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --section-bg: #1e1e1e; /* Your dark mode background */
  --title-color: #dedede; /* Your dark mode title color */
  --bg-abstract: #2b2b2b; /* Your dark mode background */
  --bg-footer: #2b2b2b; /* Your dark mode background */
  --link-color: #7799ff; 
  --link-hover-color: #ff1111; 
  --text-emph1: #22aaff;
  --text-emph2: #ff7777;
  --bevel-border-radius: 6px; 
  --bevel-box-shadow1: 2px 2px 2px 0px rgba(0, 0, 0, 0.15);
  --bevel-box-shadow2: -2px -2px 2px 0px rgba(0, 0, 0, 0.65);
  --header-background-image: url(images/header_dark.png);
  --pageBottom-background-image: url(images/header_dark.png);
  --subHeader-background-color: #222755;
}

[data-theme="dark"] h1,
[data-theme="dark"] h2,
[data-theme="dark"] h3 {
  color: var(--primary-text);
}


.myTableHeaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	vertical-align: top;
	text-align: center;
	background-repeat: no-repeat;
	background-position: right center;
	padding: 5px;
}
.header {
	height: auto;
	background-image: var(--header-background-image);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 33pt;
	color: #FFF;
	padding: 10pt;
	padding-left: 10pt;
	background-color: var(--background-primary);
}

.flexslider-container {  /* note, also another .css file */ 
    display: inline-flex;  /* avoids new line after <div> */
    #width: 40vw;             /* 40% of the screen width */
    #height: 30vw;             /* 40% of the screen width */
    width: 100%;
    aspect-ratio: 1.2;
    justify-content: center; /* Centers horizontally */
    align-items: center;     /* Centers vertically */
}

.img-left-container {
    display: inline-flex;  /* avoids new line after <div> */
    #width: 40vw;             /* 40% of the screen width */
    #height: 30vw;             /* 40% of the screen width */
    width: 100%;
    aspect-ratio: 1.2;
    justify-content: center; /* Centers horizontally */
    align-items: center;     /* Centers vertically */
}

.img-left {
    display: block;          /* Allows the image to accept horizontal auto margins */
    margin-left: auto;       /* Pushes the image to the center from the left */
    margin-right: auto;      /* Pushes the image to the center from the right */
    max-width: 50%;
    width: 50%;
    height: auto;
  border-radius: var(--bevel-border-radius);
  overflow: hidden;
}

.img-right-container {
    display: inline-flex;  /* avoids new line after <div> */
    #width: 40vw;             /* 40% of the screen width */
    #height: 30vw;             /* 40% of the screen width */
    width: 100%;
    aspect-ratio: 0.6;
    justify-content: center; /* Centers horizontally */
    align-items: center;     /* Centers vertically */
}

.img-right {
    display: block;          /* Allows the image to accept horizontal auto margins */
    margin-right: auto;       /* Pushes the image to the center from the left */
    margin-right: auto;      /* Pushes the image to the center from the right */
    max-width: 50%;
    width: 50%;
    height: auto;
  border-radius: var(--bevel-border-radius);
  overflow: hidden;
}

.mainBody {
#	width: 978px;
	font-size: 24pt;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	padding: 0pt;
	color: var(--text-primary);
	background-color: var(--background-primary);
}
a.urllink {
  #color: #3498db !important;          /* A bright blue color */
  color: var(--link-color) !important;         
  text-decoration: none !important;   /* Removes the default underline */
}
a.urllink:hover {
  color: var(--link-hover-color) !important;       
  text-decoration: none !important;   /* Removes the default underline */
}

.subHeader {
#	margin-left:auto;
#	margin-right:auto;
#	width: 1200px;
	height: auto;
	vertical-align: middle;
	background-color: var(--subHeader-background-color);
	color: #FFF;
	font-size: x-small;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2pt;
	padding-top: 4pt;
	padding-bottom: 5pt;
	padding-left: 10pt;
}
.pageBottom {
	background-image: var(--pageBottom-background-image);
	background-repeat: repeat-y;
	height: auto;
	color: #FFF;
	font-size: 16pt;
	padding: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}
.myTableBlurb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: right bottom;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: var(--text-primary);
	background-color: var(--background-primary);
}
.linkBottom {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	text-decoration: none;
}
.mainContent {
  width: 100%;       /* Fluid on mobile phones */
  max-width: 978px;  /* Locks to 978px on large desktop monitors */
  #margin: 0 auto;    /* Centers the layout container on desktop */
  margin: 0 left;   
}

.topMenuTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.linkTopMenu {
	font-size: 14pt;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.linkTopMenu:hover {
	font-size: 14pt;
	color: #F00;
	#color: var(--link-hover-color);
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}

.mainBody .pageBottom .right {
	text-align: right;
}
.mainBody .pageBottom .left {
	text-align: left;
}
.linkBottom:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	#color: #F00;
	color: var(--link-hover-color);
	text-decoration: none;
}
.mainContent a {
	#color: #00F;
	text-decoration: none;
	color: var(--link-color);
}
.mainContent a:hover {
	#color: #F00;
	text-decoration: none;
	color: var(--link-hover-color);
}
.blurbTable {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	color: var(--text-primary);
	background-color: var(--background-primary);
}
.linkBottom:visited {
	color: #FFF;
	text-decoration: none;
}


.video-container {
        position:relative;
        padding-bottom:56.25%;
        padding-top:30px;
        height:0;
        overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
}

video {
        max-width: 100%;
        width: 100%;
        height: auto;
}

table.vert td.markup1 code {
  display: inline-block;
  #display: flex;
  #word-break: break-all;
  white-space: normal;       /* Allows standard text wrapping */
  word-break: break-word;    /* Breaks long text links or strings safely */
  max-width: 978px;
}

table.responsive-table td {
  #display: inline-block;
  #display: block;
  #display: flex;
  #display: grid;
  #word-break: break-all;
  white-space: normal;       /* Allows standard text wrapping */
  #word-break: break-word;    /* Breaks long text links or strings safely */
  max-width: 978px;
}

/* Change Theme Button */
.theme-change {
  position: fixed;
  top: 1.2rem;
  right: 1.4rem;
  #width: 40px;
  #height: 40px;
  width: 3.5rem;
  height: 3.5rem;
  background: var(--text-primary);
  color: var(--background-primary);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  box-shadow: var(--shadow-lg);
}


.theme-change:hover {
  background: var(--primary-hover);
  transform: translateY(-3px);
  box-shadow: var(--shadow-xl);
}

.theme-change.visible {
  opacity: 1;
  visibility: visible;
}

/* ==========================================================================
   Combined Image Bevel, Sizing, Link & Centering Layouts
   ========================================================================== */

/* Core Bevel Setup for both standalone divs and inside links */
.beveled-image-container {
  position: relative;
  display: inline-block;
  border-radius: var(--bevel-border-radius);
  overflow: hidden;
  max-width: 100%;
}

/* 1. Force the container to respect any numerical width value assigned to it */
/*
.beveled-image-container[width] {
  width: attr(width px, auto) !important; 
}
*/

/* Make sure the container inside a link expands to fill the specified width */
.beveled-image-link {
  display: inline-block;
  max-width: 100%;
  text-decoration: none; /* Removes any accidental link underline on margins */
}

/* Apply the 3D overlay shadow effect */
.beveled-image-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: var(--bevel-border-radius);
  pointer-events: none;
  
  /* Adaptive light/dark properties */
  /* box-shadow: 
    inset 2px 2px 2px 0px light-dark(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.15)),
    inset -2px -2px 2px 0px light-dark(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.65));
  */
  box-shadow: 
    inset var(--bevel-box-shadow1), 
    inset var(--bevel-box-shadow2); 
}

/* Force inner images to match the size constraints safely */
.beveled-image-container img {
  display: block;
  width: 100% !important;
  height: auto !important;
}

/* Optional: Dark Mode visual comfort handling (filter brightness) */
[data-theme="dark"] {
  .beveled-image-container img {
    filter: brightness(0.85) contrast(1.05); /* Tones down harsh whites */
  }
}

/* Global Centering fix handling both standalone blocks and linked image blocks */
p.center .beveled-image-container,
div.center .beveled-image-container,
p.center .beveled-image-link,
div.center .beveled-image-link {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#wikitext p,
#wikitext ul,
#wikitext ol {
  max-width: 978px;
}

/* Apply your responsive theme variables straight to the input fields */
#wikiedit textarea,
textarea.inputtext {
  background-color: var(--background-secondary) !important;
  color: var(--text-primary) !important;
  border: 1px solid var(--text-light) !important;
  transition: background-color 0.2s ease, color 0.2s ease; /* Smooth visual transition */
}


/* -- Main table for layout -- */
.main-table {
  width: 100%;
  max-width: 960px;
}

/* --- DESKTOP STYLES (Default table behavior) --- */
.responsive-table {
  width: 100%;
  max-width: 960px;
  font-size: 14pt;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #FFF;
  background-color: var(--subHeader-background-color);
  text-decoration: none;
  border-collapse: collapse;
  margin: 2px 2px;
  #visibility: hidden; 
  visibility: visible; 
  opacity: 100%; 
}

.responsive-table th, 
.responsive-table td {
  padding: 1px;
  border: 0px solid #dddddd;
  text-align: center;
}

.responsive-table2 {
  width: 100%;
  max-width: 960px;
  font-size: 14pt;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #FFF;
  background-color: var(--subHeader-background-color);
  text-decoration: none;
  border-collapse: collapse;
  margin: 2px 2px;
  visibility: hidden; 
  display: none; /* hides completely */
  opacity: 100%; 
  #visibility: visible; 
  #display: table; /* shows with table layout */
}

.responsive-table2 th, 
.responsive-table2 td {
  padding: 1px;
  border: 0px solid #dddddd;
  text-align: center;
}
/* -- triple layout */

/* --- DESKTOP VIEW --- */
.triple-container {
  font-size: 12pt; 
  display: grid;
  /* Proportions: Left Sidebar (200px), Main (takes remaining space), Right Sidebar (250px) */
  grid-template-columns: 40% 40% 20%; 
  gap: 20px; /* Clean spacing between columns without using margins */
  width: 100%;
  max-width: 968px; /* Optional: limits max layout width on huge monitors */
  #margin: 5px auto;
  #border-collapse: collapse;
  #border: 1px solid var(--text-primary);
}



/* --- MOBILE STYLES (Triggers on phone screens) --- */
@media (max-width: 768px) {
 
  .flexslider {
    width: 95% !important;
  }


  .flexslider-container {  /* note, also another .css file */ 
      aspect-ratio: 1.1;
  }

  .img-left-container {
      aspect-ratio: 1.1;
  }



  /* -- Main table for layout -- */
  .main-table {
    display: block;
    width: 100%;
    max-width: 960px;
  }

  .triple-container {
    /* Destroys columns and stacks them vertically on smaller screens */
    grid-template-columns: 45% 45%;
    gap: 15px;
    padding: 0 15px;
    font-size: 11pt; 
    width: 100%;
    max-width: 750px; /* Optional: limits max layout width on huge monitors */
  }

  /* Optional: Re-order columns so Main Content displays first on mobile phones */
  .img-left-container {grid-row: 1}
  .flexslider-container {grid-row: 1}
  .col-left { grid-row: 2; }
  .col-main { grid-row: 2; }
  .col-right { grid-row: 3; }

  /* Hide the desktop header row completely */
  .responsive-table thead {
    display: none;
  }

  /* Force the table, rows, and cells to behave like block boxes */
  .responsive-table, 
  .responsive-table tbody, 
  .responsive-table tr, 
  .responsive-table td {
    #display: block;
    #width: 100%;
    max-width: 643px;
    box-sizing: border-box;
  }

  /* Separate each original row with a clean border/spacing block */
  .responsive-table tr {
    margin-bottom: 5px;
    border: 0px solid #bbbbbb;
    #background-color: var(--background-primary);
    padding: 2px;
    border-radius: 2px;
  }

  /* Style the individual cells to look like key-value pairs */
  .responsive-table td {
    text-align: center;       /* Aligns cell data to the right */
    padding-left: 0%;       /* Leaves room for the label on the left */
    position: relative;
    border: none;            /* Strips deep grid borders */
    border-bottom: 0px solid #eeeeee;
  }
  
  .responsive-table td:last-child {
    border-bottom: none;     /* Clears bottom border on last item */
  }

  /* Dynamically pull the 'data-label' string to create a left-aligned label */
  .responsive-table td::before {
    content: attr(data-label); /* Grabs "Product", "Price", etc. */
    position: absolute;
    left: 10px;
    width: 45%;
    padding-right: 10px;
    text-align: left;
    font-weight: bold;
    color: var(--text-primary, #1a1a1a);
  }
}




/* Mobile phone query */
@media (max-width: 768px) {


.mainBody {
	font-size: 12pt;
	#font-family: Verdana, Geneva, sans-serif;
	#background-color: #00ff00;
}

  /* Force containers to take up full mobile width instead of fixed desktop pixels */
  #wikileft, 
  #wikibody {
    width: 100% !important;
    display: block !important;
    margin: 10px 0 !important;
  }

  
  /* Strip out heavy desktop paddings so text doesn't get squished to the center */
  #wikitext {
    padding: 10px !important;
  }
  .header {
    font-size: 23pt;
  }
  .topMenuTable {
    width: 100%; 	
    font-size: 12pt;
  }
  .linkTopMenu {
	font-size: 11pt;
  }
  .linkTopMenu:hover {
	font-size: 11pt;
  } 
  .myTableHeaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	vertical-align: top;
	text-align: center;
	background-repeat: no-repeat;
	background-position: right center;
	padding: 10px;
	#background-color: #00ff00;
  }
  .subHeader {
    font-size: 5pt ! important;
  }

}


/* Mobile phone query */
@media (max-width: 648px) {


 .triple-container {
  display: grid;
  /* Defines exactly 3 horizontal tracks: 40% width, 20% empty gap, 40% width */
  grid-template-columns: 40% 1% 60% !important;
  grid-template-areas: none !important; /* Wipes out desktop layout maps if any */
  font-size: 12.5pt; 
  width: 100%; 	
  gap: 2px;
  padding: 0 0px;
  }

  .mainBody {
	  #font-size: 20pt;
	  #font-family: Verdana, Geneva, sans-serif;
	  #background-color: #00ff00;
  }

  .header {
    font-size: 18pt;
  }



  .flexslider-container {  /* note, also another .css file */ 
      display: flex !important;
      #width: 40%;
      #aspect-ratio: 1.1;
      grid-row: 1 !important;
      grid-column: 3 / 4 !important; /* Starts at line 1, stops at line 2 */
      width: 100% !important;
      height: 100% !important;
      justify-content: center !important; /* Centers horizontally */
      align-items: center !important;     /* Centers vertically */
  }

  .flexslider {
    position: relative !important;
    max-width: 200px !important;
    max-height: 120px !important;
    width: 80% !important;
    #vertical-align: bottom !important;
    #top: auto !important;
    /* Force the move down */
  }

  .flex-caption{
    width:96%;
    padding:1%;
    /*padding: 2px; */
    position:absolute;
    left:0;
    bottom:-6px !important;
    background:rgba(0,0,0,.6);
    color:#ffffff;
    text-align:center;
    text-shadow:0 -1px 0 rgba(0,0,0,.3);
    font-size: 8px !important;
    line-height:9px !important;
  }

  .flex-direction-nav .flex-prev { 
    opacity: 1;
    left: 5px !important;
  }

  .flex-direction-nav .flex-next { 
    opacity: 1;
    right: 5px !important;
  }

  .flex-control-paging li a {
    width: 8px !important;
    height: 8px !important;
  }

  .flex-control-nav li {
    margin: 0 3px !important;
  }

  .img-left-container {
      display: flex;
      #width: 40%;
      #aspect-ratio: 1.1;
      grid-row: 1 !important;
      grid-column: 1 / 2 !important; /* Starts at line 1, stops at line 2 */
      width: 100% !important;
      height: 100% !important;
      min-width: 0 !important;
      justify-content: center; /* Centers horizontally */
      align-items: center !important;     /* Centers vertically */
  }

  .img-left {
      display: flex;          /* Allows the image to accept horizontal auto margins */
      position: relative;
      margin-left: auto;       /* Pushes the image to the center from the left */
      margin-right: auto;      /* Pushes the image to the center from the right */
      max-width: 100%;
      width: 80%;
      #height: auto;
  }

  .img-right-container {
    display: none;
    visibility: hidden;
  }

  .topMenuTable { 
    display: block; 	  
    width: 100%; 	
    font-size: 12pt;
  }

  /* Optional: Re-order columns so Main Content displays first on mobile phones */
  /*.img-left-container {grid-row: 1; grid-column: 1}
  .flexslider-container {grid-row: 1; grid-column: 1} */
  .col-right { grid-row: 2}
  .col-left { grid-row: 3}
  .col-main { grid-row: 4}

  /* Ensure all other tags stretch across all 3 tracks so they look like 1 wide column */
  .triple-container > main,
  .triple-container > aside,
  .triple-container > div:not(.img-left-container):not(.flexslider-container):not(.img-left):not(.flexslider) {
    grid-column: 1 / 4 !important; /* Spans across all tracks */
    width: 100% !important;
  }


  /* Hide the desktop header row completely */
  .responsive-table {
    display: none; /* hide completely */
    visibility: hidden; 
    opacity: 100%; 
  }

  /* Force the table, rows, and cells to behave like block boxes */
  .responsive-table, 
  .responsive-table tbody, 
  .responsive-table tr, 
  .responsive-table td {
    display: none;
    #width: 100%;
    max-width: 968px;
    box-sizing: border-box;
  }

  /* Separate each original row with a clean border/spacing block */
  .responsive-table tr {
    margin-bottom: 5px;
    border: 0px solid #bbbbbb;
    #background-color: var(--background-primary);
    padding: 2px;
    border-radius: 2px;
  }

  /* Style the individual cells to look like key-value pairs */
  .responsive-table td {
    text-align: center;       /* Aligns cell data to the right */
    padding-left: 0%;       /* Leaves room for the label on the left */
    position: relative;
    border: none;            /* Strips deep grid borders */
    border-bottom: 1px solid #eeeeee;
  }
  
  .responsive-table td:last-child {
    border-bottom: none;     /* Clears bottom border on last item */
  }

  /* Dynamically pull the 'data-label' string to create a left-aligned label */
  .responsive-table td::before {
    content: attr(data-label); /* Grabs "Product", "Price", etc. */
    position: absolute;
    left: 10px;
    width: 45%;
    padding-right: 10px;
    text-align: left;
    font-weight: bold;
    color: var(--text-primary, #1a1a1a);
  }

  .responsive-table2 {
    width: 100%;
    max-width: 640px;
    font-size: 11pt;
    margin: 1px 1px;
    display: table; /* shows item, with table layout */
    visibility: visible; 
    opacity: 100%; 
  }

  .responsive-table2 th, 
  .responsive-table2 td {
    padding: 1px;
    border: 0px solid #dddddd;
    text-align: center;
  }

}
