/*THIS IS THE STYLESHEET FOR LARGE SIZED TEXT SIZE*/
/*Increase font sizes +2px from original CSS*/
body, h4, .formfield, .formbutton{
	font-size: 13px;
}
h3{
	font-size: 16px;
}
#credits, .c_commentinfo{
	font-size: 12px;
}
/* Calendar */
div.calendar {
   font-size: 12px;
   width: 194px;
   background: none;
   background-color: #E2EDF0;
    border: 1px solid lightgray;
}
/* Calendar -- disable the large size
div.calendar {
   width: 208px;
   background: none;
   background-color: #E2EDF0;
   border: 1px solid lightgray;
}  */