﻿.TelehealthWrapper {
	margin: 15px auto;
	display: block;
	width: 80%;
	border: 2px solid #ff0000;
	padding: 10px 5px;
	background: #f1f1f1;
	text-align: center;
}

	.TelehealthWrapper .Title {
		font-size: 1.50em;
		font-weight: 600;
		padding: 0 0 10px 0;
		margin: 0 0 5px 0;
	}

	.TelehealthWrapper .Body { 
		font-size: 1.00em;
		padding: 10px 0;
		display: none;
	}

	.TelehealthWrapper .Link  {
	}

		.TelehealthWrapper .Link a {
			color: #2A5DB0;
			text-decoration: underline;
			font-weight: 600;
		}

			.TelehealthWrapper .Link a:hover {
				color: #2A5DB0;
				text-decoration: none;
				font-weight: 600;
			}

			.TelehealthWrapper .Link a:visited {
				color: #2A5DB0;
				text-decoration: underline;
				font-weight: 600;
			}