.chapter_content ul[list-type="bullet"]
{
	list-style-type: none;
}

[list-type="simple"]
{
	list-style-type: none;
}

/*need to check below css*/
.chapter_content ol[list-type="simple"]>li>span.label
{
	width: 45px;
    border: 1px solid #00a585;
    padding: 0px 5px;
    text-align: left;
    background-color: white;
    font-weight: bold;
    color: #000 !important;
    /*min-width: 15px;*/
	vertical-align: top;
	/*display:inline-block;*/
	 position: relative;
	 float: left;
}
.chapter_content .keyaction li>span+p
{
	padding-left:1rem;
}
.chapter_content ol[list-type="simple"]>li>span.label:before {
	content: "";
    border-width: 13px;
    display: block;
    border-color: transparent transparent transparent #ffffff;
    z-index: 2;
    top: 1px;
    border-width: 13.5px;
    border-style: solid;
    width: 0px;
    height: 0px;
    left: 100%;
    top: 0px;
    position: absolute;
}
.chapter_content ol[list-type="simple"]>li>span.label:after
{
	content: "";
    display: inline-block;
    border-width: 14.5px;
    border-style: solid;
    width: 0px;
    height: 0px;
    left: 100%;
    top: -1px;
    position: absolute;
    z-index: 1;
    border-color: transparent transparent transparent #00a585;
}

@media (min-width: 992px)
{
	div[content-type="signature-block"] > table tr > td:last-of-type {
		text-align: right;
	}
}