.uninstall_icon {
    background: url(buttons.png) no-repeat 0% 75%;
    border: none;
    height: 42px;
    width: 37px;
    display: inline-block;
    vertical-align: middle;
    background-size: 100%;
}

.uninstall-banner .logo-title {
    text-transform: uppercase;
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
    width: 255px;
    margin-left: 10px;
    line-height: 22px;
}

.uninstall-banner {
    background: #fff;
    display: block;
    height: 38px;
}

.goodbye-text {
    font-size: 16px;
    font-weight: bold;
    background: #fff;
    padding: 15px;
    line-height: 22px;
}


/* The main calendar widget.  DIV containing a table. */

div.calendar {
  position: relative;
  z-index: 100;
  width: 226px;
  margin-left: -100px;
}

.calendar, .calendar table {
  border: 1px solid #cccccc;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #efefef;
  font-family: arial,verdana,sans-serif;
}

#calendar_body .quick-edit-row .submit.inline-edit-save a {
    float: left;
    margin-right: 10px;
}

/* 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;
  display: table-cell !important;
}
.calendar .button {
	
	-webkit-border-radius: 11px !important;;
 	 border-radius: 11px !important;;
	 text-shadow: white 0px 1px 0px;
	 bbackground-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 */
  background: #dedede;
  color: #000;
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #cccccc;
  padding: 2px;
  text-align: center;
  color: #000;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color:#666666 !important;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  background: #bbbbbb;
  color: #000000;
  border: 1px solid #cccccc;
  padding: 1px;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  background: #c77;
  padding: 2px 0px 0px 2px;
}

.calendar thead .daynames { /* Row <TR> containing the day names */
  ba