<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*&lt;meta /&gt;*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/*===========================================================================================================================================================

Hello! If this is your first time looking at a stylesheet within the text editor view, what you are reading right now is a "comment". Comments are added throughout this stylesheet with the purpose of making the source code easier to understand, comments will not be interpreted during the compile process. Since comments are not interpreted during the compile process, feel free to add or remove any comments.

For help with MadCap Flare go to Help Ribbon &gt; Topics Section &gt; Open Help. Alternatively visit the Flare Online Help at help.madcapsoftware.com

If you have any questions regarding how to work with this stylesheet or template project, please contact MadCap Technical Support. 
https://www.madcapsoftware.com/support/contact-options.aspx

NOTE: Generally, this stylesheet has elements listed out in the order that they appear in the topic from top to bottom. The exception are General styles which are at the top and the stylesheet mediums which are at the bottom.

EXAMPLE: Since the search-bar is at the top of the topic page, it will be listed closer to the top of this stylesheet.

===========================================================================================================================================================*/

/*==Topic General Styles==*/

@font-face 
{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
}

div.sticky-container
{
	top: 100px;
}

body
{
	max-width: 66%;
	color: #404040;
	line-height: 1.7em;
	font-family: 'Century Gothic';
}

MadCap|bodyProxy
{
	float: left;
	max-width: 75%;
}

div.title
{
	text-align: center;
	color: #ffffff;
	background: #0092d0;
}

h1
{
	width: 140%;
	font-size: 32pt;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	margin-top: 20px;
	margin-bottom: 8px;
	color: #ffffff;
	background: #0092d0;
	line-height: 44px;
	overflow: auto;
	vertical-align: middle;
	height: auto;
	padding-bottom: 10px;
	font-family: 'Century Gothic';
}

h2
{
	font-size: 18pt;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 20px;
	color: #0092d0;
	font-family: 'Century Gothic';
}

h3
{
	font-size: 16pt;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 16px;
	color: #0092d0;
	font-family: 'Century Gothic';
}

h4
{
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 16px;
	color: #0092d0;
	font-family: 'Century Gothic';
}

li
{
	margin-bottom: 8px;
	margin-top: 8px;
	font-weight: normal;
}

p
{
	margin-bottom: 10px;
	margin-top: 10px;
	font-family: 'Century Gothic';
}

img	/*Setting max-width: 100%; property makes images always fit the width of the container*/
{
	max-width: 100%;
}

img.thumbnail
{
	mc-thumbnail: popup;
}

a.MCBreadcrumbsLink
{
	font-style: italic;
	text-decoration: underline;
}

a.MCBreadcrumbsLink:visited
{
	color: #000000;
}

a.MCBreadcrumbsLink:hover
{
	color: #0065a1;
}

MadCap|breadcrumbsProxy
{
	border-bottom: none;
	font-size: .7em;
	font-style: italic;
	mc-breadcrumbs-prefix: 'You are here: ';
}

MadCap|xref
{
	font-weight: bold;
	mc-format: '{para}';
	text-decoration: underline;
	color: #0092d0;
}

MadCap|xref:hover
{
	color: #0065a1;
}

MadCap|dropDown
{
	mc-closed-image: url('../Images/Assets/Icons/Arrows/DropDownOpenBlue.png');
	mc-open-image: url('../Images/Assets/Icons/Arrows/DropDownClosedBlue.png');
}

MadCap|dropDownHotspot
{
	font-weight: bold;
	color: #3f4652;
}

/*==Master Page Topic Layout==*/

.main-section	/*This style applies the grey background. This HTML element is not on a master page, it is used at compile time.*/
{
	background: #ffffff;
}

nav.title-bar	/*Adds transparency to the top navigation bar*/
{
	opacity: 1;
}

div.content-container	/*Wraps the content on the masterpage and provides the white background behind topics.*/
{
	margin-right: 0;
	background-color: #FFF;
	padding: 0px;
	min-height: 95vh;
}

div.side-content	/*Container for Menu proxy*/
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 22%;
}

div.note
{
	background-repeat: no-repeat;
	padding-bottom: 5px;
	padding-left: 40px;
	padding-right: 10px;
	padding-top: 10px;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #0092d0;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #0092d0;
	background-image: url('../Images/Assets/Icons/Div_images/div_note.png');
	overflow: auto;
}

div.training
{
	background-repeat: no-repeat;
	padding-bottom: 5px;
	padding-left: 40px;
	padding-right: 10px;
	padding-top: 10px;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #0092d0;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #0092d0;
	background-image: url('../Images/Assets/Icons/Div_images/div_training.png');
	overflow: auto;
}

