﻿/*! jQuery UI - v1.11.2 - 2014-12-25
* http://jqueryui.com
==>> wb, 27 Dec 2014: changings to original jquery-ui css
 */

 
/* wb, 27 Dec 2014: width of datepicker (original 17em) */
.ui-datepicker {width: 10em!important;}
/* wb, 27 Dec 2014: smaller font-size for the single days (original 0.9em) */
.ui-datepicker table {
  border-collapse: collapse;
  font-size: 0.5em;
}
/* wb, 27 Dec 2014: smaller line-height and margin */
.ui-datepicker .ui-datepicker-title {
  line-height: 1.4em;
  margin: 0 2em;
}
/* wb, 27 Dec 2014: smaller font-size for title (original 0.9em) */
.ui-datepicker-month, .ui-datepicker-year{
	font-size:0.7rem!important;
}

/* wb, 27 Dec 2014: border for the actual day */
.ui-state-highlight, 
.ui-widget-content .ui-state-highlight, 
.ui-widget-header .ui-state-highlight
 {border: 2px solid red!important;}

