
iframe[seamless] {
    border: none;
}

body {
	margin: 0;
	padding: 0;
	letter-spacing: 1.8px;
	font-size: 16px;
	line-height: 17px;
	font-family: "Calibre Regular", sans-serif;
	font-weight: normal;
	background: #ffffff;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

table {
	border-collapse:collapse;
}

tr {
	border:none;
}
th, td {
	border-collapse:collapse;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: none;
	border-right: none;
	padding-top:8;
	padding-bottom:8;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color:rgb(108, 108, 175);
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color:rgb(108, 108, 175);
}

.horizontalSplit {
	border-left:none;
	border-right:none;
}

.breadcrumb {
	border-top:none;
	border-bottom:none;
	padding-left:8;
	padding-right:8;
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	color:blue;
	cursor:pointer
}

.breadcrumb:first-of-type {
	border-left:none;
}

.breadcrumb:last-of-type {
	border-right:none;
	color:grey;
	cursor:not-allowed
}

.header {
	border-top:none;
	border-bottom:none;
	border-left:none;
	border-right:none;
	padding-left:0;
	padding-right:8;
	padding-top:32;
	padding-bottom:32;
	background-color:rgb(211, 211, 238);
}

.header_item {
	width:14%;
	text-align: center;
	border-top:none;
	border-bottom:none;
	border-left:1px;
	border-right:1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:large;
	background-color:rgb(211, 211, 238);
	cursor:pointer
}

.header_item_selected {
	width:14%;
	text-align: center;
	border-top:none;
	border-bottom:none;
	border-left:none;
	border-right:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:large;
	font-weight: bold;
	background-color:rgb(211, 211, 238);
	cursor:pointer
}

.header_item:first-of-type {
	padding-left:64;
	padding-right:8;
}

.header_item_selected:first-of-type {
	padding-left:64;
	padding-right:8;
}

.plot {
	height: 40%;
	opacity: 1.0;
}

.attplot {
	height: 30%;
}

.timelineplot {
	height: 40%;
}

.graphplot {
	height: 64%;
}