div.bug
{
	background-repeat: no-repeat;
	padding-bottom: 5px;
	padding-left: 40px;
	padding-right: 10px;
	padding-top: 10px;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	border-bottom-width: 2px;
	border-bottom-color: #0092d0;
	border-top-width: 2px;
	border-top-color: #0092d0;
	background-image: url('../Images/Assets/Icons/Div_images/div_bug.png');
	overflow: auto;
}

div.new
{
	background-repeat: no-repeat;
	padding-bottom: 5px;
	padding-left: 40px;
	padding-right: 10px;
	padding-top: 10px;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	border-bottom-width: 2px;
	border-bottom-color: #0092d0;
	border-top-width: 2px;
	border-top-color: #0092d0;
	background-image: url('../Images/Assets/Icons/Div_images/div_new.png');
	overflow: auto;
}

div.update
{
	background-repeat: no-repeat;
	padding-bottom: 5px;
	padding-left: 40px;
	padding-right: 10px;
	padding-top: 10px;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	border-bottom-width: 2px;
	border-bottom-color: #0092d0;
	border-top-width: 2px;
	border-top-color: #0092d0;
	background-image: url('../Images/Assets/Icons/Div_images/div_update.png');
	overflow: auto;
}

div.reference
{
	background-repeat: no-repeat;
	padding-bottom: 5px;
	padding-left: 40px;
	padding-right: 10px;
	padding-top: 10px;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #0092d0;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #0092d0;
	background-image: url('../Images/Assets/Icons/Div_images/div_signpost.png');
	overflow: auto;
}

div.important
{
	background-repeat: no-repeat;
	padding-bottom: 5px;
	padding-left: 40px;
	padding-right: 10px;
	padding-top: 10px;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #0092d0;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #0092d0;
	background-image: url('../Images/Assets/Icons/Div_images/div_important.png');
	overflow: auto;
}

div.faq
{
	background-repeat: no-repeat;
	padding-bottom: 5px;
	padding-left: 40px;
	padding-right: 10px;
	padding-top: 10px;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	border-bottom-width: 2px;
	border-bottom-color: #0092d0;
	border-top-width: 2px;
	border-top-color: #0092d0;
	background-image: url('../Images/Assets/Icons/Div_images/div_faq.png');
	overflow: auto;
}

div.split1	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.split1::before
{
	content: ' ';
	display: table;
}

div.split1::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.split1 &gt; div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.split1 &gt; div:nth-child(1)
{
	width: 8.3333%;
	margin-left: 0%;
}

div.split1 &gt; div:nth-child(2)
{
	width: 66.66667%;
	margin-left: 0%;
}

div.master	/*section masterpage*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.master::before
{
	content: ' ';
	display: table;
}

div.master::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.master &gt; div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.master &gt; div:nth-child(1)
{
	width: 75%;
	margin-left: 0%;
}

div.master &gt; div:nth-child(2)
{
	width: 25%;
	margin-left: 0%;
}

div.container
{
	margin-left: auto;
	margin-right: auto;
	margin-botton: 20px;
	width: 100%;
	color: #000000;
	/*	background-color: #e6e6e6; */
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.split3
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	background-color: #e6e6e6;
}

div.split3::before
{
	content: ' ';
	display: table;
}

