div.contentContainer {
    display: flex;
    height: 100%;
}

div.mapNavBar {
    height: 100%;
    padding-right: 5px;
    overflow-y: auto;
    overflow-x: hidden;
    flex-shrink: 0;
    scrollbar-width: thin;
}

div.content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: 100%;
    align-items: center;
    overflow: auto;
}

div.trackMapDetailContent {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

div.mapProviderCell {
    width: 100%;
    height: 100%;
    min-width: 200px;
    min-height: 200px;
    box-sizing: border-box;
    border: 1px solid black;
}

div.mapControlCollapseBar_L {
    background: #DDDDDD url(../images/arrowLt3.png) center no-repeat;
    background-color: #DDDDDD;
    width: 8px;
    min-width: 8px;
    border: 1px solid black;
    text-align: center;
    cursor: pointer;
}

div.mapControlCollapseBar_R {
    background: #DDDDDD url(../images/arrowRt3.png) center no-repeat;
    background-color: #DDDDDD;
    width: 8px;
    min-width: 8px;
    border: 1px inset black;
    text-align: center;
    cursor: pointer;
}

div.contentFrame {
    overflow: hidden;
}