﻿
@media ( max-width: 480px) {
}

@media (max-width: 767px) {
}

selection-container-mobile {
    margin: 12px;
    width: 100%;
    display: flex;
}

control-bar-mobile {
}

.selection-panel-mobile {
    width: 100%;
    margin: 12px;
    background-color: forestgreen;
}
