
*
{
	font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
}

.container {
  margin: 1rem;
  padding: 2rem 2rem;
  text-align: center;
  color: #595959;
  font-size: 12px;
}

.container-child {
  display: inline-block;
  padding: 1rem 1rem;
  vertical-align: middle;
}

.period-selector-container {
    display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 14px;
    height: 60px;
	width: 200px;
	margin-left: auto;
	margin-right: 0;
  }

.period-selector-child {
    flex: 1;
    border: 0px solid black;
	height: auto;
	cursor:pointer; 
	background-color:#F0F0F0; 
	border:1px solid #D0D0D0;
} 

.period-selector-child:nth-child(n+1) {
    margin-right: 1px;
}

.perfdata-container {
    display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 14px;
    height: 60px;
	width: 200px;
	margin-left: auto;
	margin-right: 0;
}

h4 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #005696;
	padding: 0;
	margin: 0;
	padding-left: .5rem;
	font-weight:bold;
}

h5 {
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
	color: #0F1E41;
	padding: 0;
	margin: 0px 0 15px 0;
}

h6 {
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 5px 0;
}
.text-co
{
	color: #005696;
}

table th
{
	font-weight:bold !important;
	color: #005696 !important;
}
.period-selector-container
{
	width:250px;
}

.period-selector-child
{
	padding:2px;
	margin-left:2px;
}
.table>:not(caption)>*>* {
    padding: .0rem .5rem;
}
.poweredby {
  font-family: "Manrope", sans-serif;
  font-size: 8px;
  color: #999999;
  text-align: right;
  padding-right: 8px;
  padding-top: 5px;
  letter-spacing: 2px;
  height: 0px;
}
.poweredby img {
  height: 10px;
}