.oper_reminders_top_data_line{
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
}

/* Addon top line -- at Reminder listing page -- in Content Data :: 'Time to send', 'Weekdays to send', 'Cron will send' */
.opera_reminders_top_data_line {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}
span.oper_small_label_group a,
span.oper_small_label_group a:hover{
	color:#fff;
	text-decoration: none;
	border-bottom: 1px dashed;
	margin: 0 !important;
}
.oper_ui_flex_toolbar_container .ui_toolbar_group {
	width: 100%;
}
.opera_reminders__cron__container {
	margin-left: auto;
	flex: 0 1 auto;
}