.hidden {
	display: none;
}

.popup-background {
	opacity: 0.3;
}

.read-options,
.related_articles,
#contentpage {
	clear: both;
	margin-bottom: 2em;
}

.read-options {
	padding-right: 10px;
}

.read-left,
.read-right {
	width: 49%;
}

.read-left {
	margin: 0 0 0;
	float: left;
}

.read-right {
	margin: 0 0 0;
	float: right;
}

	.read-left a,
	.read-right a {
		text-align: center;
		padding: 10px;
		display: block;
		text-transform: uppercase;
		box-sizing: border-box;
		width: 100%;
	}

	.read-options,
	.read-left a,
	.read-right a {
		height: 43px;
		font-size: 14px;
		font-family: georgia, serif;
	}

.read-left a {
	border-bottom: 4px solid #000;
	background-color: #000;
	color: #fff;
}

.read-right a {
	padding-left: 35px;
	border-bottom: 4px solid #C75B0C;
	background-color: #F27012;
	color: #fff;
}

	.read-right a span {
		position: relative;
		display: inline-block;
	}

		.read-right a span:before {
			content: " ";
			display: inline-block;
			position: absolute;
			width: 30px;
			height: 25px;
			left: -35px;
			top: -1px;
			background-image: url('/images/icon_save.png');
			background-repeat: no-repeat;
			background-position: center;
		}

.clear {
	height: 0;
	clear: both;
}

.read-later-popup {
	box-shadow: 0 3px 15px rgba(0,0,0,0.1);
	border: 1px solid #c6c6c6;
	background-image: url('/images/ii_logo-footer_140px-wide.gif');
	background-repeat: no-repeat;
	background-position: top 5px left 5px;
	background-color: #ffffff;
	width: 552px;
	border-radius: 4px;
	color: #404040;
	padding: 55px 5px 5px;
	position: fixed;
	z-index: 30000;
	display: none;
}

	.read-later-popup .column_one,
	.read-later-popup .column_two {
		width: 244px;
		padding: 0 15px;
		float: left;
	}

	.read-later-popup .column_one {
		padding-right: 15px;
		border-right: 1px solid #c6c6c6;
		padding-top: 27px;
	}

	.read-later-popup .column_two {
		padding-top: 25px;
		padding-left: 15px;
	}

.email-close {
	height: 30px;
	width: 30px;
	position: absolute;
	top: 10px;
	right: 10px;
	background-image: url('/images/icon_close.png');
	background-repeat: no-repeat;
	background-position: center;
	display: block;
}

.read-later-popup h3,
.read-later-popup p {
	font-size: 16px;
}

.read-later-popup input.send-button {
	float: right;
	border-width: 1px;
	border-radius: 7px;
	padding: 4px 3px 2px 5px;
	background-color: #F39B1F;
	color: #fff;
	text-transform: uppercase;
}

.read-later-popup input.email-address {
	margin-bottom: 10px;
	width: 234px;
	padding: 5px;
	border: 1px solid #c6c6c6;
}