.pro-participation-container {
	padding: 1.5em 1em;
	background: #FFFFFF;
	border-bottom: solid #A7A7A7 1px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.pro-participation-container:nth-child(odd) {
	background: #EEECEB;
}
.pro-participation-date {
	font-size: 1.08rem;
}
.pro-participation-recording {
	margin: 1em 0;
	width: 100%;
}
@media screen and (min-width: 768px) and (orientation: landscape) {
	.pro-participation-recording {
		margin: 0 1.2em;
		width: auto;
		max-width: 70%;
	}
}
.pro-recording-collection {
	font-size: 1.5em;
}
.pro-recording-artist {
	font-size: 1.1em;
}
.pro-recording-role {
	font-size: 1.08em;
}

.pro-recording-art {
	/* */
}
@media screen and (min-width: 768px) and (orientation: landscape) {
	.pro-recording-art {
		margin-left: auto;
	}
}
.pro-recording-art img {
	max-height: 5.5em;
}

.pro-ambiguous {
	margin-top: 0 !important;
	margin-bottom: 1em;
}

/* TEST */
.pro-filter-buttons {
	display: flex;
	margin: 0;
	border: none;
	padding: 0;
	justify-content: flex-end;
}
.pro-filter-button {
	display: inline-block;
	background: #D9D9D9;
	border: none;
	color: #000000;
	padding: 0.6em 2em;
	font-weight: bold;
	cursor: pointer;
	font-size: 1em;
	margin-left: 1em;
}
.pro-filter-button:focus {
	outline: none;
}
.pro-filter-button:first-child {
	margin-left: 0;
}
@media screen and (min-width:768px) {
	.pro-filter-button:first-child {
		margin-left: 1em;
	}
}
.pro-filter-button-active {
	background: #21CDFA;
	color: #FFFFFF;
}
.pro-filter-button-inactive {
	opacity: 0.6;
}
.pro-filter-spacer {
	margin: 0;
	padding: 0.6em 0;
	font-size: 1em;
	color: rgba(0,0,0,0);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 20%;
	display: none;
}
@media screen and (min-width: 768px) and (orientation: landscape) {
	.pro-filter-spacer {
		display: block;
	}
}

.pro-info-container-container {
	width: 100%;
	margin-bottom: 1em;
}
.profile-info-container {
	margin-bottom: 0;
}
@media screen and (min-width: 768px) and (orientation: landscape) {
	.pro-info-container-container {
		width: 28%;
		margin-right: 2.5%;
		margin-bottom: 0;
	}
	.profile-info-container {
		width: 100%;
		margin-right: 0%;
	}
}
