/* @media  screen and (max-width: 1440px) {
    .al-container{
        width: 100%;
        margin: auto;
        overflow: auto;
    }
}

@media  screen and (min-width: 1441px) {
    .al-container{
        width: 80%;
        margin: auto;
    }
} */

.al-window {
            font-weight: bold;
            cursor: pointer;
            box-shadow: 2px 2px 10px #aaa;
            -o-box-shadow: 2px 2px 10px #aaa;
            -webkit-box-shadow: 2px 2px 10px #aaa;
            -moz-box-shadow: 2px 2px 10px #aaa;
            -moz-border-radius:0.5em;
            border-radius:0.5em;
            width: 10em; height: auto;
            padding: 0.5em 0em;
            text-align:center;
            z-index:20; position:absolute;
            font-family:helvetica;
            font-size:0.9em;
            word-wrap:break-word;
            background-color: white !important;
        }

        .al-window:hover {
            box-shadow: 2px 2px 10px #444;
            -o-box-shadow: 2px 2px 10px #444;
            -webkit-box-shadow: 2px 2px 10px #444;
            -moz-box-shadow: 2px 2px 10px #444;
            font-size: larger !important;
            z-index: 9999 !important;
        }

        .al-hidden {
            display: none;
        }

        .collapser {
            cursor: pointer;
            border:1px dotted gray;
            z-index:21;
        }

        #treemain {
            height: 200vh;
            position: relative;
            overflow: auto; 
            /* width: 100%; */
        }

        .level1-none{
            width: 250px !important;
            margin-left: 30px !important;
            margin-top: 100px !important;
            height: 2px !important;
            background-color: #f71735 !important;
        }

        .level1{
            width: 250px !important;
            margin-left: 30px !important;
            padding: 15px !important;
            margin-top: 100px !important;
            font-weight: 800;
        }
        .level2{
            margin-left: 50px !important; 
            width: 250px !important; 
            font-size: .8em !important;
            padding: 15px !important;
            font-weight: 800;
        }
        .level3{
            margin-left: 70px !important; 
            width: 300px !important; 
            font-size: .8em !important;
            padding: 15px !important;
            font-weight: 800;
        }