.content #result
{
	text-align: center;
	display: none;
	margin-top: 20px;
}

.content #result .options
{
	display: table;
	width: 100%;
    table-layout: fixed;
}

.content #result .options > *
{
	display: table-cell;
    width: calc(50% - 2px);
}

.content #result .options a
{
	outline: none;
}

.content #result #pixelated
{
	border-radius: 3px;
	margin-top: 16px;
	max-width: 100%;
}