#company-detail-page{

    background-color: white;
    position: absolute;
    z-index: 120;
    display: none;
    background-color: lightgrey;
    overflow-y: auto;
    top:0px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.company-detail-content{
    padding: 5px;
    position: absolute;
    width: 100%;
    top: 55px;
    background-color: white;
    overflow-y: overlay;
    overflow-x: hidden;
    padding-left: 15px;
    
}

