/* for article pages in column research (project and report) and events *****************************/

/* for both *****************/
#article_time {
    margin-top: 200px;
}

#article_title {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#article_content {
    margin-top: 50px;
    margin-bottom: 50px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 17px;
    line-height: 28px;
    text-align: justify;
}

/* for research only **************************************/
.article_subtitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 50px;
}

.article_subcontent {
    font-style: italic;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 13px;
    text-align: justify;
}

/* fot event only ************************************************/
#article_lead {
    font-style: italic;
    font-family: 'Times New Roman', Times, serif;
    font-size: 17px;
    text-align: justify;
    margin-top: 15px;
    margin-bottom: 15px;
}

#article_img {
    width: 70%;
}