.gist-container {
	height: 200px;
	min-height: 200px;
	max-height: 200px;
	overflow: auto;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 8px;
	margin-bottom: 4px;
}

.gist-file {
	margin-bottom: 0px !important;
}
