/*<meta />*/

/* ========================================================================== */
/* Base & Variables                                                           */
/* ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');

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

:root
{
	--Black: #212121;
	--SuccessDefault: #00651D;
	--SuccessIndicator: #0FA71E;
	--SuccessLight: #53CB75;
	--BrandDark: #132A4E;
	--BrandDefault: #114F7E;
	--BrandLight: #C8F1FA;
	--BrandExtraLightOpacity20: rgba(3, 235, 255, 0.2);
	--BrandExtraLightOpacity10: rgba(3, 235, 255, 0.1);
	--BrandExtraLight: #F2F8FA;
	--PurpleDefault: #700064;
	--RedIndicator: #C10D0D;
	--White: #ffffff;
	--Dark: #2a2a2a;
	--Medium: #959FB3;
	--Light: #F9F9F9;
	--NavigationBackground: #ECEFF1;
}

/* ========================================================================== */
/* Layout: Main Shell & Navigation                                            */
/* ========================================================================== */

.sidenav-container
{
	padding-bottom: 20px;
}

.sidenav-wrapper
{
	border-radius: 16px !important;
}

.main-section
{
	padding: 2em;
	background-color: #ECEFF1;
}

.main-section .row.outer-row
{
	position: relative;
}

/* Content area */

.main-section .row.outer-row .content
{
	position: relative;
	border-radius: 16px;
	background-color: #fff;
	padding: 2em 3em;
	width: 77%;
	left: -23.5%;
	float: right;
}

.searchTopic .main-section .row.outer-row .content
{
	width: 80%;
	left: 0;
	float: none;
	margin: 0 auto;
}

/* Area52 (right side info panel) */

.main-section .row.outer-row .area52
{
	position: absolute;
	padding: 16px;
	width: 300px;
	right: 0;
	float: right;
	border-radius: 16px;
	margin-right: 2px;
	background: #ffffff;
}

.main-section .row.outer-row .area52 > div
{
	border-bottom: 1px solid #e7e7e7;
}

.main-section .row.outer-row .area52 > div a
{
	text-decoration: none;
	font-size: 16px;
}

.main-section .row.outer-row .area52 > div a:hover
{
	text-decoration: underline;
}

.main-section .row.outer-row .area52 > p
{
	padding: 15px 0;
	margin: 0;
}

.Area52_TryButton
{
	border-bottom: 0 !important;
}

/* Outer row max-width adjustments */

.off-canvas-wrapper-inner .outer-row
{
	max-width: 100% !important;
}

@media screen and (min-width: 1800px)
{
	.off-canvas-wrapper-inner .outer-row
	{
		max-width: 90% !important;
	}

	.main-section .row.outer-row .area52
	{
		width: 250px !important;
	}
}

@media screen and (max-width: 1400px)
{
	.main-section .row.outer-row .area52
	{
		width: 190px !important;
	}
}

@media screen and (min-width: 1400px) and (max-width: 1799px)
{
	.main-section .row.outer-row .area52
	{
		width: 220px !important;
	}
}

@media screen and (min-width: 2000px)
{
	.off-canvas-wrapper-inner .outer-row
	{
		max-width: 80% !important;
	}
}

@media screen and (min-width: 2300px)
{
	.off-canvas-wrapper-inner .outer-row
	{
		max-width: 70% !important;
	}
}

@media screen and (min-width: 2600px)
{
	.off-canvas-wrapper-inner .outer-row
	{
		max-width: 60% !important;
	}
}

@media screen and (min-width: 2950px)
{
	.off-canvas-wrapper-inner .outer-row
	{
		max-width: 50% !important;
	}
}

/* ========================================================================== */
/* Flex Tiles                                                                 */
/* ========================================================================== */
/* Flex container */

div.flex-tiles-container
{
	mc-grid-row: true;
	margin-right: auto;
	margin-top: 5%;
}

div.flex-tiles-container::before,
div.flex-tiles-container::after
{
	content: ' ';
	display: table;
}

div.flex-tiles-container::after
{
	clear: both;
}

/* Shared tile styles */

