﻿BODY {
	max-width: 1080px;
        font-family: Roboto, Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	margin: 0 auto;
	color: #333;
	background-color: rgba(249, 249, 249, .3);
}
div.separator-type {
        padding: 6px;
        border: 1px solid rgba(238, 231, 231, 0.445);
}
p.heading-name,
p.formula-example {font-size: 10pt;}
p.heading-name {
        font-weight: 600;
        font-size: 97%;
        border-bottom: 1px solid black;
}
p.formula-example {
        color: #0b45b9;
        padding: 2px 0 2px;
        font-size: 14px;
	line-height: 22px;
        font-family: Roboto, Arial, sans-serif;
        margin-bottom: 6px;
        letter-spacing: .2px;
        border-bottom: 1px solid #DEE4F0;
}
div.separator-type span {color: #ff0000;}
div.separator-type p {display: block;}



@media (min-width: 800px){
        .tables {
                display: flex;
                justify-content: space-between;
        }
        .tables div {width: 49%;}
        }