/*------------------------------------*\
    #MEDIA QUERIES
\*------------------------------------*/
/*------------------------------------*\
    #0 - 767
    #Bootstrap XS
\*------------------------------------*/
@media only screen and (max-width : 767px) {
	#app,
	#wrapper { width: 100%; }
}
/*------------------------------------*\
/*------------------------------------*\
    #0 - 479
\*------------------------------------*/
@media only screen and (max-width : 479px) {
	.datepicker .ui-widget.ui-widget-content { width: 100%; }
}
/*------------------------------------*\
    #0 - 399
\*------------------------------------*/
@media only screen and (max-width : 399px) {
	.datepicker .ui-datepicker .ui-datepicker-title { margin: 0 .3em; }
	.datepicker .ui-datepicker table {
    	font-size: .5em;
    	margin: 0 0 .3em;
	}
}
/*------------------------------------*\
    #END MEDIA QUERIES
\*------------------------------------*/