

#contextual-panel{
    position: absolute;
    top: 232px;
    bottom: 0;
    width: 250px;
    background-color: #ffffffcc;
    box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.2);
    margin-left: -50px;
    padding-right: 10px;
    padding-left: 60px;
}

#contextual-panel-description-text{
    font-family: Segoe UI;
    margin-bottom: 20px;
}

.material-controller-container{
    min-height: 50px;
    padding: 5px;
    border-top: solid 1px #c3c3c3;
}

.material-controller-description{
    background-color: black;
    color: white;
    padding: 3px;
}

.material-controller-button{
    user-select: none;
    cursor: pointer;
    padding: 3px;
}

.material-controller-button:hover {
    background-color: grey;
    color: white;
  }

  #contextual-panel-overflow-container{
    overflow-y: scroll;
    top: 50px;
    bottom: 15px;
    position: absolute;
    width: 187px;
  }