body {
}

#diagram {
    height: 725px;
}

    #diagram .template .template-name {
        font-weight: bold;
        font-size: 14px;
        /*text-decoration: underline;*/
    }

    #diagram .template .template-title {
        font-size: 14px;
        /*font-style: italic;*/
    }

    #diagram .template .template-button {
        cursor: pointer;
        font-weight: bold;
        font-size: 14px;
        fill: navy;
    }

        #diagram .template .template-button:hover {
            text-decoration: underline;
        }

.dx-popup-content p {
    margin: 0 0 10px;
}
