﻿body {
    font-family:Segoe UI,Verdana,helvetica,sans-serif;
    margin-top:5px;
}

.headerFont {
    font-size:20px;  
}

table {   
    min-width:1024px;
    max-width:2048px;
    margin-left:auto;
    margin-right:auto;  
}

.leftmargin {
    width:160px;
    display: inline;
    float:left;
    margin-left:1em;
}

.leftmargintable {
    width:160px;
}

.rightItem {
    float:right;
}

.watermark {
    text-decoration-color:darkslateblue;
}

#inputBox {
    width:500px;
}

#deepLink {
    margin-left:.5em;
    margin-right:1em;
    width:8em;
}

.headerrow {
    height:50px;
}

.indent {
    float:left;
    width:2em;
    display:inline-block;
}

#decodedToken {
    margin-top: 16px;
}

.jsonField {
    color: #E40101;
}

.jsonValue {
    color:#2486B5;
}

#ExampleLink {
    margin-left:1em;    
    font-size:16px;
   
    text-align:right;
    color:darkslateblue;
    cursor:pointer;
}

.news {
    text-align:right;
    color:gray;
    width:200px;
}
.indent {
    float:left;
    width:2em;
    display:inline-block;
}

.tooltip {
    display: inline;
    position: relative;
}

.tooltip:hover:after{
    background: #333;
    background: #2486B5;
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(tip);
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 450px;
    opacity:1;
    
}

.MobileSection {
    font-size:30px;
}