.chHomePage {
   background-color:  #b9da13;
   border-radius: 10px;
   border: 2px solid  #b9da13;  
   display: block;
   font-family: Arial; 
   height: 660px;
   left: 8px;
   position: absolute;
   top: 10px;
   width: 375px;
}

.chHeader {
   background-color: transparent; 
   display:  inline-grid;  
   grid-template-columns: 50px 210px; 
   height: 65px;
   padding-top: 1px; 
   width: 390px;
}

.chHeaderTitle {
   height: 40px;
   margin-left: 20px;
   padding-top: 7px;
   text-align: left;
   margin-top: 8px;
   min-width: 280px;
}
 
.chHeaderTitleText {
   color: rgb(60,60,60); 
   display:inline-block;
   font-size: 28px; 
   font-family: Arial; 
   font-style: italic;
   font-weight: bold;
}

.chYearButtons {
   
   display:  inline-grid;  
   grid-template-columns: 75px 75px 75px 75px; 
   height: 50px;
   margin-left: 40px;
   width: 360px;
}

.chYearButtonIcons {
   border-radius: 15px;
   font-size: 16px;
   height: 50px;
   width: 70px;
}

.chYearButtonIconSelectedIcon {
   background-color: #e8efac;
}

.chBody {
   background-color: transparent;
   border-radius: 15px;
   display: block;
   height: auto;
   margin-left: 7px;
   padding-right: 1px;
   position: absolute;
   top: 120px;
   width: 360px;
}

.chBodyBox {
   background-color: #e8efac;
   border-radius: 15px;
   height: auto;
   margin-bottom: 10px;
   padding-bottom: 10px;
   width: 360px;
}

.chBodyBoxHeader {
   background-color: transparent; 
   display:  inline-grid;  
   grid-template-columns: 110px 40px;
   height: 45px;
   padding-top: 1px; 
   width: 370px;
}

.chBodyBoxHeader160 {
   background-color: transparent; 
   display:  inline-grid;  
   grid-template-columns: 160px 40px;
   height: 45px;
   padding-top: 1px; 
   width: 370px;
}

.chBodyBoxHeaderTitle {
   height: 40px;
   margin-left: 20px;
   padding-top: 7px;
   text-align: left;
   margin-top: 8px;
   min-width: 280px;
}

.chBodyBoxHeaderText {
   color: rgb(60,60,60); 
   display:inline-block;
   font-size: 28px; 
   font-family: Arial; 
   font-style: italic;
   font-weight: bold;
}

.chBodyBoxHeaderBack {
   align-items: center;
   border-radius: 12px;
   border: 1px solid #5d913b; 
   display: flex;
   flex-direction: row;
   height: 50px;
   margin-left: 5px;
   margin-top: 8px;
   padding-left: 5px;
   width: 50px;
}

.chBodyBoxHeaderBackIcon {
   height: 40px;
   margin-top: 3px;
   width: 40px;
}

.chButton {
	border-radius: 15px;
	font-size: 14px; 
	height: 150px;
	margin-bottom: 5px;
	margin-left: 10px;
	width: 150px;
}

.chButtonCentral {
   align-items: center;
   padding: 0px;
}
.chButonText {
   max-width: 120px;
}

.chButtonImage {
   margin-bottom: 10px;
   margin-left: 20px;
   margin-top: 15px;
   width: 100px;
}

.chButtonImageIcon {
   height: 110px;
   width: 100px;
}
 
.chButtonImageRedirectIcon {
   height: 30px;
   margin-top: 5px;
   width: 28px;
}
.chDownload {
    font-size: 20px;
    font-family: Arial;
    margin-left: 20px;
    padding-right: 20px;
}

.chVersion {
    color: black;
    font-size: 12px; 
    margin-left: 10px;
    padding: 0;
    position: absolute;
    top: 365px;

}
.chInvisible {
    color: transparent;
}
.chLeftImage {
    float: left;
    margin-right: 10px;

}

.chRightText {
    float: left;
}