﻿body
{
    font-family: Calibri;
    font-size: medium;
    width: 1024px;
    margin-left: 30px;
}
.nav {
    margin-left: -20px;
}
    .nav img {
        border-width: 0; 
        width:24px; 
        height:24px;
    }
h1
{
    font-family: Calibri;
    font-size: large;
    color: #356DCA;
}
h2 {
    margin-top: 10px;
    font-size: 30px;
}
.tab {
    padding-left: 42px;
    padding-top: 0px;
    margin: 0px;
    display: block;
}
.tip {
    border: 1px solid #C6D9F1; 
    display:inline-block;
    padding: 5px;
    margin: 5px;
}
    .tip img {
        margin-right: 10px;
        margin-bottom: 5px;
    }
    .tip div {
       display: inline;
       vertical-align: super;
       font-weight: bold;
    }
.topics {
    list-style: none;
}

.pic {
    border: solid 1px #DEDEDE;
    padding: 3px;
}

.list > li{
    margin-top:10px;
    margin-bottom:10px;
}

    .list ul {
        margin:0px;
        padding:0px;
    }

        .list ul > li {
            list-style:none;
        }
.specialList {
      margin-left:20px !important;
}
    .specialList > li {
        list-style:square;
    }

        .specialList > li > ol > li {
            list-style:lower-alpha;
        }

.noListStyle {
    list-style:none;
}

.subList {
    
}

.subList > li{
    list-style: inherit !important;
    margin:initial !important;
    margin-left: 20px !important;
    margin-top: 5px !important;
}

hr {
    margin-top: 30px;
    margin-bottom: 30px;
}

.tableDetails{
    border: solid 1px #DEDEDE;
    border-collapse: collapse;
}

.tableDetails td, .tableDetails th {
    vertical-align: top;
    border: solid 1px #DEDEDE;
    border-collapse: collapse;
}

    .tableDetails li {
        list-style: square !important;
    }
