/******Content*********/
dl.content {
	margin: 0;
}
dl.content dt {
	font-weight: bold;
}
dl.content dd {
	line-height: 22px;
}
dl.content dd ul {
	margin-top: 0;
}
#content a.crossoverBox {
	float: right;
	width: auto;
	background: #295b70;
	text-align: center;
	margin: 10px 0px 10px 10px;
	font-size: 16px;
	color: #FFF;
	line-height: 22px;
	font-weight: bold;
	padding: 10px;
	text-decoration: none;
	border: 2px solid #295b70;
}
#content a.crossoverBox:hover {
	background: #FFF;
	color: #295b70;
}
section.crossoverLink {
	border: 2px solid #295b70;
	padding:10px;
}
.crossoverLink + .crossoverLink {
  margin-top: 8px;
}
section.crossoverLink h1 {
	font-size:16px;
}

table col.first {
	width: 80%;
}
table col.second {
	width: 20%;
}
table.col3 col.first {
	width: 55%;
}
table.col3 col.second {
	width: 25%;
}
table.col3 col.third {
	width: 20%
}
tr td:nth-child(2) {
	text-align: center;
}
tr td:last-child {
	text-align: right;
}
/* Next Steps */
section#nextStep {
	background: #295b70;
	color: #FFF;
	padding: 10px;
	margin-top: 10px;
}
section#nextStep h1 {
	background: #295b70;
	color: #FFF !important;
}
section#nextStep a {
	color: #FFF;
}
section#nextStep a:hover {
	text-decoration: none;
}
a#onlineClinic {
	display: block;
	/*background: #295b70;*/
	text-align: center;
	margin: 10px 0px;
	font-size: 16px;
	/*color: #FFF;*/
	color: #295b70;
	line-height: 22px;
	font-weight: bold;
	padding: 10px;
	text-decoration: none;
	border: 1px solid #295b70;
}
a#onlineClinic span {
	display: block;
	margin: 6px auto;
	background: #295b70;
	border: 1px solid #295b70;
	color: #fff;
}
div#msgAccess {
	background-image: url(../../images/substantive/devices.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin: 10px 0px;
	border: 1px solid #FFF;
	padding: 10px;
}
div#msgAccess h2 {
	text-align: center;
	color: #fff;
	margin: 0;
	font-size: 18px;
}
div#msgAccess div {
	padding: 10px;
	background: rgba(0, 0, 0, 0.4);
	border: 1px solid #FFF;
}
div#msgAccess span.btn {
	display: block;
	text-align: center;
	margin-top:18px;
}
div#msgAccess span.btn a {
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	padding: 4px;
	background: #FFF;
	color: #000;
}
div#msgAccess span.btn a:hover {
	background: #000;
	color: #fff;
}
