
.mathjax{
    font-size: 18px;
    color: black;
}

.mathjaxinline{
    font-size: 18px;
    color: black;
}

.mathframe{
    overflow: scroll;
    overflow-x: auto;
    overflow-y: auto;
    display: block;
    
    white-space: nowrap;
    
}

.mathframe::-webkit-scrollbar {
    width: 1em;
    height: 5px;
}
 
.mathframe::-webkit-scrollbar-track  {
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
}
 
.mathframe::-webkit-scrollbar-thumb  {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.mathtable {
    border-collapse: collapse;
    width: auto;
    
    
}


.mathtd, .mathth {
    border: 1px solid #000;
    text-align: center;
    padding: 8px;
    
}
