﻿.fd-toolbar {
    background-color: white !important;
    height: 48px;
    min-height: 48px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.11);
}

    .fd-toolbar .fd-toolbar-content-left {
        margin: 16px;
    }

        .fd-toolbar .fd-toolbar-content-left .fd-editor-name {
            font-weight: 600;
        }

    .fd-toolbar .fd-toolbar-content-right {
        margin-right: 15px;
    }

.fd-toolbar-divider {
    background-color: lightgray;
    width: 1px !important;
    height: 24px !important;
}

.fd-toolbar-history-path {
    font-size: 16px;
    font-weight: 300;
    color: gray;
    text-align: center;
}