.top-message {
	height: 5%;
	top: 0px;
	width: 100%;
	overflow-y: auto;
	background: linear-gradient(to bottom,#055a8e 0%,#1d84c3 100%);
	color: white;
	position: fixed;
	z-index: 100;
}

body {
	margin: 0;
}

#page-content {
	margin: 2px;
	top: 5%;
	position:absolute;
}

#stopIntegration {
	display:inline;
}

#stopIntegration::before {
	content: " ";
}

.inline {
	display: inline;
}

.hidden {
	display: none;
}
