body {
	background: transparent;
	overflow: hidden;
}

.arn-widget-container {
	background: #fff;
}

button.hidden {
	display: none;
}

.hidden {
	display: none;
}

.arn-widget-wrapper {
	position: absolute;
	width: 100%;
	margin: 44px 0;

	display: -moz-flex;
	-moz-flex-direction: column;
	-moz-flex-wrap: nowrap;

	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-flex-wrap: nowrap;

	display: -ms-flex;
	-ms-flex-direction: column;
	-ms-flex-wrap: nowrap;

	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}

.arn-widget-header {
	-moz-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;

	background: #0052CC;
	padding: 10px;
	font-weight: bold;
	color: #fff
}

.release-page-body {
	-moz-flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	overflow-y: auto;
	min-height: 2em;
	padding-top: 15px;
}

.arn-widget-body {
	-moz-flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	overflow-y: auto;
	min-height: 2em;
	padding-top: 15px;
}

.arn-widget-body:after {
	content: "";
	height: 15px;
	display: block;
}

.arn-releases-body {
	max-height: 300px;
	min-height: 300px !important;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0px 0px 0px 0px !important;
}

.release-data-row {
	margin-left: 0px !important;
}

.arn-widget-footer {
	-moz-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	background: #EBECF0;
	padding: 10px;
	font-size: small;
}

#arnWidgetClose {
	cursor: pointer;
}

.card-single-column .card {
	margin-bottom: 1.75rem;
}

.arn-widget-release-info {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	padding-left: 10px;
}

#btnReleasePageShowMore,
#btnWidgetShowMore,
#btnWidgetReleaseShowMore {
	width: 100%;
}

.arn-releases-page {
	height: 100vh;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0px 0px 0px 0px !important;
}

#widgetTemplateData img {
	max-width: 100%;
	height: auto;
}

.release-title {
	text-align: center;
	font-size: 16px;
	font-weight: 500;
}

.release-description {
	color: #6B778C;
	text-align: center;
	font-size: 14px;
}

.release-card {
	border: none;
	margin-top: -1rem
}