#locContents .locPrdctTabLink {
	margin-bottom: 20px;
}

#locContents .locPrdctTabLink a {
	cursor: pointer;
	font-size: 110%;
	line-height: 1.85;
}

#locContents .contentWrap {
	overflow: hidden;
	display: none;
}

#locContents .contentWrap.active {
	display: block;
}

#locContents .locStyle_buttons {
	text-align: right;
}

#locContents .locStyle_buttons button {
	margin: 0 0 0 5px;
}

#locContents button, input[type="submit"] {
	background: rgb(239, 239, 239);
	margin: 0em;
	padding: 1px 6px;
	border-width: 2px;
	border-style: outset;
	border-color: buttonborder;
	border-image: initial;
}

#locContents button, input[type="submit"]:hover {
	cursor : pointer;
}

#locContents h3.locStyle_h3_01 {
	margin-bottom: 20px;
}

#locContents h3.locStyle_h3_01 small {
	color: #666;
	font-size: 55%;
	font-weight: normal;
	vertical-align: middle;
}

#locContents table {
	font-size: 93%;
}

#locContents table tr.hidden {
	display: none;
}

#locContents table th,
#locContents table td {
	padding: 0 5px;
	vertical-align: baseline;
}

#locContents table th.hidden,
#locContents table td.hidden {
	visibility: hidden;
	border-color: transparent;
}

#locContents .models {
	padding: 15px 20px;
	background: #f2f2f2;
}

#locContents .models label {
	font-weight: bold;
	text-align: left;
}

#locContents .details th {
	white-space: nowrap;
	vertical-align: middle;
}

#locContents .details th.remove {
	width: 40px;
	box-sizing: border-box;
}

#locContents .details td.remove a {
	cursor: pointer;
	text-decoration: none;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	opacity: 0.2;
}

#locContents .details td.remove a:hover {
	opacity: 1;
}

#locContents .F120 .details th.model {
	width: 26%;
}

#locContents .F120 .details th.model_count {
	width: 7%;
}

#locContents .F120 .details th.SX,
#locContents .F120 .details th.stand {
	width: 22%;
}

#locContents .F120 .details th.SX_count,
#locContents .F120 .details th.stand_count {
	width: 4%;
}

#locContents .F120 .details th.adapter,
#locContents .F120 .details th.SPH_stand {
	width: 14%;
}

#locContents .F120 .details th.adapter_count,
#locContents .F120 .details th.SPH_stand_count {
	width: 4%;
}

#locContents .F120 .details th.cable_count {
	width: 4%;
}

#locContents .F120 .results th.unit {
	width: 26%;
}

#locContents .F120 .results th.model {
	width: 28.9%;
}

#locContents .F120 .results th.count {
	width: 28px;
}

#locContents .F70 .details th.model,
#locContents .F70 .details th.SPH,
#locContents .F70 .details th.adapter {
	width: 23%;
}

#locContents .F70 .details th.model_count {
	width: 12%;
}

#locContents .F70 .results th.unit {
	width: 23%;
}

#locContents .F70 .results th.model {
	width: 34.9%;
}

#locContents .F70 .results th.count {
	width: 62px;
}

#locContents .F55 .details th.model,
#locContents .F55 .details th.SPH,
#locContents .F55 .details th.adapter {
	width: 23%;
}

#locContents .F55 .details th.model_count {
	width: 12%;
}

#locContents .F55 .results th.unit {
	width: 23%;
}

#locContents .F55 .results th.model {
	width: 34.9%;
}

#locContents .F55 .results th.count {
	width: 62px;
}

#locContents .notes {
	margin-top: 30px;
	padding: 1em 1.5em;
	background-color: #F4F4F4;
	font-size: 90%;
}
#locContents .notes dd {
	text-indent: -2.2em;
	padding-left: 2em;
}

@media (max-width: 640px) {

	#locContents .locStyle_buttons {
		margin-top: -19px;
		margin-bottom: 12px !important;
	}

	#locContents select {
		font-size: 14px;
    	max-width: 100%;
    	padding: 2px;
	}

	#locContents .models > div > div {
		margin-top: 0.5em;
	}

	#locContents .models > div > div:first-child {
		margin-top: 0;
	}

	#locContents .models label {
		display: block;
	}

	#locContents .F120 .details table,
	#locContents .F120 .results table {
		min-width: 1000px;
	}

	#locContents .F70 .details table,
	#locContents .F70 .results table,
	#locContents .F55 .details table,
	#locContents .F55 .results table {
		min-width: 800px;
	}

}

@media (min-width: 641px), print {

	#locContents .locStyle_buttons {
		margin-top: -69px;
	}

	#locContents .models th {
		padding: 0.5em 1em;
	}

	#locContents .models > div {
		display: flex;
	}

	#locContents .models > div > div {
		display: flex;
		margin: 0.5em 0 0.5em 2em;
	}

	#locContents .models > div > div:first-child {
		margin-left: 1em;
	}

	#locContents .models label {
		margin-right: 1em;
	}

}