div.split3::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.split3 &gt; div
{
	float: left;
	height: 260px;
	background-color: #ffffff;
	border-color: #e6e6e6;
	border-width: 1px;
	padding-top: 5px;
	padding-left: 10.5px;
	padding-right: 10.5px;
	transition: all 0.4s cubic-bezier(.25,.8,.25,1);
	overflow: hidden;
	margin-bottom: 5px;
	margin-right: 1px;
	margin-left: 1px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

div.split3 a	/*Complex Selector: Links within the home tiles will have the following properties*/
{
	text-decoration: none;
	color: #000000;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

div.split3 &gt; div:hover
{
	box-shadow: 2px 4px #999999;
}

div.split3 &gt; div:nth-child(1)
{
	width: 33.2%;
	margin-left: 0%;
}

div.split3 &gt; div:nth-child(2)
{
	width: 33.2%;
	margin-left: 0%;
}

div.split3 &gt; div:nth-child(3)
{
	width: 33.2%;
	margin-left: 0%;
}

div.splitfi
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

div.splitfi::before
{
	content: ' ';
	display: table;
}

div.splitfi::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.splitfi &gt; div
{
	float: left;
	height: 100px;
	border-color: #e6e6e6;
	border-style: solid;
	border-width-top: 2px;
	border-width-left: 2px;
	border-width-right: 2px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	transition: all 0.4s cubic-bezier(.25,.8,.25,1);
	overflow: hidden;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.splitfi &gt; div:hover
{
	box-shadow: 2px 4px #999999;
}

div.splitfi &gt; div:nth-child(1)
{
	width: 32%;
	margin-left: 0%;
}

div.splitfi &gt; div:nth-child(2)
{
	width: 32%;
	margin-left: 0%;
}

div.splitfi &gt; div:nth-child(3)
{
	width: 32%;
	margin-left: 0%;
}

td
{
	text-indent: 2px;
	font-family: 'Century Gothic';
}

div.vid
{
	text-align: center;
	border-left-style: solid;
	border-left-width: 3px;
	border-left-color: #0092d0;
	border-right-style: solid;
	border-right-width: 3px;
	border-right-color: #0092d0;
	border-top-style: solid;
	border-top-width: 3px;
	border-top-color: #0092d0;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #0092d0;
	padding-bottom: 3px;
	float: none;
	clear: none;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	width: auto;
}

div.split2	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.split2::before
{
	content: ' ';
	display: table;
}

div.split2::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.split2 &gt; div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.split2 &gt; div:nth-child(1)
{
	width: 48%;
	margin-left: 0%;
}

div.split2 &gt; div:nth-child(2)
{
	width: 48%;
	margin-left: 2%;
}

ol
{
	list-style: bold;
	list-style-image: none;
}

/*Feedback.*/

.feedback-reason
{
	display: none;
}

.feedback-question i:hover,
.feedback-question i:focus,
.feedback-question i:active
{
	cursor: pointer;
}

div.feedback-option
{
	border-left-style: none;
	border-left-width: 0px;
	border-right-style: none;
	border-right-width: 0px;
	border-top-style: none;
	border-top-width: 0px;
	border-bottom-style: none;
	border-bottom-width: 0px;
	padding-right: 2px;
}

div.viddisp	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	padding-top: 10px;
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.viddisp::before
{
	content: ' ';
	display: table;
}

div.viddisp::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.viddisp &gt; div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.viddisp &gt; div:nth-child(1)
{
	width: 8.3333%;
	margin-left: 0%;
}

div.viddisp &gt; div:nth-child(2)
{
	width: 83.333%;
	margin-left: 0%;
}

div.viddisp &gt; div:nth-child(3)
{
	width: 8.3333%;
	margin-left: 0%;
}

ul
{
	list-style-type: disc;
	list-style-image: url('../Images/Assets/Icons/Bullets/Bullet_Level_1.png');
}

th
{
	font-family: 'Century Gothic';
	color: #ffffff;
}

ul ul
{
	list-style-image: url('../Images/Assets/Icons/Bullets/Bullet_Level_1.png');
}

ol ol
{
	list-style-type: lower-alpha;
}

ul &gt; li::marker
{
	
}

ol &gt; li::marker
{
	
}

/*===========================================================================================================================================================
Styles after this point are styles that are for specific mediums. If any additional styles are added to this template they will be listed after mediums.
[@media tablet] declares styles that will apply when the screen is in tablet view
[@media mobile] declares styles that will apply when the screen is in mobile view
===========================================================================================================================================================*/

@media only screen and (max-width: 1250px)
{
	div.split1 &gt; div:nth-child(1)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.split1 &gt; div:nth-child(2)
	{
		width: 66.66667%;
		margin-left: 0%;
	}

	div.split2 &gt; div:nth-child(1)
	{
		width: 50%;
	}

	div.split2 &gt; div:nth-child(1)
	{
		margin-left: 0%;
	}

	div.split2 &gt; div:nth-child(2)
	{
		width: 50%;
	}

	div.split2 &gt; div:nth-child(2)
	{
		margin-left: 0%;
	}

	div.vid1 &gt; div:nth-child(1)
	{
		width: 66.66667%;
	}

	div.vid1 &gt; div:nth-child(1)
	{
		margin-left: 0%;
	}

	div.vid1 &gt; div:nth-child(2)
	{
		width: 33.33333%;
	}

	div.vid1 &gt; div:nth-child(2)
	{
		margin-left: 0%;
	}
}

@media only screen and (max-width: 767px)
{
	.main-section &gt; .outer-row	/* Removes the padding around the topic container in mobile */
	{
		padding: 0;
	}

	div.split1 &gt; div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.split1 &gt; div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.split2 &gt; div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.split2 &gt; div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.vid1 &gt; div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.vid1 &gt; div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}
}

/* Added to move the Top Nav menu items to the right, near the Search Bar */

.nav-search
{
	width: 100%;
}

.nav-search-wrapper
{
	flex: none;
	width: 300px;
}

/* add this for tablet fix */

@media only screen and (max-width: 1250px)
{
	.nav-search-wrapper
	{
		width: 100%;
	}
}

iframe#iframe
{
	overflow: hidden;
	border-left-style: solid;
	border-left-width: 3px;
	border-left-color: #82c340;
	border-right-style: solid;
	border-right-width: 3px;
	border-right-color: #82c340;
	border-top-style: solid;
	border-top-width: 3px;
	border-top-color: #82c340;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #82c340;
}

/* Wizard. There are three button styles - wizbutton (standard), wizbutton_long (for longer text, where there are only two options to display) and wizbutton_nav for the back and start again buttons */

div.wizard
{
	border: 10px solid #e6e6e6;
	padding: 30px;
	background-color: #e6e6e6;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.wizbutton
{
	display: inline-block;
	border-radius: 12px;
	background-color: #bed230;
	border: none;
	color: #404040;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	width: 170px;
	transition: all 0.5s;
	cursor: pointer;
	margin: 5px;
	vertical-align: middle;
}

.wizbutton_long
{
	display: inline-block;
	border-radius: 12px;
	background-color: #bed230;
	border: none;
	color: #404040;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 3px;
	padding-right: 3px;
	width: 190px;
	transition: all 0.5s;
	cursor: pointer;
	margin: 5px;
	vertical-align: middle;
}

.wizbutton_nav
{
	display: inline-block;
	border-radius: 12px;
	background-color: #000000;
	border: none;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 3px;
	padding-right: 3px;
	width: 100px;
	transition: all 0.5s;
	cursor: pointer;
	margin: 5px;
	vertical-align: middle;
}

.wizbutton span
{
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}

.wizbutton span:after
{
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
}

.wizbutton:hover span
{
	padding-right: 20px;
}

.wizbutton:hover span:after
{
	opacity: 1;
	right: 0;
}

.wizbutton_long span
{
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}

.wizbutton_long span:after
{
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
}

.wizbutton_long:hover span
{
	padding-right: 20px;
}

.wizbutton_long:hover span:after
{
	opacity: 1;
	right: 0;
}

div.sideContentWizard
{
	float: right;
	margin-left: 10px;
	margin-bottom: 20px;
	width: 33.33%;
	background-color: #ffffff;
	padding-left: 10px;
	padding-bottom: 10px;
	background-color: #ffffff;
	border-left: 6px solid #ffffff;
	border-bottom: 6px solid #ffffff;
	border-bottom-left-radius: 6px;
}

.wiztext	/* for use with image buttons */
{
	color: #1f618d;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	font-size: 20px;
	transition: all 0.5s;
	cursor: pointer;
	margin: 5px;
}

img.wiz	/* for use with image buttons */
{
	cursor: pointer;
}

span.b1
{
	font-weight: bold;
}

div.Picture	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.Picture::before
{
	content: ' ';
	display: table;
}

div.Picture::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Picture &gt; div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.Picture &gt; div:nth-child(1)
{
	width: 66.66667%;
	margin-left: 0%;
}

div.Picture &gt; div:nth-child(2)
{
	width: 33.33333%;
	margin-left: 0%;
}

span.mc-variable.General\00002EProductName
{
	font-weight: bold;
}

span.mc-variable.General\00002EVision
{
	font-weight: bold;
}

span.mc-variable.General\00002ECM
{
	font-weight: bold;
}

span.mc-variable.General\00002ECegedim_Healthcare_Solutions
{
	font-weight: bold;
}

span.mc-variable.General\00002ESNOMED\0000A0CT
{
	font-weight: bold;
}

span.mc-variable.General\00002ESNOMED\0000A0CT\0000A0Browser
{
	font-weight: bold;
}

ul ol
{
	list-style-type: decimal;
}

p.intro
{
	
}

h2.pagebreak
{
	
}

span.mc-variable.General\00002ENavigation_bar
{
	font-weight: bold;
}

span.mc-variable.General\00002EVision_3
{
	font-weight: bold;
}

span.mc-variable.General\00002EPrescription_Manager
{
	font-weight: bold;
}

span.mc-variable.General\00002EApplication_Switch
{
	font-weight: bold;
}

span.mc-variable.General\00002Evabc
{
	font-weight: bold;
}

span.mc-variable.General\00002EWCCG
{
	font-weight: bold;
}

span.mc-variable.General\00002EPriority
{
	font-weight: bold;
}

span.mc-variable.General\00002EEncounters\00000D\00000A
{
	font-weight: bold;
}

span.mc-variable.General\00002EEncounter
{
	
}

span.mc-variable.General\00002EOutcomes_Manager
{
	font-weight: bold;
}

span.mc-variable.General\00002EVision360
{
	font-weight: bold;
}

span.mc-variable.General\00002ECegedim_Primary_Care_Solution
{
	font-weight: bold;
}

span.mc-variable.General\00002EEncounters
{
	
}

</pre></body></html>