body {
	width: 1240px !important;
	margin-left: auto;
	margin-right: auto;
}

h2{
	font-size: 1.9rem;
}

.p-fs-12{
	font-size: 12px !important;
}

.header{
	background-color: #1b223d;
	font-family: Georgia;
	font-size: 16px;
	color: #fff
}

.triangle-up{
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #00ff00;
}

.triangle-down{
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #ff0000;
}

.triangle-flex{
  padding-top: 6px;
  display: flex;
  justify-content: flex-end;
}

.red-span {
	color: #ff0000;
}

.font-georg{
	font-family: Georgia;
}
.font-opens{
	font-family: Open Sans;
}
.bold-span{
	font-weight: bold;
}

.bg-note{
	background-color: #1e4897;
}

.h4-pad-note{
	padding-left: 15px !important;
}

.border-note{
	border-left: 4px solid #33beee;
}

.bluecolor-note{
	color: #33beee;
}


#chart{
	/*hyphens: 1000px;
	width: 1000px;*/
}

.blue-font{
	color: #1e4897;
}

.circle{
  border: 2px #1e4897 solid;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  padding-bottom: 5px;
}


/*=============================================================================================*/



