.jIcon {
	padding-left: 320px;
	/*304 + 16*/
	min-height: 233px;
	/*217 + 16*/
	position: relative;
}

.jIcon:before {
	content: "";
	width: 304px;
	height: 217px;
	display: block;
	position: absolute;
	left: 0;
	background: url("../../fareg/images/waysToRegToVote_online_e.png") no-repeat 0 0;
	background-size: contain;
}

.jIcon.local:before {
	background: url("../../fareg/images/waysToRegToVote_local_e.png") no-repeat 0 0;
	background-size: contain;
}

.jIcon.office:before {
	background: url("../../fareg/images/waysToRegToVote_office_e.png") no-repeat 0 0;
	background-size: contain;
}

.jIcon.station:before {
	background: url("../../fareg/images/waysToRegToVote_station_e.png") no-repeat 0 0;
	background-size: contain;
}

@media screen and (max-width: 780px) {
	.jIcon {
		padding-left: 0px;
	}
	.jIcon:before {
		position: relative;
		left: auto;
		max-width: 100%;
	}
}

/*/@media screen and (max-width: 780px)*/

@media screen and (max-width: 500px) {
	.big5 {
		font-size: 138%;
	}
}

/*/@media screen and (max-width: 500px)*/

@media print {
	.jIcon {
		padding-left: 160px;
		/*50%*/
		min-height: 116px;
		/*50%*/
	}
	.jIcon:before {
		width: 152px;
		/*50%*/
		height: 109px;
		/*50%*/
	}
}

/*/@media screen and (max-width: 500px)*/

.jFareg h2 {
	/*margin-bottom: -0.85em;
	margin-top: 1.62em;*/
}

.jFareg h3 {
	font-size: 1.4em;
}

.jFareg .jIcon:before {
	display: none;
}

.jFareg .jIcon {
	background: url("../../fareg/images/waysToRegToVote_online_e.png") no-repeat 0 0;
}

.jFareg .jIcon.local {
	background: url("../../fareg/images/waysToRegToVote_local_e.png") no-repeat 0 0;
}

.jFareg .jIcon.office {
	background: url("../../fareg/images/waysToRegToVote_office_e.png") no-repeat 0 0;
}

.jFareg .jIcon.station {
	background: url("../../fareg/images/waysToRegToVote_station_e.png") no-repeat 0 0;
}

@media screen and (max-width: 780px) {
	.jFareg h2 {
		margin-bottom: 0.38em;
	}
	.jFareg h3 {
		padding-top: 0.5em;
	}
	.jFareg .jIcon {
		padding-top: 200px;
		margin-bottom: 2.00em;
	}
}

/*/@media screen and (max-width: 780px)*/