.publication_titleLabel {
    color: rgb(85, 85, 85);
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    float: left;
    width: 100%;
    border-bottom: 3px solid #1e64aa;
}

.publication_related_Label {
    color: rgb(85, 85, 85);
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    float: left;
    width: 100%;
    border-bottom: 3px solid #1e64aa;
}


.detailView img{
margin-top:10px;
margin-bottom:10px;
}

.detailView .outputTemplateTableCell img{
	margin-top:5px;
	margin-bottom:5px;
	margin-right:5px;
}

.header-link-text:first-child a {
    text-decoration: none;
    background-color:#1e64aa;
    border-left: none;
}
	
.sp-left-links::before {
    background-color:#1e64aa;
    content: "";
    display: block;
    height: 107%;
    left: 0;
    position: absolute;
    top: -2px;
    width: 5px;
}

.button--listSorter, .button--listSorterActive {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 44px;
    background-color: #fff;
    color: #1e64aa !important;
    border: 1px solid #1e64aa !important;
    outline: none;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    cursor: pointer;
    margin: 0;
    padding: 2px 6px;
    overflow: visible;
    position: relative;
    text-decoration: none !important;
    transition: all .25s ease-out !important;
    transition-property: all;
    transition-duration: 0.25s;
    transition-timing-function: ease-out;
    transition-delay: 0s;
    border-radius: 4px !important;
}

a.button--listSorterActive, a.button--listSorterActive:hover {
    background-color: #1e64aa !important;
    color: #ffffff !important;
}

.templateParaStyle {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0%;
	margin-left: 3px;
}

.detailView ul {
    margin: 5px;
    list-style-type: none !important;
    padding-inline-start: 0px !important;
}

.citation_count_value
{
	font-weight: bold;
	vertical-align: top;
}

ul.menu {
display: flex;
}