.ri_table {
	list-style-type: square;
	height: 190px;
	margin-bottom: 30px;
	margin-top: 20px;
	background: right;
	width: 100%;
}
tr .table_header {
	font-weight: bold;
	background: #DDE6D0;
	padding: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FEEBCB;
	border-right-color: #688044;
	border-bottom-color: #688044;
	border-left-color: #FEEBCB;
}
tr .table_content {
	padding: 10px;
}
table img {
	padding-top: 0px;
	padding-right: 15px;
}

tr .table_content ul {
	list-style-position: outside;
	list-style-type: square;
	margin-left: 20px;
	margin-bottom: 10px;
}
tr .table_content li {
	text-transform: capitalize;
}
tr .table_content ul li ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 5px;
	padding-top: 5px;
}
