﻿.graph-example
{
    font-size: 16px;
    margin: 15px;
}
        
.graph-example div
{
    margin: 10px;
    margin-left: 20px;
}

.graph-example a
{
    text-decoration: none;
    border-width: 0px;
}
    .graph-example a:hover {
        text-decoration: underline;
    }



h2 
{
    padding-left: 40px;
}

h1 span {
    white-space: nowrap;
}

h2 span {
    white-space: nowrap;
}

.graph-description {
    padding: 20px;
    font-size: 14px;
}

.graph-container-row
{
    margin-top: 20px;
    padding-bottom: 10px;
    border: 0 solid #c2c2c2;
    border-bottom-width: 1px;
}
        
/*.graph-container
{
    height: 615px; 
}*/
        
.formula-view
{
    display: inline-block;
    margin-bottom: 10px;
}
        
.MathJax_Display 
{ 
    font-size: 16px;
    text-align: left !important;
    display: inline !important;
}
        
.formula-text 
{
    display: inline-block;
}