
.dmonth{
  float:left;
  clear:both;
  border:1px solid green;
  margin-top:0px;
  padding:0px;
  /*width:180px;
  height:80px;*/
  overflow:auto;
  font-family:helvetica;
  font-size:12px;
  text-align:justify;
  background:#F0E5F3;
  display:none;
  position:absolute;
}
.closebtn{
  float: right;
  text-align: right;
  font-size:14px;
  padding-right:5px;
  color: green;
}

div.sticky {
  position: absolute;
  border: 1px solid green;
  top: 136px;
  left: 265px;
  width: 650px;
  height: 380px;
  background-color: #f0e5f3;
  padding: 40px;
  font-size: 15px;
}
