
.d-show{
  display: block;
}

.d-hide{
  display: none;
}

.font10{
  font-size: 10px;
}
.font11{
  font-size: 11px;
}
.font12{
  font-size: 12px;
}
.font13{
  font-size: 13px;
}
.font14{
  font-size: 14px;
}
.font15{
  font-size: 15px;
}
.font16{
  font-size: 16px;
}
.font17{
  font-size: 17px;
}
.font18{
  font-size: 18px;
}
.font19{
  font-size: 19px;
}
.font20{
  font-size: 20px;
}
.font25{
  font-size: 25px;
}
.font30{
  font-size: 30px;
}
.font35{
  font-size: 35px;
}
.font40{
  font-size: 40px;
}
.font45{
  font-size: 45px;
}
.font50{
  font-size: 50px;
}

.graph1{
  width:auto; min-height:350px;
}

.graph6{
  width:auto; min-height:350px;
}

.graph5{
  width:auto; 
  min-height:350px;
}

.installBtnBG{
  background-color:#55cadc;
}

.tr{
  width: 100%; background-color:rgb(223, 223, 223);
}
.tr1{
  width: 100%; background-color:rgb(223, 223, 223); font-weight:bold;
}

.textLeft{
  text-align:left;
}

.textRight{
  text-align:right;
} 
.fontTable{
  font-size:13px; font-weight:bold;
}

.floatRight{
  float: right;
}

.bgcolor1{
	background-color: #eedfdf;	
}	

.color1{
  color: #083561;
}

.width100{
  width: 100%;
}

.borderGray{
  border: 1px solid grey;
}

.width30{
width:30%;
}
.width70{
width:70%
}

.darkBlue{
  color: #083561;
}

.fontBold{
  font-weight: bold;
}

