.CM-Title {
	color: #342D7E;
}

.CM-Header {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	float: left;
	color: #342D7E;
	margin-top: 5px;
	visibility: visible;
	font-family: sans-serif;

}


@media only screen and (max-width: 760px) {

	.CM-Header{ 
	visibility: visible;
  position: absolute;
  left: 106px;
  top: 15px;
  text-align: center;
  font-size: 
  margin-top: -0.30px;
  z-index: -1;	 }


}

@media only screen and (max-width: 581px) {

	.CM-Header{ 
	visibility: visible;
  position: absolute;
  left: 106px;
  top: 15px;
  z-index: -1;	 }


}

@media only screen and (max-width: 360px) {
	.CM-Header {
		font-size: 12px;
	}
}