.overlayTypeA ul, 
.overlayTypeA ol, 
.right-container .right-content ul, 
.right-container .right-content ol{
	width: 100%;
	max-width: 720px;
	padding-left: 18px;
}
.overlayTypeA ul li, 
.overlayTypeA ol li,
.right-container .right-content ul li, 
.right-container .right-content ol li{
	font-size: 14px;
	color: #636363;
	line-height: 29px;
	margin: 9px 0px;
}
.overlayTypeA ul li:first-child, 
.overlayTypeA ol li:first-child,
.right-container .right-content ul li:first-child, 
.right-container .right-content ol li:first-child{
	margin-top:0px;
}
.overlayTypeA ul li:last-child, 
.overlayTypeA ol li:last-child,
.right-container .right-content ul li:last-child, 
.right-container .right-content ol li:last-child{
	margin-bottom:0px;
}
.overlayTypeA ul li a, 
.overlayTypeA ol li a,
.right-container .right-content ul li a, 
.right-container .right-content ol li a{
	word-break: initial;
}

.overlayTypeA ul li a p, 
.overlayTypeA ol li a p,
.right-container .right-content ul li a p, 
.right-container .right-content ol li a p{
	word-break: normal;
}

/* lower alpha */
.right-container .right-content ul.ul-lower-alpha{ 
	list-style-type:lower-alpha;
	padding-left: 18px;
	margin-bottom: 12px;
}

/* upper alpha */
.right-container .right-content ul.ul-upper-alpha{ 
	list-style-type:upper-alpha;
	padding-left: 18px;
	margin-bottom: 12px;
}

/* lower romawi */
.right-container .right-content ul.ul-lower-roman{ 
	list-style-type:lower-roman;
	padding-left: 18px;
	margin-bottom: 12px;
}

/* lower romawi in overlay/popup */
.overlayTypeA ul.ul-lower-roman{ 
	list-style-type:lower-roman;
	padding-left: 18px;
	margin-bottom: 12px;
}

/* list with icon double tick */
.right-container .right-content ul.ul-double-tick-green{ 
	list-style-type: none;
	padding-left: 0px;
	margin-bottom: 12px;
}
.right-container .right-content ul.ul-double-tick-green li:before{
	content:'';
	width:28px;
	height:14px;
	background-image:url('../img/icons/Icon-CheckGreen@2x.png');
	background-repeat:no-repeat;
	background-size: 28px 14px;
	display: inline-block;
	position: absolute;
	left: 0px;
	top: 7px;
}
.right-container .right-content ul.ul-double-tick-green li{
	padding-left: 43px;
	position:relative;
	max-width: 720px;
}
.right-container .right-content ul.ul-double-tick-green li a{}

/* list with icon double tick in overlay/popup */
.overlayTypeA ul.ul-double-tick-green{ 
	list-style-type: none;
	padding-left: 0px;
	margin-bottom: 12px;
}
.overlayTypeA ul.ul-double-tick-green li:before{
	content:'';
	width:28px;
	height:14px;
	background-image:url('../img/icons/Icon-CheckGreen@2x.png');
	background-repeat:no-repeat;
	background-size: 28px 14px;
	display: inline-block;
	position: absolute;
	left: 0px;
	top: 7px;
}
.overlayTypeA ul.ul-double-tick-green li{
	padding-left: 43px;
	position:relative;
}
.overlayTypeA ul.ul-double-tick-green li a{}

/* list-number-custom */
dl.list-number-custom { counter-reset: my-badass-counter; }
dl.list-number-custom dt {
    font-size: 14px;
    font-weight: normal;
    color: #636363;
    padding-left: 42px;
    padding-top: 6px;
    padding-bottom: 13px;
    position: relative; 
}
dl.list-number-custom dt:before {
    content: counter(my-badass-counter);
    counter-increment: my-badass-counter;
    font: inherit;
    font-weight: bold;
    color: #87bb36;
    line-height: 30px;
    text-align: center;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #87bb36;
    border-radius: 50%; 
}
/* list-number-custom */

/* ul, ol */
ul.romawi-lower,
ul.alpa-lower,
ul.circles,
ul.dash{
	padding-left: 0px!important;
	padding-top: 8px !important;
}
ul.romawi-lower,
ul.alpa-lower,
ul.circles,
ul.dash,
ul.romawi-lower li,
ul.alpa-lower li,
ul.circles li,
ul.dash li{
	width: 100% !important;
	height: auto !important;
	max-width: 100% !important;
}
ul.romawi-lower,
ul.circles li ul.romawi-lower{
	counter-reset: listRomanLower;
}
ul.romawi-lower li,
ul.circles li ul.romawi-lower li{
	counter-increment: listRomanLower !important;
	display: table!important;
	padding-left: 0px !important;
}
ul.romawi-lower li:before,
ul.circles li ul.romawi-lower li:before{
	content: counter(listRomanLower, lower-roman) !important;
	height:0px!important;
	background-color: transparent !important;
	display: table-cell!important;
}
ul.romawi-lower li ul{
	counter-increment: listRomanLower;
	counter-reset: listRomanLower;
}
ul.alpa-lower{
	counter-reset: listAlpaLower;
}
ul.alpa-lower li{
	counter-increment: listAlpaLower !important;
	display: table!important;
}
ul.alpa-lower li:before{
	content: counter(listAlpaLower, lower-alpha) !important;
	width: 20px;
	height:0px!important;
	background-color: transparent !important;
	display: table-cell!important;
}
ul.circles{
	list-style-type:initial!important;
	position: relative;
}
ul.circles li{
	display: table!important;
	position: relative;
	padding-top: 0px !important;
	padding-left: 5px !important;
	margin-top: 0px !important;
}
ul.circles li:before{
	content: '' !important;
	height:0px!important;
	background-color: transparent !important;
	display: table-cell!important;
}
ul.circles li:after{
	content: '' !important;
	width: 5px;
	height: 5px;
	background-color: #636363 !important;
	display: inline-block !important;
	margin-right: 10px;
	border-radius: 50%;
	position: absolute;
	left: 0px;
	top: 10px;
}
ul.circles li ul li:after{
	content: '' !important;
	background-color: transparent !important;
}
ul.dash{}
ul.dash li:before{
	content:'-' !important;
	height:0px!important;
	display: inline-block!important;
	padding-right: 20px;
}
/* end ul, ol */

/* ui autocomplete */
ul.ui-autocomplete {
    width: 100%;
    max-height: 190px;
    background: #fff;
    /* position: absolute; */
    z-index: 9999;
    padding-left: 0px !important;
    padding-right: 0px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #ccc;
	list-style-type: none;
}
ul.ui-autocomplete li{
	padding: 6px 20px;
}
ul.ui-autocomplete li a{
	color: #636363;
}
ul.ui-autocomplete li a:hover{
	color: #ee7813;
}
/* end ui autocomplete */

/* myRSPO resend verify */
#myrspo_resend_verify ul.ui-autocomplete{}
#myrspo_resend_verify ul.ui-autocomplete li{
	padding: 6px 20px;
}
#myrspo_resend_verify ul.ui-autocomplete li a{
	color: #636363;
}
#myrspo_resend_verify ul.ui-autocomplete li a:hover{
	color: #ee7813;
}
/* end myRSPO resend verify */