.tablesorter-custom{
	font-family: "Roboto","Helvetica Neue", Arial, sans-serif;
}

table tr:hover td { background-color: #f8f8f8 !important; }


/* Latest News Section: hide date and adjust whitespace */
.space-overview__detail__news {
	display: block;
}

.space-overview__detail__news__post--title {
	margin: 10px 0;
	line-height: 1.5;
}

.space-overview__detail__news__post--date {
	display: none;
}

.space-overview__detail__news--title {
    margin-bottom: 15px;
    float: left;
	font-weight: bold;
	font-size: large;
}

.space-overview__detail__news__post{
	margin-bottom: 0;
}

#search-filter-content-sources
{
    height: 400px;
    overflow: auto;
}

/*Blue Table of contents to grey color*/
ol.toc-list a {
  color: #5E6C84 !important;
}


.sp-search-highlight {
    color: #E53535;
}

.title small pre {
  	line-height: normal
}

div#site-navigation div.top-bar-right li.picker {
    background-color: #F7F7F7;
    border-radius: 8px !important;
    border: 1px solid #DFE1E6;
    height: 30px;
    font-size: 12px;
    padding-right: 0.5rem;
}
div#site-navigation div.top-bar-right li.picker > a {
    padding-top: 0.6rem;
    color: rgb(0, 12, 52) !important;
    text-decoration: none;
}
div#site-navigation div.top-bar-right li.picker > a::after {
    border-top-width: 2px !important;
    border-right-width: 2px !important;
    border-color: rgb(0, 12, 52) !important;
    margin-top: -5px !important;
}
div#site-navigation div.top-bar div.top-bar-right .header__navigation__menu-container--link a {
  font-size: 12px;
} 

/** articles page TOC - COLOR OF THE ACTIVE SECTION **/
.article__toc__link--active {
    color: #333!important;
    background: #F1F2F2;
    border-radius: 4px;
    padding: 2px 4px;
}