#Top {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: grey;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 10px;
}

.PaddingTop-45{
    padding-top:45px!important;
}

    #Top:hover {
        background-color: #555;
    }

body {
    background-color: white;
}

.PaddingTop {
    padding-top: inherit;
}

table, th, td {
    border: 1px solid #ddd;
    border-collapse: collapse;
}


h1, h5, h3, p, h4 {
    color: black;
    font-size: initial;
}


p {
    margin: 0 0 5px 0;
    text-align: left;
}


h5, h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: inherit;
}

h3 {
    font-size: large;
}

h4, p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

a {
    color: #aaa;
    text-decoration: none;
}

.TreeHover:hover {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.sidePanel {
    font-weight: bold;
    margin-top: 50px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: unset;
    width: auto;
    position:fixed;
    right:1em;
}

.sidePanelUl {
    color: black;
    list-style-type: none;
    padding-right: 2em;
}

.textAlign {
    text-align: center;
}

.MenuTreeDiv {
    padding-top: 60px;
    color: #aaa;
    padding-left: 20px;
    font-weight: bold;
    cursor: pointer;
    font: 13px Lato,Arial,Helvetica,sans-seriff;
    margin-top: 10px;
}

.paddingleft {
    padding-left: 2em;
}