div.flex-tiles-item-1col,
div.flex-tiles-item-2col,
div.flex-tiles-item-3col,
div.flex-tiles-item-4col,
div.flex-tiles-item-1col-white,
div.flex-tiles-item-2col-white,
div.flex-tiles-item-2col-blue,
div.flex-tiles-item-3col-white,
div.flex-tiles-item-4col-white
{
	float: left;
	box-sizing: border-box;
	border: 1px solid #959FB3;
	border-radius: 10px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	overflow: hidden;
	position: relative;
	margin: 1%;
}

/* Default (light background) */

div.flex-tiles-item-1col,
div.flex-tiles-item-2col,
div.flex-tiles-item-3col,
div.flex-tiles-item-4col
{
	background-color: #F9F9F9;
}

/* White/blue variants */

div.flex-tiles-item-1col-white,
div.flex-tiles-item-2col-white,
div.flex-tiles-item-3col-white,
div.flex-tiles-item-4col-white
{
	background-color: #fff;
}

div.flex-tiles-item-2col-blue
{
	background-color: rgba(3, 235, 255, 0.1);
}

/* Padding variants */

div.flex-tiles-item-1col,
div.flex-tiles-item-2col
{
	padding: 30px 30px 16px;
}

div.flex-tiles-item-3col,
div.flex-tiles-item-4col
{
	padding: 30px 10px 16px;
}

div.flex-tiles-item-1col-white,
div.flex-tiles-item-2col-white,
div.flex-tiles-item-2col-blue
{
	flex: 1 0 48%;
	padding: 15px 30px 16px;
}

div.flex-tiles-item-1col-white
{
	flex: 1 0 98%;
}

div.flex-tiles-item-3col-white,
div.flex-tiles-item-4col-white
{
	padding: 15px 10px 16px;
}

div.flex-tiles-item-3col-white
{
	flex: 1 0 31%;
}

div.flex-tiles-item-4col-white
{
	flex: 1 0 23%;
}

/* Hover effect for all tiles */

div.flex-tiles-container > [class^="flex-tiles-item"]:hover
{
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	background: rgba(3, 235, 255, 0.1);
	transition: .2s all ease-in-out;
	transform: scale(1.01);
}

/* ========================================================================== */
/* Home Layout & Tiles                                                        */
/* ========================================================================== */

div.home-container
{
	margin: 0 1%;
	width: auto;
}

.body-container
{
	padding-top: 0 !important;
}

div.home-tiles::before,
div.home-tiles::after
{
	content: ' ';
	display: table;
}

div.home-tiles::after
{
	clear: both;
}

div.home-tiles > div
{
	float: left;
	box-sizing: border-box;
	background-color: #ffffff;
	padding: 0 16px 20px;
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.16), 0 2px 4px rgba(0,0,0,0.23);
}

div.home-tiles > div:nth-child(1),
div.home-tiles > div:nth-child(2),
div.home-tiles > div:nth-child(3)
{
	width: 32%;
}

div.home-tiles > div:nth-child(2),
div.home-tiles > div:nth-child(3),
div.home-tiles > div:nth-child(4)
{
	margin-left: 2%;
}

div.home-tiles > div:nth-child(4)
{
	width: 23%;
}

/* Home tile text */

p.tile-title
{
	text-align: left;
	font-weight: bold;
	color: #212121;
	font-size: 16px;
}

p.tile-subtitle
{
	text-align: left;
	color: #959FB3;
}

p.tile-content
{
	text-align: left;
	color: #212121;
	margin: 0;
}

/* Footer */

div.footer
{
	margin-left: 2%;
	margin-top: 5%;
}

p.footer
{
	line-height: 13pt;
	color: #2a2a2a;
}

/* Title text */

p.title-text
{
	margin-right: 30%;
	font-size: 16px;
	color: #212121;
}

/* ========================================================================== */
/* Typography                                                                 */
/* ========================================================================== */

body
{
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	color: #212121;
	background: #F9F9F9;
}

h1
{
	padding-bottom: 10px;
	margin-bottom: 8px;
	font-size: 32px;
	line-height: 150%;
	font-weight: 600;
}

