#company-end-page{

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

.company-end-content{
    left: 0px;
    position: absolute;
    width: 100%;
    top: 55px;
    background-color: white;

    justify-content: space-around;
    align-content: space-between;
    flex-wrap: wrap;
    padding: 15px;
}


#company-end-content::-webkit-scrollbar {
    display: none;
  }

.company-end-button{
    background-color: white;
    border: solid lightgray 1px;
    border-radius: 8px;
    height: 90px;
    width: 160px;
    box-shadow: 2px 2px 13px #888888;
}

.company-end-button-content{
    padding: 20px;
    height: 100%;
}

.company-end-button-icon{
    width: 100%;
    float:left;
    font-size: 30px;
    text-align: center;
}

.company-end-button-label{
    width: 100%;
    float:left;
    text-align: center;
    margin-top: 5px;
}

