.printMode .featured-img {
	display: none;
}

.printMode .content-container {
	margin-left: 0;
}

.printMode .highlighted-content,
.printMode .main-content {
    flex-grow: 1;
    background: #ffffff;
    color: #2e2e28;
    padding: 30px 30px 30px 30px;
    position: relative;
    border-bottom: 3px solid #2e2e28;
}

.printMode h1,
.printMode h2,
.printMode h3,
.printMode h4,
.printMode h5,
.printMode p {
	color: #2e2e28;
}

.printMode .button,
.printMode .highlighted-content .track-button .button {
	background: #104860;
	box-shadow: none;
	margin-bottom: none;
	color: #ffffff;
	text-decoration: none;
}

.printMode .button:hover,
.printMode .highlighted-content .track-button .button:hover {
	background: #1c6989;
	color: #ffffff;
	text-decoration: none;
}

.printMode a,
.printMode .abstract-button,
.printMode .session.selected .abstract-button {
	color: #104860;
	text-decoration: underline;
}

.printMode a:hover,
.printMode .abstract-button:hover,
.printMode .session.selected .abstract-button:hover {
	color: #1c6989;
}

.printMode .track-card {
    background: #ffffff;
    color: #2e2e28;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    border: 2px solid #2e2e28;
    box-sizing: border-box;
}

.printMode .track-title h4 {
	font-weight: bold;
	border: none;
	border-bottom: 2px solid #2e2e28;
}

.printMode .session {
	background: transparent;
	border: none;
	border-bottom: 1px solid #2e2e28;
}

.printMode .session.selected {
	background: #d1dde2;
}

.printMode .type-label div {
	background: transparent;
	color: #2e2e28;
}

.printMode .foot-content {
	background: #ffffff;
}

.printMode .tag,
.printMode .exra-tag,
.printMode .tag-reset{
	border: 1px solid #2e2e28;
}

.printMode p.tags span, .printMode p.extra-tags span {
	border: 1px solid #2e2e28;
}

.printMode .tag.filtered,
.printMode .extra-tag.filtered,
.printMode .tag-reset.filtered {
    background: #2e2e28;
    color: #ffffff;
}

.printMode #cookie-notice {
    background: #ffffff;

    width: 100vw;
}

.printMode #cookie-notice p {
	color: #2e2e28;
}

.printMode #header {
    color: #2e2e28;
}

.printMode #header .upper {
	background: #ffffff;
}

.printMode #header .lower h3{
	color: #ffffff;
}

.printMode #header .upper #navigation ul a,
.printMode #header .upper #navigation ul span {
	color: #2e2e28;
}

.printMode li.dropdown a:first-child:after{
	border-top: 10px solid #2e2e28;
}

.printMode #header .upper #navigation ul .dropdown a.dropdown-item {
	background: #2e2e28;
	color: #ffffff;
}

.printMode #header .upper #navigation ul .dropdown:hover a.dropdown-item:hover {
    color: #2e2e28;
    background: #ffffff;
}

.printMode .exceptional-paper-tag {
    background: transparent;
    border-top: 1px solid #2e2e28;
    border-left: 1px solid #2e2e28;
}

.printMode .exceptional .type-label div {
    border-top: none;
}

.printMode .exceptional .type-label div span {
    margin: 0;
}

.printMode .session.selected h5.exceptional-paper-tag{
    color: #2e2e28;
}
