/*======================================================================*/
/* Material Stylesheet                                                  */
/*======================================================================*/
/*
  Author : Christopher Batten
  Date   : September 2019
*/

.md-typeset H1
{
  color : black;
  font-weight : 500;
  margin: 0 0 0;  
}

.md-typeset H2
{
  color : black;
  font-weight : 500;
  margin: 1em 0 0;  
}

.md-typeset H3
{
  color : black;
  font-weight : 500;
  margin: 0 0 0;  
}

.md-typeset .admonition
{
  font-size : 100%;
}

.md-typeset details
{
  font-size : 100%;
}

.md-typeset details.question
{
  border-left-color : #448aff;
}

.md-typeset details.question > summary
{
  background-color: rgba(68, 138, 255, 0.1);
}

.md-typeset details.question > summary::before
{
  color: #448aff;
}

.md-typeset ul li
{
  margin-bottom: 0;
}

.md-typeset ol li
{
  margin-bottom: 0;
}

.md-typeset table:not([class])
{
  font-size : 100%;
}

IMG
{
  display: block;
  margin: auto;
}

UL.tight-list
{
  color: red;
}

img[src*="#border"] {
  border: 1px solid black;
}

/* prevent prompts from copying to clipboard */

.highlight .gp { /* Generic.Prompt */
  user-select: none;
}

/*
.md-typeset table:not([class]) th,
.md-typeset table:not([class]) td {
    margin:  0px;
    padding: 0px;
    border: 1px solid;
    width: 1px;
    white-space:nowrap;
}
*/

/* tables like github tables?
th, td {
    border: 1px solid var(--md-typeset-table-color);
    border-spacing: 0;
    border-bottom: none;
    border-left: none;
    border-top: none;
}

.md-typeset__table {
    line-height: 1;
}

.md-typeset__table table:not([class]) {
    font-size: .74rem;
    border-right: none;
}

.md-typeset__table table:not([class]) td,
.md-typeset__table table:not([class]) th {
    padding: 9px;
}

.md-typeset__table tr:nth-child(2n) {
    background-color: #f8f8f8;
}

[data-md-color-scheme="slate"] .md-typeset__table tr:nth-child(2n) {
    background-color: hsla(var(--md-hue),25%,25%,1)
}
*/