h2
{
	font-size: 24px;
	line-height: 100%;
	font-weight: 600;
	margin: 60px 0 0;
}

h2#VideoHeading
{
	margin-top: 0.5em;
}

h3
{
	font-size: 18px;
	line-height: 100%;
	font-weight: 600;
	margin: 35px 0 0;
}

h4
{
	font-size: 16px;
	line-height: 100%;
	color: #666666;
	font-weight: 500;
	margin: 25px 0 8px;
}

/* Paragraphs & lists */

p,
li
{
	line-height: 1.45;
}

ol,
ul
{
	list-style-position: outside;
	padding-left: 20px;
}

p.seealso
{
	padding-top: 20px;
	margin-bottom: 0;
}

/* Special paragraphs */

p.Note
{
	border-left-width: 2px;
	margin-left: 0;
	border-left-style: dotted;
	padding: 8px;
	background: rgba(3, 235, 255, 0.2);
	border-left-color: #2a2a2a;
}

p.CC5
{
	font-weight: normal;
	border-radius: 8px;
	padding: 10px 0 10px 80px;
	text-indent: -74px;
	border: solid 1px #2a2a2a;
	background: rgba(3, 235, 255, 0.2);
	font-size: 12px;
}

p.Tip
{
	margin-left: 0;
	border-left-width: 2px;
	border-left-color: #114F7E;
	border-left-style: dashed;
	padding: 8px 0 8px 6px;
}

p.Other
{
	margin-left: 0;
	padding: 8px;
	background-color: rgba(3, 235, 255, 0.1);
	border-radius: 8px;
}

p.Section
{
	color: #212121;
	font-size: 24px;
	margin: 40px 0 8px;
	font-weight: 600;
}

p.Subsection
{
	color: #212121;
	font-size: 18px;
	margin: 30px 0 8px;
	font-weight: 600;
}

p.TaskHeading
{
	margin: 30px 0 8px;
	font-size: 16px;
	font-weight: 600;
}

p.TaskRefList
{
	margin: 0;
}

p.MiniTOC1
{
	font-weight: normal;
	margin: 2px 0;
}

/* ========================================================================== */
/* Images                                                                     */
/* ========================================================================== */

img
{
	max-width: 100%;
}

img.thumbnail
{
	mc-thumbnail: popup;
	border: 0.5px solid #114F7E;
}

img.ReducedSize50
{
	width: 50%;
	mc-thumbnail: none;
	border: 0;
}

img.icon
{
	position: relative;
	top: 8px;
	padding-right: 2px;
	mc-thumbnail: none;
	border: 0;
}

img.aniGIF
{
	background-color: transparent;
	border-style: solid;
	mc-thumbnail: none;
	border: 0;
}

/* ========================================================================== */
/* Links                                                                      */
/* ========================================================================== */

