/* The main calendar widget.  DIV containing a table. */

/* Form Wordpress. */
.calendar .button {
  display: table-cell !important;
}

div.calendar {
  position: relative;
  z-index: 100;
  width: 326px;
}

.calendar,
.calendar table {
  border: 1px solid #cccccc;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #efefef;
  font-family: arial,verdana,sans-serif;
  margin: 0;
  line-height: 1.7;
}

/* Header part -- contains navigation buttons and day names. */
.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  padding: 2px;          /* Make the buttons seem like they're pressing */
  border:0px;
  height:inherit;
  
}

.wdform_table1 .button,
#formMakerDiv1 .button,
.submitdate_fc .button,
.main .button {
	-webkit-border-radius: 11px !important;;
 	border-radius: 11px !important;;
	text-shadow: white 0px 1px 0px;
  background-origin: padding-box;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
  border-top-width: 1px;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  text-align: center;
  background: #333333;
  color: #ffffff;
  padding: 2px;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
  bac