/* **** Letter Module Side-by-Side Compare **** */

#sscompare
{
	width: calc(100% - 20px);
	margin: 0 auto;
	display: flex;
	margin-bottom: 8px;
}

#sscpicture
{
	display: none;
	width: calc(50% - 10px);
	margin-right: 5px;
	border: 1px solid #777;
	background-repeat: no-repeat;
	cursor: crosshair;
	background-color: #ddd;
}

#sscletter
{
	display: inline-block;
	width: calc(50% - 10px);
}

#ssletter
{
	background-color: #ffd !important;
}