a,
a:link,
a:visited
{
	color: #114F7E;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a.MCBreadcrumbsLink
{
	color: #114F7E;
	text-decoration: underline;
}

a.MCBreadcrumbsLink:visited
{
	color: #4682b4;
}

a.MCBreadcrumbsLink:hover
{
	color: #003a80;
}

/* Slideshow navigation arrows */

a.mc-prev
{
	background-image: url('../Images/Assets/Icons/MainIcons/arrow-expand-left.png') !important;
	background-position: 0 0 !important;
}

a.mc-next
{
	background-image: url('../Images/Assets/Icons/MainIcons/arrow-expand-right.png') !important;
	background-position: 0 0 !important;
}

/* Mini TOC links */

a.MiniTOC1:link
{
	color: #114F7E;
}

a.MiniTOC1:hover
{
	text-decoration: underline;
}

/* ========================================================================== */
/* Buttons                                                                    */
/* ========================================================================== */

a.btn
{
	color: #ffffff !important;
	background: #114F7E;
	box-shadow: 0 1px 0 rgba(0,0,0,0.15);
	padding: 8px;
	border-radius: 8px;
	width: 100%;
	display: grid;
	text-align: center;
	justify-content: center;
	align-items: center;
	height: fit-content;
}

a.btn:hover
{
	background: #132A4E;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	transition: .2s all ease-in-out;
	transform: scale(1.01);
	text-decoration: none !important;
	font-size: 14px;
}

/* ========================================================================== */
/* Misc Containers & News                                                     */
/* ========================================================================== */

.NewsFooter
{
	line-height: 13pt;
	color: #2a2a2a;
	position: fixed;
	bottom: 0;
	font-size: 10px;
}

div.NewsLogo
{
	background-repeat: no-repeat;
	background-position: 30pt;
	background-image: url('../Images/Assets/Icons/MainIcons/Logo.png');
}

/* ========================================================================== */
/* MadCap Proxies & Controls                                                  */
/* ========================================================================== */

MadCap|breadcrumbsProxy
{
	border-bottom: none;
	mc-breadcrumbs-prefix: 'You are here: ';
	font-style: normal;
	color: #2a2a2a;
	font-size: 12px;
}

MadCap|xref
{
	mc-format: '{para}';
	font-weight: normal;
	color: #114F7E;
}

MadCap|xref:hover,
MadCap|xref:focus
{
	color: #114F7E;
	text-decoration: underline;
}

MadCap|dropDown
{
	mc-open-image: url('../Images/Assets/Icons/MainIcons/arrow-expand-up.png');
	mc-closed-image: url('../Images/Assets/Icons/MainIcons/arrow-expand-down.png');
	border: 0.5px solid #959FB3;
	border-radius: 8px;
	padding-bottom: 8px;
	margin-top: 16px;
}

/* TOP-LEVEL DROPDOWNS → behave/look like H2 */

MadCap|dropDownHead
{
	padding: 0 8px;
	mc-heading-level: 2 !important;
	/* H2 in TOC/MiniTOC */
	font-size: 24px;
	/* Match h2 */
	line-height: 100%;
	font-weight: 600;
	margin: 6px 0 0 !important;
	/* Smaller top margin as h2 */
	color: #212121;
}

/* NESTED DROPDOWNS INSIDE ANOTHER DROPDOWN → behave/look like H3 */

MadCap|dropDownBody MadCap|dropDownHead
{
	mc-heading-level: 3 !important;
	/* H3 in TOC/MiniTOC */
	font-size: 18px;
	/* Match h3 */
	line-height: 100%;
	font-weight: 600;
	margin: 6px 0 0 !important;
	/* Smaller top margin as h3 */
	color: #212121;
	/* NEW: subtle border + indentation */
	border-left: 3px solid rgba(3, 235, 255, 0.2);
	padding-left: 12px;
}

MadCap|dropDownHotspot
{
	color: #114F7E;
	font-weight: normal;
	font-size: 16px;
}

MadCap|dropDownHotspot:hover
{
	text-decoration: underline;
}

MadCap|dropDownBody
{
	margin: 0 32px !important;
}

MadCap|relatedTopics
{
	color: #4682b4;
}

MadCap|relatedTopics:hover
{
	color: #0095db;
}

MadCap|helpControlMenuItem,
MadCap|helpControlMenuItem.Highlighted
{
	font-family: 'Inter';
}

MadCap|helpControlMenuItem.Highlighted
{
	background-color: #003a80;
}

/* Mini TOC proxy */

MadCap|miniTocProxy
{
	padding-top: 1px;
	margin-top: 10px;
	padding-left: 5px;
	mc-auto-number-format: 'Contains:';
	mc-auto-number-class: miniTocBoxTitle;
	mc-toc-depth: 1;
}

span.miniTocBoxTitle
{
	font-weight: bold;
	color: #212121;
}

div.MCMiniTocBox
{
	mc-auto-number-format: 'Contains:';
	mc-auto-number-class: miniTocBoxTitle;
	border-top: 1px solid #959FB3;
}

/* Relationship tables */

MadCap|relationshipsHeading
{
	font-size: 11pt;
	mc-label: 'Related topics';
}

MadCap|relationshipsItem
{
	font-size: 10pt;
}

MadCap|relationshipsHeading.concept
{
	mc-label: 'About';
	font-size: 11pt;
}

MadCap|relationshipsHeading.reference
{
	mc-label: 'Related windows';
	font-size: 11pt;
}

MadCap|relationshipsHeading.task
{
	mc-label: 'Related tasks';
	font-size: 11pt;
}

/* Slideshow bullet */

MadCap|slideshowBullet
{
	background-color: #114F7E;
}

/* Variables */

span.mc-variable.General\00002EPath
{
	color: #959fb3;
}

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

/* ========================================================================== */
/* Navigation Icons & Skins                                                   */
/* ========================================================================== */
/* Accordion submenu icons */

.is-accordion-submenu-parent > a span.submenu-toggle
{
	border: none;
}

.is-accordion-submenu-parent > a span.submenu-toggle::after
{
	content: url('../Images/Assets/Icons/MainIcons/arrow-expand-down.svg');
	color: #114F7E;
	font-size: 1.5em;
	position: absolute;
	left: -11px;
	bottom: -16px;
}

.is-accordion-submenu-parent > a [aria-expanded='true'] span.submenu-toggle
{
	transform-origin: none;
	transform: none;
}

.is-accordion-submenu-parent > a [aria-expanded='true'] span.submenu-toggle::after
{
	content: url('../Images/Assets/Icons/MainIcons/arrow-expand-up.svg');
	color: #114F7E;
}

/* Search/filter icons */

._Skins_HoC_Side_Navigation .search-bar .search-filter
{
	background-image: url('../Images/Assets/Icons/MainIcons/filter-1.svg') !important;
}

._Skins_HoC_Side_Navigation .search-bar .search-filter.selected
{
	background-image: url('../Images/Assets/Icons/MainIcons/filter-1-filled.svg') !important;
}

._Skins_HoC_Side_Navigation .search-bar.search-bar-container .search-submit
{
	background-image: url('../Images/Assets/Icons/MainIcons/search.svg') !important;
}

/* Mobile menu icon */

@media only screen and (max-width: 1250px)
{
	._Skins_HoC_Side_Navigation nav.title-bar .menu-icon span
	{
		background-image: url('../Images/Assets/Icons/MainIcons/menu.svg') !important;
	}
}

/* Logo in title bar */

._Skins_HoC_Side_Navigation .title-bar-layout a.logo
{
	background-image: url('../Images/Assets/Icons/MainIcons/favicon_Light_mode.svg') !important;
	background-size: 54px 54px;
}

/* Topic toolbar icons */

._Skins_TopicToolBar.mc-component .button.remove-highlight-button .button-icon
{
	background-image: url('../Images/Assets/Icons/MainIcons/edit.svg') !important;
}

._Skins_TopicToolBar.mc-component .button.expand-all-button .button-icon,
._Skins_TopicToolBar.mc-component .button.collapse-all-button .button-icon,
._Skins_CSH_Topic_toolbar.mc-component .button.expand-all-button .button-icon
{
	background-image: url('../Images/Assets/Icons/MainIcons/unfold.svg') !important;
}

._Skins_TopicToolBar.mc-component .button.select-language-button .button-icon
{
	background-image: url('../Images/Assets/Icons/MainIcons/globe-border.svg') !important;
}

._Skins_TopicToolBar.mc-component .button.print-button .button-icon
{
	background-image: url('../Images/Assets/Icons/MainIcons/print.svg') !important;
}

._Skins_CSH_Topic_toolbar.mc-component .button.back-button .button-icon
{
	background-image: url('../Images/Assets/Icons/MainIcons/arrow-expand-left.svg') !important;
}

/* Dropdown icons (alternate) */

.MCDropDown_Closed .MCDropDownHotSpot_.MCHotSpotImage
{
	background-image: url('../Images/Assets/Icons/MainIcons/arrow-expand-down.svg') !important;
}

.MCDropDown_Open .MCDropDownHotSpot_.MCHotSpotImage
{
	background-image: url('../Images/Assets/Icons/MainIcons/arrow-expand-up.svg') !important;
}

/* ========================================================================== */
/* Generic Grid Utilities (Video, Two Tiles, Search Results)                 */
/* ========================================================================== */
/* Shared row styling */

div.video-table,
div.two-tiles,
div.search-results-flex
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.video-table::before,
div.video-table::after,
div.two-tiles::before,
div.two-tiles::after,
div.search-results-flex::before,
div.search-results-flex::after
{
	content: ' ';
	display: table;
}

div.video-table::after,
div.two-tiles::after,
div.search-results-flex::after
{
	clear: both;
}

/* Shared column styling */

div.video-table > div,
div.two-tiles > div,
div.search-results-flex > div
{
	float: left;
	box-sizing: border-box;
	padding-left: 5px;
	padding-right: 5px;
}

/* Specific widths */

div.video-table > div:nth-child(1)
{
	margin-left: 0;
	width: 73%;
}

div.video-table > div:nth-child(2)
{
	width: 23%;
	margin-left: 2%;
}

div.two-tiles > div:nth-child(1),
div.search-results-flex > div:nth-child(1)
{
	margin-left: 0;
	width: 49%;
}

div.two-tiles > div:nth-child(2)
{
	margin-left: 2%;
	width: 49%;
	mc-conditions: 'General.Web output';
}

div.search-results-flex > div:nth-child(1)
{
	width: 80%;
}

div.search-results-flex > div:nth-child(2)
{
	margin-left: 2%;
	width: 18%;
}

/* ========================================================================== */
/* Search Highlights & Search Bar                                             */
/* ========================================================================== */

span.SearchHighlight1
{
	color: #ffffff;
	background-color: #00651D;
}

span.SearchHighlight2
{
	background-color: #0FA71E;
	color: #ffffff;
}

span.SearchHighlight3
{
	background-color: #53CB75;
}

.search-bar input:focus
{
	outline-color: #a6a6a6;
}

/* Language menu dropdown hover */

div.toolbar-button-drop-down.select-language-drop-down.needs-pie > ul > li:hover
{
	background: rgba(3, 235, 255, 0.2) !important;
}

/* ========================================================================== */
/* Knowledge Panels                                                           */
/* ========================================================================== */

.micro-response
{
	background: #FFFFFF !important;
}

#knowledge-panel p.TaskRefList
{
	margin-top: 8px !important;
}

#knowledge-panel h2:first-child
{
	margin-top: 0 !important;
}

/* ========================================================================== */
/* Responsive: Tablet & Mobile                                                */
/* ========================================================================== */
/* Tablet */

@media only screen and (max-width: 1279px)
{
	div.home-tiles > div:nth-child(1),
	div.home-tiles > div:nth-child(2),
	div.home-tiles > div:nth-child(3)
	{
		margin: 1;
		width: 32%;
	}

	.body-container
	{
		padding-left: 1em;
		padding-right: 1em;
	}

	div.main-section .outer-row .content
	{
		width: 100% !important;
		left: auto !important;
	}

	div.video-table > div:nth-child(1)
	{
		width: 66.66667%;
		margin-left: 0;
	}

	div.video-table > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0;
	}

	div.two-tiles > div:nth-child(1),
	div.two-tiles > div:nth-child(2),
	div.search-results-flex > div:nth-child(1),
	div.search-results-flex > div:nth-child(2)
	{
		width: 50%;
		margin-left: 0;
	}
}

/* Mobile */

@media only screen and (max-width: 767px)
{
	div.home-container
	{
		margin-left: 0;
		margin-right: 0;
		width: 99%;
	}

	div.home-tiles > div
	{
		margin-top: 2%;
	}

	div.home-tiles > div:nth-child(1),
	div.home-tiles > div:nth-child(2),
	div.home-tiles > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0;
	}

	div.topic-layout
	{
		margin-bottom: 5%;
	}

	div.video-table > div:nth-child(1),
	div.video-table > div:nth-child(2),
	div.two-tiles > div:nth-child(1),
	div.two-tiles > div:nth-child(2),
	div.search-results-flex > div:nth-child(1),
	div.search-results-flex > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0;
	}
}

/* ========================================================================== */
/* Tables & Code                                                              */
/* ========================================================================== */

td
{
	line-height: 15pt;
}

code
{
	color: #a863a5;
}

