#content_col {
    border-radius: 5px;
    padding: 0 20px;
}
#news_content_wrapper {
    width: 100%;
}

.content {
    padding: 0 0 20px 0;
}
.content + .content {
    padding: 20px 0;
    border-top: thin dotted #C8C8C8;
}
.content_date {
    font-size: 12px;
    margin-bottom: 10px;
    color: #868686;
    display: block;
}

.news_date {
    font-size: 10px;
    color: #757575;
    margin-left: 5px;
}

#news_pager_wrapper {
    width: 100%;
    padding: 20px 40px 40px;
}
#news_pager_wrapper > .btn-toolbar {
    justify-content: center;
}
.news_page_btn {
    background-color: whitesmoke;
    border-color: gray;
    color: black;
}
.news_page_btn.active {
    background-color: teal;
    color: white;
}

#news_search_input {
    color: #6c6c6c;
    font-size: 25px;
    font-weight: 500;
    padding: 5px 60px 5px 10px;
    border-radius: 5px;
    border: thick solid transparent;
    width: 100%;
    margin-right: -50px;
    background-color: #fcfcfc;

    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

#news_search_input:focus {
    background-color: white;
}
#news_search_btn {
    cursor: pointer;
    margin-right: 5px;
    height: 35px;
}

.sidebar_wrapper {
    width: 100%;
}
.sidebar_wrapper + .sidebar_wrapper {
    margin-top: 20px;
}

#sidebar {
    padding: 0 20px 20px;
    min-width: 300px;
}

.top_news_member {
    color: #00889b;
    width: 100%;
    padding: 5px 0;
    white-space: normal;
}
.top_news_member:hover {
    color: #ff9e6a;
}
.top_news_member.active {
    color: #ff7c3d;
}
.top_news_member + .top_news_member {
    border-top: thin dotted #C8C8C8;
}

.timeline_fragment_wrapper {
    width: 100%;
}
.timeline_fragment_wrapper:hover {
    background-color: rgba(0, 168, 188, 0.2);
}
.timeline_fragment_wrapper.active {
    background-color: rgba(0, 168, 188, 0.33);
}
.timeline_fragment {
    width: calc(100% - 5px);
    margin-left: 5px;
    padding: 5px 0 5px 10px;
    border-left: 1px solid #acacac;
    position: relative;
}
.timeline_fragment:before {
    content: '';
    width: 11px;
    height: 11px;
    border: 3px solid white;
    border-radius: 50%;
    margin-left: -6px;
    margin-top: -6px;
    position: absolute;
    left: 0;
    top: 50%;
}
.year:before {
    background-color: #acacac;
}
.month:before {
    background-color: #ff7c3d;

}