.panel {
    max-height: 300px;
    overflow-y: scroll;
}

.scroll-box {
        overflow-y: scroll;
        height: 450px;
    padding: 1rem;
}

.disclaimer-box {
    background-color: #f8f9fa;
    padding: 10px 15px;
    border-left: 5px solid #e85d04;
    margin-top: 20px;
    font-size: 14px;
    color: #555;
}

.disclaimer-box i {
    color: #e85d04;
    vertical-align: middle;
    margin-right: 5px;
}

body {
    background-color: #181819;
    bottom:160px
}

footer {
    background: black; 
    position:fixed;
    bottom:0;
    left:0
    ;width:100%;
    height:80px;
}

.default-list {
    padding-left: 2em !important;
}

.default-list li {
    display: list-item; 
    list-style-type:disc !important;
}