/*Version 2.4*/
/*Last updated on 13/12/2016*/


.img-container {
    float:left;
    margin-right:5%;
}

.article-container, .others {
    width:93%;
}

.header, .title, .authors, .abstract {
    text-align: left;
    text-align: justify;
    text-justify: inter-word;
    margin-bottom:3%;
    font-size: 17px;
}

.header {
    color: fireBrick;
}

.title {
    font-size:22px;
    font-weight:bold;
}

span {
    text-decoration: underline;
}

.links {
    text-align:left;
    float:left;
}

.packages {
    float:right;
    text-align:left;
}

a {
    font-size: 15px;
    text-decoration: none;
}

span {
    text-decoration: none;
}