@import "/public/res/css/common/front.css";

.events {
    clear: both;
}

.events dt {
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
}

.events dd {
    margin-bottom: 25px;
}

.events dd small {
    font-size: 10px;
    color: #797979;
}

.events dd p {
    text-align: justify;
    padding: 5px 0;
}

.events .extra {
    padding-top: 0px;
}

.events .category {
    padding-left: 19px;
    background: url("/public/res/img/icons/category.gif") no-repeat left bottom;
    /*margin-left: -20px;*/
    font-size: 14px;
    color: #2e3192;
}

.events .comments {
    padding-left: 20px;
    background: url("/public/res/img/icons/comments.gif") no-repeat left bottom;
    margin-left: 20px;
    font-size: 14px;
    color: #2e3192;
}

.events .tags {
    margin-top: 5px;
}

.events .tags * {
    color: #969696;
}

h2.publications {
    margin-top: 20px;
}

dl.publications {
    clear: both;
}

.publications dt {
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
}

.publications dd {
    margin-bottom: 25px;
}

.publications dd small {
    font-size: 10px;
    color: #797979;
}

.publications dd p {
    text-align: justify;
    padding: 5px 0;
}

.publications .extra {
    padding-top: 0px;
}

.publications .category {
    padding-left: 19px;
    background: url("/public/res/img/icons/category.gif") no-repeat left bottom;
/*    margin-left: -20px;*/
    font-size: 14px;
    color: #2e3192;
}

.publications .comments {
    padding-left: 20px;
    background: url("/public/res/img/icons/comments.gif") no-repeat left bottom;
    margin-left: 20px;
    font-size: 14px;
    color: #2e3192;
}

.publications .tags {
    margin-top: 5px;
}

.publications .tags * {
    color: #969696;
}