.localendar-close {
  position: absolute;
  top: 4px;
  right: 4px;
  margin:2px;
  border: none;
}
.localendar-mini td, th {
  width: 30px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  font-family: arial;
  font-size: 12px;
}
.localendar-label,.localendar-time,.localendar-title {
  font-family:arial;font-size:12px;
}
.localendar-label {
  font-weight:bold;font-size:14px;
}
.localendar-hasEvents {
  background:orange !important;
  cursor: pointer;
}
.localendar-selected {
  /* Uncomment to enable this feature
  background-color: yellow;
  */
}
.localendar-monthName{
  background-color:#ffffff;
  color: #999999;
  /* Uncomment this to hide the Month name
  display:none;
  */
}
.localendar-balloon{
  text-align:left;
}
