.codeHeading{
    border-bottom: 1px solid rgb(0,123,255); 
    border-left: 1px solid rgb(0,123,255);
    display:block; font:bolder; 
    width: 100%; 
    margin-bottom:2px;
}

.codeHeading span{
    margin-left: 10px;
    font-size: 24px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: rgb(40,167,69)
}

.activeNavbar {
    font-weight: bold;
    text-decoration: underline;
}

/************** LEFT NAVBAR *****************/
.leftMenu {
    width: 200px;
    background-color: rgb(0, 123, 67);
    height: 88vh;
    max-height: 88vh;
    overflow-y: auto
}


.bottomBorder{
    border-bottom: 5px solid rgb(0,123,255);
    margin-bottom: 10px;
}

.resultDiv{
    height:300px; 
    max-height: 300px !important; 
    overflow-y: auto; 
    overflow-x: auto;
}



.validationCSS {
    border-width: 1px;
    border-style: solid;
    border-color: lightyellow;
    background: rgb(230, 255, 206);
}