.streams-container {
}

.name-stream {
    min-height: 68px;
}

.page-content > ul {
    padding-left: 0;
}

#home-container {
    font-size: 16px;
}

#home-links-container {
    padding: 30px 0 30px 0;
}


@media (min-width: 768px) {
    .v-separator {
        /*position: absolute;
        left: 50%;
        max-height: 280px;*/
        border-right: 1px solid #ddd;
    }

}

@media (max-width: 767px) {
    .v-separator {
        /*position: absolute;
        left: 50%;
        max-height: 280px;*/
        border-right: none;
    }

}

.stream-selection-block {
    display: flex;
    flex-direction: column;
}

.stream-selection-body {
    flex-grow: 1;
    min-height:240px;
}

.stream-selection-button {

}
