.question
/* .quote Ila changed quote to roman 17.09.2019 */{
    display:block;
    /*     font-style: italic; */
    font-weight:normal;
    text-align:justify;
    margin:1em 2em;
}

.quote{
    display:block;
    /* Ila added font-size 1em and line-height 1.4em 17.09.2019 */
    font-size:1em;
    line-height:1.4em;
    font-style:normal;
    font-weight:normal;
    text-align:justify;
    margin:1em 2em;
}
/* Ila added below on 20-9-2019 */
.quote p{
    font-size:1em;
    line-height:1.4em;
}

/* Ila added right align esp for vol.36 on 21-9-2019 */
p.keeptogether-right{
    margin-top:0;
    margin-bottom:0;
    margin-left:0em;
    margin-right:1em;
    text-align:right;

}

/* Ila added right align esp for vol.36 on 21-9-2019 */
p.right-align{
    font-size:1.2em;
    line-height:1.4em;
    font-style:normal;
    font-weight:normal;
    text-align:right;
    margin:1em 1em;
}

/* added by Ila on 04-10-2019 Shaswat to confirm */
.editorial .emphasis.publication-name{
    font-style:normal;
}

/* added by Shaswat on 16-10-2019 */
.footnote.editorial .emphasis{
    font-style:normal;
}

.footnote-ref{
    /* uncommented by Ila on 03-10-2019 */
    display:inline-block;
    text-indent:-2em;
    margin-top:1em;
    margin-left:1em;
}
/* 14-Sep-19 Ila changed indention of left margin to 2em from 0    */
.line{
    margin:0 0 0 2em;
    text-indent:-1em;
    text-align:left;
}

/* 14-Sep-19 Ila changed indention of left margin to 4em from 2em   */
.indent{
    margin:0 0 0 4em;
}
/* 14-Sep-19 Ila changed indention of left margin to 6em from 4em   */
.double-indent{
    margin:0 0 0 6em;
}
/* 14-Sep-19 Ila changed indention of left margin to 8em from 6em   */
.triple-indent{
    margin:0 0 0 8em;
}

/* 10-Mar-21 Ila added = text align right and added 'margin-right: 2em;' */
.right-indent{
    margin:0 4em 0 0;
    text-align:right;
}

/* added below by Ila on ??-09-2019 */
.emphasis.underline{
    text-decoration:underline;
    font-style:normal;
}

/* Ila added = text align center on 14-08-2025 */
.caption{
    font-size:1em;
    line-height:1em;
    text-align:center;
}