.portfolio-list {
	.portfolio-main-group {
		.report-main-group-title {
			margin-right: 0.4em;
			text-transform: uppercase;
		}

		.report-main-group-title-outcome {
			text-transform: none;

			.report-committed {
				color: @color-negative;
			}

			.fa {
				font-family: 'Font Awesome';
				padding: 0 0.4rem;

				&.report-equal {
					color: @color-positive;
				}

				&.report-unequal {
					color: @color-negative;
				}

				&.report-unethical {
					color: @color-negative;
				}
			}
		}
	}
}
