
/*'@import url("/lib/mobile/jquery/themes/UofL.min.css");
'@import url("/lib/mobile/jquery/themes/jquery.mobile.icons.min.css");
'@import url("http://code.jquery.com/mobile/1.4.3/jquery.mobile.structure-1.4.3.min.css");
'@import url("/lib/mobile/jquery/datepicker/jquery.mobile.datepicker.css");
'@import url("/lib/mobile/jquery/datepicker/jquery.mobile.datepicker.theme.css");
'@import url("/lib/mobile/jquery/mmenu-master/src/css/jquery.mmenu.css");*/

html, body, .mmpage{
	margin:0;
	padding:0;
	background: #fff;
	box-shadow: none;
}
.mmpage{

}
/*Hide Menu if viewd in portal app*/
#topbar{
	display:;
}
/* Menu (mmenu) */

/* /menu */

/* hours.asp */
#calendar{
	border:1px;
	width: 100%;
	border-collapse: separate;
}
#calendar td{
	vertical-align: middle;
	text-align: center;
	padding:2%;
}
#calendar th {
   	font-size: 16px;
	font-weight: normal;
	vertical-align: top;
	padding: 0 2px 0 2px;
	color: #fff;
	background-color: #227bb3;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-top:1px solid #ccc;
}
#calendar td a{
	text-decoration: none;
	font-size: 150%;
}
.calendarday {

}
#todayshours{
	position:relative;
	height: 400px;
	overflow: hidden;
	border:0;
}
.todayshours{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
/* /hours.asp */

/*** Jquery Mobile fixes ***/
/*Don't truncate long header titles*/
.ui-header .ui-title {
    margin-right: 10%;
    margin-left: 10%;
}
