/* Global China Research Programme Customized CSS*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 300px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: lightblue;
  color: blue;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
}

#myBtn:hover {
  background-color: #ffffff;
}

.abc {font-size: 18px; font-weight: bold; color: #058d3f;}
.abc:hover {font-size: 18px; font-weight: bold; color: #000000;}
div.title1 {font-size: 22px; font-weight: bold; color: blue;}

#hangingindent {
  padding-left: 30px ;
  text-indent: -30px ;
}
