#new_content_desc .wrapper-border {
	border-radius: 30px; 
	overflow: auto;
	padding: 10px;
	position: relative;
}
#new_content_desc #compatibility-wrapper {
	width: 100%;
	position: relative;
	overflow-y: auto;
	overflow-x: hidden;
	padding-bottom: 50px;
	display: flex;
	justify-content: space-around;
	line-height: 1em;
}
#new_content_desc #hide-content {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 30px;
	background: linear-gradient(0deg, var(--color-neutral50, #f7f7f7) 0%, var(--color-neutral50, #f7f7f7) 100%);
}
#new_content_desc .show-content {
	position: absolute;
	width: 200px;
	height: 3em;
	background-color: #0082fa;
	margin: 0 auto;
	left: 0;
	right: 0;
	border: none;
	border-radius: 16px;
	font-size: .7em;
	color: white;
	bottom: 0;
	cursor: pointer;
}
#new_content_desc #compatibility-wrapper.text-wrapped{
	overflow: hidden;
    line-height: 1em;
    height: 5em;
	padding-bottom: 0;
}
#new_content_desc #compatibility-wrapper .col-md-3, #new_content_desc #compatibility-wrapper .col-md-4, 
#new_content_desc #compatibility-wrapper .col-md-6, #new_content_desc #compatibility-wrapper .col-md-12 {
	display: flex;
    flex-direction: column;
	font-size: .7em;
	text-align: center;
	flex-wrap: nowrap;
	font-family: 'Instrument Sans', Arial, sans-serif;	
}
#new_content_desc #compatibility-wrapper strong {
	font-weight: 600;
}
@media only screen and (max-width: 780px) {
	#new_content_desc #compatibility-wrapper {
		flex-direction: column;
	}
	#new_content_desc #compatibility-wrapper .col-md-3, #new_content_desc #compatibility-wrapper .col-md-4, 
	#new_content_desc #compatibility-wrapper .col-md-6, #new_content_desc #compatibility-wrapper .col-md-12 {
		flex-wrap: nowrap;
	}
}