/* TYPE YOUR OWN CSS HERE */

#header {
    padding-top: 25px
}

#sub-nav {
		position: relative;
		background: url(https://pulib.ovidds.com/ui/shared/public/presov_bar2.png)  repeat-x top left;
		left: 0;
		padding-top: 0px!important;
		min-height: 46px;
		width: 100%;
}
#sub-nav .main-nav.collapse-overflowing-items {
    display: flex;
    justify-content: center;
	margin-top: -8px;
}
#sub-nav a {
    color: #fff;
    margin-right: 40px;
}

#sub-nav .main-nav {
	font-size: 1.1em;
}

.widget-body.publication .publication-tags {
    margin-top: 0!important;
}