.mymatch-filter-wrapper input, .mymatch-filter-wrapper select {
    float:left;
}
.clear {
    clear:both;
}

ul#mymatch-whitepaperlist {
    list-style-type:none;
}

.jb-member{ 
    display:none;
}

#msgtoast {
	width: 360px;
	margin-left: -130px;
	position: absolute;
	top: 60px;
	left: 50%;
}

.toast {
	display: none;
}
.card.matched{
	position:relative;
	border-color: #D91001;
	border-width: 1px;
}
.card.matched .matchlabel{
	position: absolute;
	background-color: #D91001;
	color:#FFFFFF;
	padding:1px 10px;
	right:20px;
	font-size:0.8em;
	text-align: center;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	z-index:10;
}


.matched-seminars .seminar-card.card.matched{
/*	min-width: calc(50% - 30px);
	max-width: calc(50% - 30px);
	margin-right:30px;
*/
max-height:260px;
}



.matched-suppliers div.card:nth-child(n+5){
	display:none;
}
.matched-suppliers div.card.open:nth-child(n+5){
	display:inherit;
}
.matched-seminars div.card:nth-child(n+3){
	display:none;
}
.matched-seminars div.card.open:nth-child(n+3){
	display:inherit;
}



.btn-more,.btn-less {
	cursor:pointer;
	font-size:18px;
	font-weight:700;
	text-decoration:underline;
	margin-bottom: 30px;
}
.btn-less{
	display:none;
}