
h2{
    
}
/*.news_table::-moz-selection{
    color: white;
    background-color: #7eb7c9;
}
.news_table::selection {
    color: white;
    background-color: #7eb7c9;
}*/
.news_table {
    width: 100%;
    margin-bottom: 30px;

    font-size: 1em;
}
.news_table tr{
    /*border-top: 2px solid #505050;*/
}
.news_table td:first-child{
    width: 25%;
}
.news_table td {
    vertical-align: top;
    padding: 1em 0 0 0;
}

.news_table_title {
    margin: 10px 0;
}

.news_table_subtitle {
    width: 25%;
    border-bottom: 2px solid #505050;
    color: #777;
    font-size: 1em;
    padding: 1em 0;
}

.news_table_left_divider {
    width: 30%;
}

.grey_table_divider {
    margin: 5px 0 15px;

    border-top: 2px solid #59555f;
}

.yellow_green_table_divider {
    margin: 5px 0 15px;

    border-top: 2px solid #cbbf65;
}

.grey_hr {
    border-top: 5px solid #59555f;
}

.grey_hr.thin {
    border-top-width: 2px;
}

.new_filter_subitem {
    font-size: .7em;
}

#a_row1_left.title_box {
    position: relative;

    float: left;
    width: 26%;
}

#a_row1_left.title_box .breadcrumb {
    padding-top: 15px;

    border-top: 5px solid #cbbf65;
}

#a_row1_mid {
    float: left;
    width: 74%;
}


#news_title {
    margin-bottom: 15px;

    font-size: 1.5em;
}

.col.date_filter {
    position: relative;

    float: right;
    width: 150px;
    padding-top: 15px;
    border-top: 5px solid #505050;
    margin-left: 10px;
}

.col.date_filter > div {
    padding: .2em 0;
}

.col.date_filter .by_cat,
.col.date_filter .by_month{
    border-bottom: 1px solid #505050;
    padding: 10px 0;
    margin-bottom: 10px;
}
.col.date_filter .by_cat .cat{
    line-height: 2em;
}

.col.date_filter .by_month .year{
    font-weight: bold;
    font-size: 16px;
    margin: .5em 0;
}
.col.date_filter .by_cat .cat,
.col.date_filter .by_month .year,
.col.date_filter .by_month .months .month{
    cursor: pointer;
}
.col.date_filter .by_month .year+.months{
    overflow: hidden;
    height: auto;
    /*height: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;*/
}

.col.date_filter .by_month .year.selected+.months{
    display: block;
    height: auto;
    /*height: 100px;*/
}

#a_row_last {
    position: relative;

    height: 25px;
    padding-top: 30px;
    margin-bottom: 20px;
    clear: both;
}


#archive-details .post-date{
    margin: 0;
}
#archive-details .content{
    margin: 1em 0 2em 0;
}

