/*CENTRAL deduplication*/
[id="recordpage"] #recordbody table.dedupe-table tbody td {
    /*background-color: #fff;*/
	white-space: normal;
}
[id="recordpage"] #recordbody table.dedupe-table tbody tr:first-child {
    /*background-color: #ffffff;*/
	color: #333333;
}
[id="recordpage"] #recordbody table.dedupe-table tbody td:first-child {
	background-color: #fff!important;
   	width: 3%;
	white-space: nowrap;
}
[id="recordpage"] #recordbody table.dedupe-table tbody td:nth-child(2), [id="recordpage"] #recordbody table.dedupe-table tbody td:nth-child(3) {
   	width: 47%;
}
[id="recordpage"] label.dedupe-option {
	font-size: 1em;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-left: -6px;
}
[id="recordpage"] .dedupe-options {
    margin-bottom: 20px;
}
[id="recordpage"] .dedupe-options .ui-checkbox {
	border-top: 0px solid #ababab!important;
	padding-top: 0!important;
}
[id="recordpage"] .dedupe-sidebar .small-screen, [id="recordpage"] .dedupe-sidebar .flaticon-settings-multi {
	display: none
}
[id="recordpage"] #dedupeWizardSkipButton {
    background-color: #FFFFFF;
    border-color: #0f2f55;
    color: #0f2f55;
    text-shadow: 0 0 0 #0f2f55;
	display: none;
}
[id="recordpage"] #dedupeWizardSkipButton:hover {
    background-color: #0f2f55;
    border-color: #154176;
    color: #FFFFFF;
}
[id="recordpage"] .dedupe-sidebar .recordbuttons {
    padding: 20px 0 0 0;
}
[id="recordpage"] .dedupe-sidebar button:nth-last-of-type(2) {
    margin-bottom: 20px;
}
[id="recordpage"] .recorddiff {
	color: #ff9999;
    text-decoration: line-through;
}
.dedupe-table tbody td:first-child, .dedupe-table tbody tr.dedupe-diff {
    background-color: #fbf9fd!important;
	background-color: #fdf5f4!important;
	color: #333333;
}
.dedupe-table tbody tr.dedupe-diff td:empty{
    background-color: #FFF !important;
	/*background-color: #f6f6f6 !important;*/
}
[id="recordpage"] ins {
    color: #67C469;
	color: #008d8d;
	text-decoration:none
}
[id="recordpage"] del {
    color: #FF8D8F;
	color: #9021a3
}
[id="recordpage"] .dedupe-nodiff {
    background-color: #FFF !important;
	/*background-color: #f6f6f6 !important;*/
    color: #9e9e9e !important;
    cursor: auto;
}
[id="recordpage"] .hide-differences ins, [id="recordpage"] .hide-differences del  {
    color: #333333;
	text-decoration:none
}
 /*[id="recordpage"].short-abstract, [id="recordpage"] .full-abstract {
	display: none
}*/
[id="recordcontent"].central-dedupe-content {
    max-width: 100%!important;
}
[id="recordpage"] [id="recordcontent"].central-dedupe-content #recordbody {
    margin-top: 0;
    width: 70%;
	width: calc(100% - 340px);
    max-width:none;
}