.lista-global-health-news .scroll-container {
	padding: 15px 15px 0 15px;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
}

.lista-global-health-news .scroll-content {
	display: inline-block;
	padding-bottom: 2px;
}

.lista-global-health-news .panel {
	display: inline-block;
	width: 350px;
	margin-right: 10px;
	margin-bottom: 0;
	vertical-align: top;
	cursor: pointer;
	border-radius: 5px;
	border: 1px solid #e6e8eb;
	box-shadow: rgba(0, 0, 0, 0.16) 1px 2px 5px;
}

.lista-global-health-news .panel-body {
	padding: 6px 12px;
}

.lista-global-health-news .panel label {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}

.lista-global-health-news .titulo-news {
	font-size: 14px;
	margin-left: 30px;
}

.lista-global-health-news .descricao-news,
.lista-global-health-news .data-news {
	font-weight: normal;
	margin-bottom: 0;
}

.lista-global-health-news .ic-exame {
	float: left;
	width: auto;
	height: 24px;
	margin-right: 5px;
}

.lista-global-health-news .noselect {
	user-select: none;
	/* Modern browsers */
	-webkit-user-select: none;
	/* Safari */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* IE/Edge */
}


.lista-global-health-news .scroll-container::-webkit-scrollbar {
	display: none; /* For Chrome, Safari, and Opera */
}

.lista-global-health-news .scroll-container {
	-ms-overflow-style: none; /* IE and Edge */
	scrollbar-width: none; /* Firefox */
}
