.mb-stripe-table{
	color: #475163;
	font-size: 14px;
	border-radius: 2px;
	border: 0.1px solid #d1d5dd !important;
}
.mb-stripe-table table{
	margin-bottom: 0;
	border: none;
}
.mb-stripe-table thead{
	border-bottom:0.1px solid #d1d5dd !important;
	background-color: #EBEDF0;
}
.mb-stripe-table thead th{
	padding: 16px 24px;
	border: none;
  width: 200px;
}
.mb-stripe-table tbody td{
	padding: 24px;
	border-right: none;
	vertical-align: top;
	border-bottom: 0.1px solid #EBEDF0;
}
.mb-stripe-table tbody tr:last-child td{
	border-bottom: none;
}
.mb-stripe-table tbody tr:nth-child(odd){
	background-color: #FAFBFC;
}
.mb-stripe-table figcaption{
	position: absolute;
}