div#ProjectInfoSection {
    position: absolute;
    left: 315px;
    right: 15px;
    top: 75px;
    background: #0000003b;
    padding: 10px;
    padding-top: 0px;
    padding-left: 20px;
}

section#Projects>.btn.addBtn {
    position: absolute;
    top: 10px;
    left: 264px;
    background: none;
    box-shadow: none;
    font-size: 21px;
    font-weight: bold;
}

.btn.roundBtn.star {
    color: yellow;
    font-size: 20px;
    opacity: 1;
    border: 1px solid yellow;
}

.starListItem {
    margin-left: -10px;
    margin-right: 10px;
    color: yellow;
}

.contactsList>div,.companyList>div,.oppertunitiesList>div {
    cursor: pointer;
}

