<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.IOSD-modeActive
{
	font-weight: bold;
}

.IOSD-contentTable
{
	table-layout: fixed;
}

.IOSD-leftCol
{
	width: 150px;
	overflow: hidden;
}

.IOSD-rightCol
{
	width: 280px;
	overflow: hidden;	
}

.IOSD-comparison-select
{
	width: 280px;
	max-width: 100%;
	overflow: hidden;
}

.IOSD-comparisonSwitches
{
	margin: 0 0 10px 0;
}

.IOSD-comparisonSwitches a
{
	display: block;
	float: left;
	width: 50%;
	height: 116px;
	text-decoration: none !important;
	text-align: right;
	font-size: 18px;
	position: relative;
	background-size: cover;
}
.IOSD-comparisonSwitches a strong
{
	position: absolute;
	top: 64%;
	right: 70px;
}

.IOSD-comparisonSwitches a.cameras
{
	background: url(../images/comparison_cameras_inactive.png) no-repeat right bottom;
	background-size: cover;
}
.IOSD-comparisonSwitches a.cameras.selected
{
	background-image: url(../images/comparison_cameras_active.png);
}


.IOSD-comparisonSwitches a.lenses
{
	background: url(../images/comparison_lenses_inactive.png) no-repeat right bottom;
	background-size: cover;
}
.IOSD-comparisonSwitches a.lenses.selected
{
	background-image: url(../images/comparison_lenses_active.png);
}

table.IOSD-contentTable td.IOSD-rightCol p:first-child,
table.IOSD-contentTable td.IOSD-rightCol ul:first-child,
table.IOSD-contentTable td.IOSD-rightCol ol:first-child
{
	margin-top: 0;
}

table.IOSD-contentTable td.IOSD-rightCol p,
table.IOSD-contentTable td.IOSD-rightCol ul,
table.IOSD-contentTable td.IOSD-rightCol ol
{
	margin-bottom: 0;
}
table.IOSD-contentTable td.IOSD-rightCol table td
{
	padding: 2px 4px;
}
</pre></body></html>