#heartsaver_container {
	  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  	font-weight: normal;
}
#heartsaver_container h2 {
	font-size: 2.3125em;
}
#heartsaver_container p {
	font-family: inherit;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.6;
	margin-bottom: 1.25em;
	text-rendering: optimizeLegibility;
}

#content h1.title-link {margin: 10px 0px; }

h2 { margin-bottom: 0px; padding-right: 10px;}
.float-left { float: left; }
.clear { clear: both; }
.person { width: 10px; }
.padding-top { padding: 0 0 0 0;}
.logo {
	position: relative;
	top: 6px;
	width: 38px;
}

.people-holders { min-height: 19px; width: 200px; }

h3 {
	margin-top: 0px;
	font-size: 1.2em;
	color: white;
	text-rendering: auto;
	border-bottom: 1px solid white;
	text-shadow: 1px 0 3px #000;
}

h4 {
	color: white;
	font-size: 1em;
	margin: 8px 0 5px 0;
	text-shadow: 1px 0 3px #000;
}

.subhead { margin-top: 30px; display:block; }
.opening-container {
	position: relative;
}

.instructions-background {
	position: absolute;
	top: 0px;
	left: 258px;
	background-color: black;
	height: 680px;
	width: 737px;
	opacity: 0.8;
}

.instructions.black-panel table {
	margin-left: 23px;
	float: left;
	margin-top: 12px;
}

.instructions.black-panel td {
	text-align: center;
	padding: 0px 10px 2px;
}

.resolution-sad, .resolution-congrats  {
	display: none;
	top: 60px !important;
}

.black-panel {
	position: absolute;
	color: #ccc;
	top: 32px;
	left: 340px;
	width: 540px;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	line-height: 22px;
	text-shadow: 1px 0 3px #000;
}

.black-panel h2 {
	color: white;
	text-shadow: 1px 0 3px #000;
}

.black-panel p strong {
	color: #34b84f;
}

.survival-counter, .survival-counter-background {
	position: absolute;
	top: 0px;
	left: 0;
}

.survival-counter {
	padding: 15px 10px 15px 15px;
}

.survival-counter-background {
	background-color: #202020;
	opacity: 0.8;
	width: 258px;
	height: 680px;
	border-top: -1px solid black;
	-moz-box-shadow: -1px 4px 9px #000000;
	-webkit-box-shadow: -1px 4px 9px #000000;
	box-shadow: -1px 4px 9px #000000;
}

#alert-box {
	top: 10px;
	right: 25px;
	background-color: #202020;
	border: 1px solid black;
	opacity: 0.8;
	color: white;
	padding: 15px;
	position: absolute;
	display: none;
	-moz-box-shadow: 5px 4px 9px #000000;
	-webkit-box-shadow: 5px 4px 9px #000000;
	box-shadow: 5px 4px 9px #000000;
	border-radius: 5px;
	-webkit-user-select: none;
}

.large-people {
	width: 22px;
	margin-right: 5px;
	margin-top: 3px;
	float:left;
}

.notif {
	color: white;
	border: 1px solid black;
	border-radius: 5px;
	padding: 10px 10px 10px 25px;
	width: 191px;
	background-color: #202020;
	height: 115px;
	display: none;
}

h5 {
	color: white;
	margin-bottom: 5px;
	font-size: 14px;
}

.nlabel {
	font-size: 11px;
	color: #FFF;
	padding: 0px 0px 20px;
	width: 84px;
}

#speed-score, #hospital-score {
	color: white;
	padding-right: 0px;
	font-size: 12px;
}

#speed-score span, #hospital-score span {
	border-radius: 5px;
	padding: 6px;
	position: relative;
	top: 6px;
}

.high {
	border: 1px solid green;
	background-color: rgb(88, 167, 88);
}

.medium {
	border: 1px solid rgb(146, 155, 50);
	background-color: rgb(169, 180, 39);
}

.low {
	border: 1px solid rgb(128, 0, 0);
	background-color: rgb(187, 30, 30);
}

.notification-holder {
	margin-top: 10px;
	height: 160px;
}

.notif table {
	background: none;
	border: none;
}

.notif table tr:nth-of-type(even) {
	background: none;
}

.score {
	font-size: 40px;
	font-family: "Helvetica Neue", Arial, sans-serif;
	display: block;
	float: left;
	position: relative;
	top: -3px;
}

.success { color: #34b84f; }
.deceased { color: #e14949; }

.action-panel {
	width: 260px;
}

.caveat {
	margin: 70px 0px;
	border-top: 1px solid #FFF;
	padding: 20px 0px;
	font-size: 14px !important;
}

.caveat a, .caveat b {
	color: white;
}

.action-panel p {
	margin-bottom: 0.6em;
	color:white;
	font-weight: bold;
}

a.start {
	padding: 16px 0px;
	width: 540px;
	cursor: pointer;

	display: none;
	background-color: #65ab67;
	color: white;
	text-align: center;
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Helvetica Neue","Arial",sans-serif;
	font-size: 16px;
	border: 1px solid #688b68;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: inset 0 1px 0px rgba(255,255,255,0.3),1px 1px 0 rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 1px 0px rgba(255,255,255,0.3),1px 1px 0 rgba(0,0,0,0.3);
	box-shadow: inset 0 1px 0px rgba(255,255,255,0.3),1px 1px 0 rgba(0,0,0,0.3);
	text-shadow: rgba(0,0,0,0.3) 0px -1px 1px;
}
a.ss-social-circle {
	cursor:pointer;
	color:inherit !important;
}
a.ss-social-circle {
	color:#f0f0f0;
}