/**
 * News CSS
 */

/* List */

#news_list .media {
    margin-top: 30px;
}

#news_list .news_list_date {
    border-top: 1px dashed #888;
    border-bottom: 1px dashed #888;
    font: 2em Arial, sans-serif;
}

#news_list .list_img {
    float: left;
    margin-right: 30px;
}

#news_list .list_header {
    font-size: 1.2em;
}

#news_list .media-body {
    margin-top: 15px;
}

#news_list span {
    color: #777;
    float: right;
    font-size: 0.8em !important;
}

/* Archive */

ul.news_archive {
    list-style-type: none;
    margin: 20px 0 0 0;
    padding: 0;
}

ul.news_archive li {
    color: #888;
}

ul.news_archive li.year {
    color: #000;
    font: 1.5em Arial, sans-serif;
    line-height: 1.6em;
}

ul.news_archive li .selected {
    color: #000;
    font-weight: bold;
}

/*table*/

table.adv {
    background-color: #eee;
}

table.adv td {
    background-color: #fff;
    text-align: center;
}

#news_body ul {
    line-height: 1.6em;
}

div.news_info {
    float: right;
    font-size: 1em;
    text-align: right;
}

/* News item */

#news_metadata {
    margin-bottom: 10px;
    width: 350px;
}

#news_metadata span {
    font-weight: bold;
}

#read_also {
    width: 100%;
}
