.fig-comments {
	font-family: source-sans-pro, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, Helvetica, sans-serif;
	/*margin-top:32px*/
}

@media(min-width:48em)and (max-width:63.99em) {
	.fig-comments {
		margin-left: auto;
		margin-right: auto;
		max-width: 704px
	}
}

@media(min-width:64em) {
	.fig-comments {
		max-width: 616px
	}
}

.fig-comments__title {
	color: #1f66ba;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.4
}

.fig-comments__show-button {
	-webkit-appearance: none;
	background-color: #163860;
	border: 0;
	border-radius: 4px;
	color: #fff !important;
	cursor: pointer;
	font-family: inherit;
	font-size: .875rem;
	font-weight: 600;
	line-height: 5.4285714286;
	margin-top: 24px;
	padding: 12px 24px;
	text-transform: uppercase;
	text-decoration: none;
	transition: background-color .3s ease-in-out
}
#fig-commentsshow-button {
	-webkit-appearance: none;
	background-color: #163860;
	border: 0;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	font-family: inherit;
	font-size: .875rem;
	font-weight: 600;
	line-height: 5.4285714286;
	margin-top: 24px;
	padding: 25px 90px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: source-sans-pro,Arial,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,Helvetica,sans-serif;
	transition: background-color .3s ease-in-out
}


.fig-comments__show-button::-moz-focus-inner {
	border: 0
}

/*@media(max-width:47.99em) {
	.fig-comments__show-button {
		font-size: .75rem;
		line-height: 1.3333333333;
		padding: 8px 16px
	}
}*/

.fig-comments__show-button:focus,
.fig-comments__show-button:hover {
	background-color: #1f66ba
}

.fig-comments__show-button:active {
	background-color: #5e7287
}

@media(max-width:47.99em) {
	.fig-comments.fig-container {
		margin-left: 0;
		margin-right: 0
	}
}

@media(min-width:64em) {
	.fig-body .figc {
		bottom: 51px
	}

	.fig-body .figc-container {
		height: calc(100vh - 51px)
	}
}