.mo_dcrm_table_container {
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 width: 100%;
	 
}
.mo_dcrm_cf7_config_table{
	 width: 100%;
	 border: 1px solid #e0e0e0;
}
.mo_dcrm_cf7_config_table_header {
	 display: flex;
	 width: 100%;
	 color: white;
	 background: #323d87;
	 padding: 18px 0;
}
.mo_dcrm_cf7_config_table_row {
	 display: flex;
	 width: 100%;
	 padding: 18px 0;
}
.mo_dcrm_cf7_config_table_row {
	 background: #eee;
	 margin-top: 2px;
}
.mo_dcrm_cf7_config_table_data, .mo_dcrm_header__item {
	 flex: 1 1 20%;
	 text-align: center;
}
 
.mo_dcrm_filter__link {
	 color: white;
	 text-decoration: none;
	 position: relative;
	 display: inline-block;
	 padding-left: 24px;
	 padding-right: 24px;
}
 