

        .articleTitleContainer{
            text-align: center;
        }
        .articleTitle{
            font-size: 25px;
            font-family: var(--ld-text1-font-family);
            color: var(--ld-text1-color);
            line-height: var(--ld-text1-line-height);
            letter-spacing: var(--ld-text1-letter-spacing);
            font-weight: var(--ld-text1-font-weight);
            text-decoration: var(--ld-text1-text-decoration);
            font-style: var(--ld-text1-font-style);
        }
        .articleTitle .titleLabel{
            display: inline-block;
        }
    

        .emptyNodeData {
            display:none;
        }
   

    #articleDetail_37184_f50c03da74a049b3b8a39473642e2b3b_leftColumn{
        width:30%;
        max-width:100%;
        flex: 1 1 30%;
    }
    #articleDetail_37184_f50c03da74a049b3b8a39473642e2b3b_rightColumn{
        width:70%;
        max-width:100%;
        flex: 1 1 70%;
    }
