div.component-selector {
    overflow: auto;
    box-sizing: border-box;
    padding-bottom: 10px;
}

div.component-selector>div.title {
    padding-left: 10px;
    color: white;
    background-color: #424242;
    font-size: 15px;
    height: 25px;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}