.gmtSnippet .snippetContainer {
	display: block;
	padding: 16px;
	box-shadow: 0px 15px 35px rgba(50, 50, 93, 0.1);
	margin:16px 16px 48px 16px;
	font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.gmtSnippet .snippetContainer {
	display: block;
	width: 512px;
}

.gmtSnippet .title {
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
}


.gmtSnippet .title a {
	display: block;
	color: #4788F8;
	cursor: pointer;
	display: inline;
	font-family: arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	height: auto;
	line-height: 21.600000381469727px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	text-align: left;
	text-decoration: none solid rgb(26, 13, 171);
	visibility: visible;
	white-space: nowrap;
	width: auto;
	zoom: 1;
}

.gmtSnippet .title a:hover {
	text-decoration: underline;
}

.gmtSnippet .url {
	display: none;
}

.gmtSnippet .description {
	display: block;
	color: rgb(41, 43, 44);
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 18.200000762939453px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	text-align: left;
	visibility: visible;
	width: auto;
	word-wrap: break-word;
	zoom: 1;
	height: 36px;
}
.highlight {
	font-weight: bold;
}
