.lower_roman+ol, .lower_roman+ul {list-style-type: lower-roman;}
.upper_roman+ol, .upper_roman+ul {list-style-type: upper-roman;}
.lower_alpha+ol, .lower_alpha+ul {list-style-type: lower-alpha;}
.upper_alpha+ol, .upper_alpha+ul {list-style-type: upper-alpha;}
.lower_greek+ol, .lower_greek+ul {list-style-type: lower-greek;}
.lower_latin+ol, .lower_latin+ul {list-style-type: lower-latin;}
.upper_latin+ol, .upper_latin+ul {list-style-type: upper-latin;}
.none+ol, .none+ul {list-style-type:none;}
.disc+ol, .disc+ul {list-style-type:disc;}
.circle+ol, .circle+ul {list-style-type:circle;}
.square+ol, .square+ul {list-style-type:square;}
.decimal+ol, .decimal+ul {list-style-type:decimal;}
.decimal_leading_zero+ol, .decimal_leading_zero+ul {list-style-type:decimal-leading-zero;}

.column-count {
	display: inline-block;
	position: relative;
	top: -2px;
	padding: 2px 6px;
	min-width: 24px;
	border-radius: 100px;
	background-color: #72777c;
	color: white;
	font-size: 11px;
	line-height: 20px;
	text-align: center;
}

body.post-type-emsg_redirect .column-type {
	width: 5%;
}

body.post-type-emsg_redirect .column-enabled {
	width: 5%;
}

body.post-type-emsg_redirect .column-visits {
	width: 5%;
}

body.post-type-emsg_redirect .column-period .period_active {
	background-color: greenyellow;
}

#emsg-user-manual ul {
		padding-left: 20px;
		list-style: disc;
}

#emsg-user-manual li {
		padding-left: 10px;
}
