body[data-md-color-scheme="gruvboxLight"] th[role=columnheader]::after {
color: #fbf1c7 !important;}




body[data-md-color-scheme="gruvboxLight"] p code{
color: #1d2021;
background-color: #ebdbb2;
}
/*
body[data-md-color-scheme="gruvboxLight"] .tabbed-set label{
background-color: #ebdbb2;
}*/
body[data-md-color-scheme="gruvboxLight"] .tabbed-content p code{
background-color: #d5c4a1 !important;
border: 0.001rem dashed #a89984;
color: #427b58 !important;
font-size: inherit !important;
padding-right: 0px !important;
padding-left: 0px !important;
font-family: p !important;

}

body[data-md-color-scheme="gruvboxLight"] .tabbed-content p{
color: #1d2021;

}
body[data-md-color-scheme="gruvboxLight"] .tabbed-content{
Background-color: #ebdbb2;
padding-left: 10px !important;
padding-right: 10px;
}
body[data-md-color-scheme="gruvboxLight"] mark{
font-size: 11px !important;
background-color: transparent !important;
color: #b57614 !important;
vertical-align: super;
font-weight: bold;
}

body[data-md-color-scheme="gruvboxLight"] mark[data-md-highlight]{
vertical-align: inherit !important;
background-color: #d79921 !important;
color: #1d2021 !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: 400;
}






body[data-md-color-scheme="gruvboxLight"] .md-ellipsis {
    font-family: h1;
    color: #fbf1c7;
}








body[data-md-color-scheme="gruvboxLight"] .md-nav__link {
	  padding-right: 10px;
	  padding-left: 10px;
	  margin-top: 5px;
	  padding-top: 6px;
	  color: #1d2021 !important;
	  padding-bottom: 6px;
	  font-size: 14px;
	  font-family: p;
	  background-color: #d5c4a1;
	  border-radius: 0px;
	  font-weight: 600;

	  }


body[data-md-color-scheme="gruvboxLight"] .md-nav__link:hover{
  color: #ebdbb2 !important;
  background-color: #3c3836;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 14px;
}
body[data-md-color-scheme="gruvboxLight"] .md-nav__link.md-nav__link--active{

  border-radius: 2px !important;
  color: #ebdbb2 !important;
  background-color: #3c3836;
  padding-top: 0.5em;
  padding-bottom: 0.5rem;
  font-weight: bold;
  font-family: h3;
}




body[data-md-color-scheme="gruvboxLight"] .md-typeset hr {
height: 0.01rem !important;
border-bottom: 1px solid #ebdbb2 !important;
}



body[data-md-color-scheme="gruvboxLight"] td {
    font-family: p;
    font-size:15px;
    color: #282828;
}



body[data-md-color-scheme="gruvboxLight"] h2{
font-family: h2;
color: #32302f !important;

}



body[data-md-color-scheme="gruvboxLight"] strong {
color: #1d2021 !important;
}






body[data-md-color-scheme="gruvboxLight"] .md-content {
  padding-top: 1.5rem;
  border-right: 1px solid #ebdbb2;
  border-left: 1px solid #ebdbb2;
}


body[data-md-color-scheme="gruvboxLight"] .md-header {
  border-bottom: 8px solid #3c3b36;
  background-color: #3c3b36;
}


/*Target a class inside of a class*/
body[data-md-color-scheme="gruvboxLight"] .md-header__topic .md-ellipsis {
  padding-top: 5px;
  font-size: 1.2rem;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

body[data-md-color-scheme="gruvboxLight"] .md-footer{
  background-color: #3c3b36;
}

body[data-md-color-scheme="gruvboxLight"] .md-footer-meta.md-typeset{
  background-color: #3c3b36;
  border-top: 1px solid #1d2021;
}




body[data-md-color-scheme="gruvboxLight"] .md-search__form{
  margin-top: 10px;
  background-color: #665c54 !important;
 } 
  
body[data-md-color-scheme="gruvboxLight"] .md-search__input {
  color: #fbf1c7 !important;
}

body[data-md-color-scheme="gruvboxLight"] .md-search__form:hover{
  margin-top: 10px;
  background-color: #7c6f64 !important;
}


body[data-md-color-scheme="gruvboxLight"] table{
width: 100% !important;
    background-color: #ebdbb2 !important;
  font-family: p;
  
}

body[data-md-color-scheme="gruvboxLight"] .admonition{

background-color: #1d2021 !important;
color: #ebdbb2 !important;


}
body[data-md-color-scheme="gruvboxLight"] .md-typeset table:not([class]) td {
border-top: 1px solid transparent;
}

body[data-md-color-scheme="gruvboxLight"] .md-typeset table:not([class]) {
border: 1px solid transparent;
}

body[data-md-color-scheme="gruvboxLight"] .md-typeset table:not([class]) th {
  width: 10% !important;
  color: #fbf1c7 !important;
  background-color: #665c54 !important;
  border:#d5c4a1 thin solid;
}


body[data-md-color-scheme="gruvboxLight"] td {
 border: #d5c4a1 thin solid;
}




