/**
 * =============================================================================
 *
 * ORCID (R) Open Source
 * http://orcid.org
 *
 * Copyright (c) 2012-2014 ORCID, Inc.
 * Licensed under an MIT-Style License (MIT)
 * http://orcid.org/open-source-license
 *
 * This copyright and license information (including a link to the full license)
 * shall be included in its entirety in all copies or substantial portion of
 * the software.
 *
 * =============================================================================
 */
@media print{
.workspace-body-list > li, .workspace-accordion-content > li, .workspace-border-box{
	border: none;
	box-shadow: none;
}

body{
	color: #000;
	font-size: 12px;

}
*, .workspace-left, .full-name, .orcid-id, h3.workspace-title{
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
}

.main{
	margin: 0;
}

.alert, 
.footer, 
.container .header, 
.id-banner-header, 
.orcid-id-options, 
.mini-orcid-icon,
.action-button-bar, 
.workspace-private-toolbar, 
.source-line, 
.gray-button, 
.qrcode-container,
.id-banner .row .col-md-3,
.glyphicon-pencil,
.workspace-profile span.glyphicon-pencil,
.print-orcid-record,
.bio-edit,
.names-edit,
.other-names-edit,
.keywords-edit,
.websites-edit,
.country-edit,
.biography-edit,
.popover-help-container,
.divisor,
i.glyphicon-chevron-down,
.workspace-toolbar{
	display: none;
}
.left-aside, .col-md-3, .col-sm-3, .col-xs-12{
	width: 100%;
}

.id-banner .oid{
	border: 0;
}

.workspace-accordion-header, .id-banner .oid .orcid-id-container{
	border: 0;
	background-color: #fff;
	margin: 0;
	padding: 0;
}

.work-title a.toggle-text, 
.workspace-accordion-header .row, 
#workspace-personal .row:first-child{
	color: #000;
	border-bottom: 1px solid #000;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	height: inherit;
	margin-bottom: 16px;
}

h3.workspace-title{
	border: 0;
	font-size: 16px;
	font-weight: bold;
}

.full-name{
	font-size: 32px;
}

#orcid-id{
	font-size: 14px;
}

#orcid-id:before{
	content: url('https://orcid.org/sites/default/files/files/ID_symbol_B-W_16x16.png');
	width: 16px;
	height: 16px;
	display: block;
	float: left;
	margin-right: 4px;
}
.workspace-profile .workspace-section{
	margin: 4px;
	padding: 0;
	display: block;
	float: left;
}
.workspace-profile .workspace-section .workspace-section-header .workspace-section-title{
	float: left;
	font-weight: bold;
	margin-right: 4px;
}
.mobile-box{
	padding: 0;
}

.workspace-accordion-content, .info-detail{
	font-size: 12px;
	line-height: normal;
}

.workspace-accordion-content .workspace-title span{
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
}

.bottom-margin-medium,
.bottomBuffer{
	margin: 0;
}

ul.sources-edit-list > li{
	border: 0;
}

a.toggle-text[href]:after {
    content: none;
}

h1, h2, h3, h4, h5 {
  page-break-after: avoid;
}

.workspace-accordion-content .workspace-title .journaltitle{
	font-weight: normal;
	font-style: italic;
}

.affiliation-date::after{
	content: " | ";
}

.role{
	margin-left: 4px;
}


}