div.remtooltip {
  position: absolute; /*leave this and next 3 values alone*/
  z-index: 1000;
  left: -1000px;
  top: -1000px;

  border: 1px solid #ccc;
  background: #fffddd;
  color: #666;
  padding: 10px 20px;
  -webkit-border-radius: 6px; 
  -moz-border-radius: 6px; 
  border-radius: 6px; 
}

#wp-calendar td.remhasevent {
  font-weight: bold;
  color: #777;
}

#wp-calendar td#today {
  text-decoration: underline;
}

div.remtooltiphead {
  font-size: 10px;
  font-weight: bold;
  margin-bottom: 4px;
  text-align: right;
}

.remtooltipthought {
  font-family:Georgia,serif; 
  font-style: italic;
}

a.remtooltipevent {
  font-size: 11px;
}

div.rem_thought_title {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-style: italic;
  color: #666;

  margin-top: 20px;
  text-align: center;
}
div.rem_thought {
  font-family:Georgia,serif; 
  color: #666;

  margin-top: 5px;
  margin-bottom: 10px;
  text-align: center;
}
