﻿   body{
            font-size:0.8em;
            margin:0px;
        }
   .sidenav{
       background-color:#051623;
       color:whitesmoke;
        height:100vh
   }
        table thead tr th, table thead tr td{
            font-size:0.7rem;
            text-align:center
        }
        table thead tr th{
        border-right:solid 1px white;
        }
        table tr td {
            color:dimgray;
             font-size:0.8rem;
        }

        .tabs dd > a, .tabs .tabs-title > a {
            padding:0.8rem 0.9rem;
            font-size:0.8rem;
           
       
        }
        .button{
            /*padding:0;*/
            margin:0;

        }
        #SessionCheckBox1{
            margin:0;
        }
       
        .tabs-title>a:focus, .tabs-title>a[aria-selected=true]{
 color:black;
 font-weight:bold;
 
        }

.callout{
    background-color:#f2f2f2;
    /*border:none;*/
    border:solid 1px #d8d8d8;
    margin:0;
}

.tabs-title>a{
    color:dimgrey;
}
.loginbox{
    border:solid 1px #d8d8d8 ;
    background-color:white;
}