@charset "UTF-8";

#layout-container .faq ul.menu_custom > li{
	padding:0px 0 0px 25px;
	margin:0 0 20px 0;
	font-size:140%;
    background: url(https://nexim.my.salesforce-sites.com/articleimage/servlet/servlet.FileDownload?file=0155F000008rlpj) no-repeat left 7px;
	list-style: none !important;
	font-weight: bold;
}

#layout-container .ul_disc{
	list-style: disc;
	margin: 0.5em 1em 1em;
	margin-left: 2em;
	font-size: 85%;
}
#layout-container .ul_disc > li{
	font-weight: bold;
}
#layout-container .ul_arrow{
	margin-bottom: 0.5em;
}
#layout-container .ul_arrow > li{
    background: url(https://nexim.my.salesforce-sites.com/articleimage/servlet/servlet.FileDownload?file=0155F000008rlpe) no-repeat scroll left center;
    display: block;
    font-size: 1em;
    line-height: 2;
    list-style: none outside none !important;
    margin: 0 20px 5px 0;
    padding: 0 0 0 15px;
    font-weight: bold;
}
#layout-container .helpAppList{
	margin: 2em 0.5em;
	padding: 1em;
	border: 1px solid #ccc;
}
#layout-container .helpAppList ul{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#layout-container .helpAppList ul li{
	margin: 0 1em 0.5em 1em;
}
#layout-container .helpAppList p{
	text-align: center;
	margin: 1em 0 0;
}