* {
	margin: 0;
	padding: 0;
}
html,
body {
	height: 100%;
	background-color: #fff;
}
body {
	color: #7D92A5;
}
h1 {
	margin:0;
}
a:link {
	color: #7D92A5;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #CBD3DC;
}
@media (min-width: 768px) {
	a:hover {
		text-decoration: underline;
		color: #DA3389;
	}
	a:active {
		text-decoration: none;
	}
}
a.current {
	display: inline-block;
	padding: 1px;
	color: #407D58;
	background-color: #ffe100;
	text-decoration: none;
}
#curebox {
	width: 100%;
	max-width: 1024px;
	text-align: center;
	margin: 0 auto;
}
#curebox img {
	margin-bottom: 0.25em;
	margin-top: 0.5em;
}
.backnumbers,
.cure {
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.backnumbers {
	font-size: 14px;
	line-height: 1.7;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A8B6C3;
	padding: 2em;
}
.cure {
	font-size: 11px;
	line-height: 2;
	padding: 2em 0 1em 0;
}

#curebox .vidback {
	box-sizing: content-box;
	background-image: url(/vol09/stripe.png);
	background-repeat: repeat;
	padding: 15px;
	height: 300px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}
#curebox .soon {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 1;
	padding-top: 1em;
	font-style: oblique;
}
@media (max-width:767px) {
	.cure {
		font-size: 2.666667vw
	}
	.backnumbers {
		padding: 1.5em;
		font-size: 4vw;
		line-height: 2.25
	}
	a.current {
		padding: .2em .5em;
	}
}
@media (max-width:767px) and (orientation:portrait) {
	#curebox .vidback {
		box-sizing: border-box;
		padding: 0.5em;
		height: 75vw;
		width: 100vw;
	}
	#curebox .vidback iframe {
		width: 100%;
		height: 100%;
	}
}
