/*
* Own modifications to theme
*/

/** Set the datepicker to popup over everything else and decrease the size a bit **/
div.ui-datepicker{
 font-size:11px;
 z-index: 200;
}

