
/*panel styling */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
html {
    overflow: hidden;
    height: 100%;
}

.logoHeader {
    height: 70px;
    background-color: #262626;
    content: '';
    display: flex;
    align-items: center;
}

.autospecLogo img {
    width: 168px;
    position: relative;
    top: 5px;
    left: 16px;
}

table:first-child {
    width: auto;
    display: inline-block;
    margin: 0;
    vertical-align: top;
    float: left;
}

#scroller-body {
    background: #fff;
    width: 980px;
    text-align: left;
    padding-top: 15px;
    clear: both;
}

#mask {
    width:930px;
    height: 100%;
    margin:0 auto;
    overflow:auto;
    padding-bottom:15px;
    position:relative;
    z-index:1;
}

#panel div {
float:left;
}

#panel ul {
list-style:none;
margin:0 5px;
padding:0;
}
    #panel ul li {
        padding:5px;
        color:#557482;
        border-bottom:1px dotted #ccc;
    }

    #panel ul li.last {
        border-bottom:none !important;
    }
#panel-2, #panel-3, #panel-4,#panel-5,#panel-6,#panel-7,#panel-8,#panel-9,#panel-10,#panel-11,#panel-12,#panel-13,#panel-14,#panel-15,#panel-16,#panel-17,#panel-18,#panel-19,#panel-20,
#panel-21,#panel-22,#panel-23,#panel-24,#panel-25,#panel-26,#panel-27,#panel-28,#panel-29 {
    display: none;
    }
#panel-2 {}
#panel-3 {}

div#scroller-body div {
    background: #fff !important;
}

ul.bullet li {
    padding-bottom: 5px;
    list-style: none;
}

ul.bullet li a {
    text-decoration: none;
}

div#cad-drawings li {
    list-style: none;
}

h4 {
    color: #2a2b39;
    font-size: 16px;
}


/* NEW STYLING */
.manuLogo {
    width: 50%;
    height: 50%;
}