﻿h2 { font-family: Calibri, Arial, Helvetica, sans-serif; font-size:22px; font-weight:normal; }
.contentBlock p { font-size:12px; }

.comparisons { float:left; margin-top:-15px; width:600px; }

/* New styles */

div {
	font-size: 11px;
	line-height: 14px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	display: inline-block;
}

.instrumentOption {
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #E0E0E0;
	-webkit-transition: background-color 0.4s ease, opacity 0.4s ease;
	-moz-transition: background-color 0.4s ease, opacity 0.4s ease;
	-ms-transition: background-color 0.4s ease, opacity 0.4s ease;
	-o-transition: background-color 0.4s ease, opacity 0.4s ease;
	transition: background-color 0.4s ease, opacity 0.4s ease;
	padding-left: 10px;
}

.instrumentOption.selected {
	background-color: #fcedcb;
}

.instrumentOption.faded {
	opacity: 0.5;
}

.instrumentOption .instrumentCheckbox, .instrumentOption .instrumentThumb {
	display: inline-block;
	height: 94px;
	box-sizing: border-box;
	border: 1px solid #E0E0E0;
}

.instrumentOption .instrumentCheckbox {
	margin-right: 10px;
}

.instrumentOption .instrumentTitle {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}

.instrumentOption .instrumentDescription {
	margin-bottom: 10px;
	padding-right: 5px;
	box-sizing: border-box;
}

.instrumentOption .instrumentDetails {
	margin-bottom: 10px;
	padding-left: 5px;
	box-sizing: border-box;
}

#selectionWarning {
	display: none;
}

.productCategoryCheck {
	position: relative;
	top: 2px;
}

.comparisonRow {
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #E0E0E0;
}

#resultHeader {
	background-color: white;
	padding-top: 20px;
	width: 900px;
	margin-bottom: 0px;
}

.instrumentResultCol {
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	text-align: center;
}

#resultHeader .instrumentResultCol {
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

#expandAllResultsButton {
	cursor: pointer;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.resultRowHeader {
	color: #2f7aa5;
	text-transform: uppercase;
	cursor: pointer;
	line-height: 14px;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 10px;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.headerButton {
	height: 14px;
	width: 14px;
	display: inline-block;
	margin-right: 5px;
}

.resultRowContent .contentSubRow {
	border-bottom: 1px solid #E0E0E0;
	margin-bottom: 10px;
	padding-bottom: 10px;
}



#comparisonResults {
	display: none;
}

label {
	display: inline-block;
}

label img {
	pointer-events: none;
}

/* #instrumentSelection {
	display: none;
} */


/* Old styles */

.tableComparison h2 {
	margin-top: 0;
}