
#main-header:after {  
    content: "";  
    /* width: 100%; */  
    height: 20px;  
    background: url(https://confluence.ihtsdotools.org/download/attachments/4555149/decoration_strip.png?api=v2);  
    display: block;  
    background-size: cover;  
    background-position: center;  
    margin: 0 -20px 0 -20px;  
}  

.panel
{
width:95%;
height:250px;
overflow:auto;
}

.noBorder {
    border:none !important;
    border-collapse: collapse;
}


