﻿.GroupContentArea {
    width: 100%;
    min-width: 1000px;
    max-width: 1310px;
    margin: 10px auto;
    display: grid;
    grid-template-columns: 300px 10px auto;
}

.GroupPathArea {
    background-color: #242424;
    height: 32px;
    font-size: 14px;
    display: flex;
    flex-direction: row;
}

.PathNode {
    color: white;
    line-height: 32px;
    margin-left: 9px;
}

.PathArrow {
    width: 16px;
    height: 16px;
    margin-left: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
    opacity: 0.4;
}
