body {
	font-family: "Roboto Condensed", sans-serif;
}
.table {
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
	font-size: 0.875rem;
	line-height: 1.5;
}
.table.main-first-cell .tr .td {
	flex-grow: 1;
	flex: none;
	text-align: center;
	justify-content: center;
}
.table.main-first-cell .tr .td:first-child {
	flex-direction: row;
	display: flex;
	justify-content: start;
}
.table.striped .tbody .tr:nth-of-type(even) .td {
	background-color: #f9f9f9;
}
.table.hovered .tbody .tr:hover .td {
	background-color: rgba(0, 1, 0, );
}
.table .thead {
	font-weight: 700;
}
.table .thead .tr .td {
	color: #444;
	background-color: #f2f2f2;
	text-transform: uppercase;
}
.table .tbody .tr .td {
	background-color: #f0f0f0;
}
.table .tr {
	display: flex;
	flex-flow: row nowrap;
	width: 100%;
}
.table .tr .td {
	display: flex;
	flex-flow: row nowrap;
	flex-grow: 1;
	flex-basis: 0;
	word-break: break-word;
	padding: 1rem;
	margin: 0.25rem;
}
.dropdown-wrap {
	z-index: 1 !important;
}
.ql-editor {
    min-height: 20px !important;
  }