/* MadCap Table Style: */

/*<meta Version="9" />*/

mcTableStyle
{
	name: TipTable;
	border-collapse: separate;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	max-id: 3;
	background-color: #e1e1e1;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-bottom-left-radius: 5px 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-spacing-y: 0;
	mc-hide-bottom-ruling: false;
}

mcTableBodyStyle
{
	span: 1;
	separator-style: solid;
	separator-width: 0px;
	separator-color: #000000;
	name: Body1;
	id: 1;
	background-color: #e1e1e1;
	font-family: 'Fira Sans';
	font-style: normal;
	color: #000000;
}


/* Cell Styles: */
 
.TableStyle-TipTable
{
	border-collapse: separate;
	border-spacing: 0px 0px;
	mc-hide-bottom-ruling: false;
	background-color: #fff;
	border: 1px solid #85bc20;
	border-radius: 0;
	padding: 10px 10px 10px 60px;
	position: relative;
}

.TableStyle-TipTable:before {
	background-color: #85bc20;
	background-image: url(../Images/check-circle.svg);
	background-position: 11px 50%;
	background-repeat: no-repeat;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 46px;
}

.TableStyle-TipTable tr, .TableStyle-TipTable td {
	background: none;
}