.scroll-expand-control {
    color: #008ecf;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
}

.scroll-expand-control-text {
    vertical-align:top;
    margin-left: -7px;
    font-size: 1rem;
}

.scroll-expand-content {
    margin: 1rem 0 1rem 0;
}

.collapsed .scroll-expand-content {
    display: none;
    overflow: hidden;
}

.scroll-expand-container.collapsed .scroll-expand-control-icon:before {
    content: "\e181"; /*bosch-ic-forward-right */
    font-family: "bosch-icon"
}

.scroll-expand-container:not(.collapsed) .scroll-expand-control-icon:before {
    content: "\e147";
    font-family: "bosch-icon";
}