body {
	ffont-family: "Arial", Times, serif;
	font-size: 15pt;
}

.sub-header {
	color: white;
	background-color: #aaa;
	margin-bottom: 20px;
	font-size: 1.1em;
	padding: 5px 15px;
}

.sub-header.urania{
	font-size: 1em;
}

.header-div {
	display: block;
	background-repeat: no-repeat;
	background-size: 855px 354px;
	background-position: 0 0;
	width: 800px;
	height: 354px;
}

.header-div.argus-header{
	background-image:url("../images/argus_header.png");
}

.header-div.xena-header{
	background-image:url("../images/xena_header.PNG");
}

.header-div.neo-header{
	background-image:url("../images/neo_header.PNG");
}

.header-div.urania-header{
	background-image:url("../images/urania_header.jpg");
}

.platform-header{
	display: flex;
	margin: 20px 0 20px 0;
	justify-content: space-between;
	flex-direction: row;
	padding: 0 5px;
}

.content-parent {
	height: calc(100vh - 145px);
	width: 100%;
	overflow: hidden;
}

.content-child {
	height: 100%;
	width: 100%;
	overflow-y: scroll;
	padding-right: 20px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

div {
	/*border: 1px solid black;*/
}

.canvas {
	margin:0;
	padding:0;
}

.noPadding {
	padding: 0px 0;
}

img {
	padding: 10px 0;
}

#argusMidUndBackofficeSystem {
	height: 145px;
	margin-left: 10px;
}

.hide {
	display: none;
}

.faqDiv {
	margin-bottom: 5px;
}

.faqQuestion {
	color: dodgerblue;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.faqAnswer {
	margin-left: 10px;
}

.logo-small {
	height: 100px;
}

.conclusion > li {
	margin: 0.75em 0;
	padding: 0 1em;
	list-style: none;
}

.conclusion > li:before {
	content: "";
	border-color: transparent #111;
	border-style: solid;
	border-width: 0.35em 0 0.35em 0.45em;
	display: block;
	height: 0;
	width: 0;
	left: -1em;
	top: 1.1em;
	position: relative;
}

.date{
	font-style: italic;
}