a.dropdown-item.active-custom{
	color: var(--primary) !important;
	font-weight:bold !important;
}

.positive-ls-01 {
	letter-spacing: 0.05px !important;
}

.description-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
  margin-top:15px;
}

.description-table td {
  padding: 8px 12px;
  vertical-align: top;
  border: 1px solid #e0e0e0;
}

.description-table tr:nth-child(odd) {
  background-color: #f5f5f5;
}

.description-table tr:nth-child(even) {
  background-color: #ffffff;
}
