a.list-group-item,
a.list-group-item:visited,
a.list-group-item:active {color:#388E3C;}
a.list-group-item:hover {color:#4CAF50; text-shadow:none;}

.hours-page a { font-weight:normal;}

.hours-page * {
	line-height: 1.5;
}

#depttitle { padding:12px; margin:0px;}
.notes {padding-top:15px; padding-bottom:15px; text-align:left;}

/* Mobile View Styles */
.weekview	{ 
	font-family: 'Lato', sans-serif;
	font-size:120%;
}
.weekview-category
{
	font-size:130%;
	background:#ccc;
}
.weekview-hours
{
}
.weekview-exception
{
	/* background: #E58080; */
	color: #FFFFFF;
	background: #CD3232;
}
.weekview-building
{
	font-size:80%;
}

/* Calendar Styles */
.calendar-max-width { max-width:1120px; }
table.calendar	{ 
  border-left:1px solid #e2e2e2; 
  font-family: 'Lato', sans-serif; 
  margin-bottom:20px;
}

.calendar-header, .calendar-header a { padding-top: 15px; background:#024731; color:#eee; }
.calendar-title-month {font-size:190%;font-weight:bold;}
.calendar-title-year {font-size:110%;font-weight:bold;}
.calendar-month-arrow {padding:6px;}

tr.calendar-row	{  }
td.calendar-day-head { 
  background:#ccc; 
  font-weight:bold; 
  text-align:center; 
  width:14.2857%; 
  padding:5px; 
  border-bottom:1px solid #e2e2e2; 
  border-top:1px solid #e2e2e2; 
  border-right:1px solid #e2e2e2; 
}

td.calendar-day-np	{ background:#eee;} 
td.calendar-day, td.calendar-day-np { 
	height:100px; 
	width:14.2857%; 
	padding:30px 2px 2px 2px; 
	border-bottom:1px solid #e2e2e2; 
	border-right:1px solid #e2e2e2; 
	font-size:16px; 
	text-align:center; 
	vertical-align:top; 
	position:relative; 
	background-clip:padding-box;
}
.calendar-day-number
{ 
  background: #fff;
	padding:5px; 
	font-size:14px; 
	color:#000; 
	font-weight:bold; 
	float:right; 
	margin:-30px -3px 0 0; 
	width:25px; 
	text-align:center; 
	vertical-align:top;
  border-bottom: 1px solid #dedede;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
}
.today { background:rgba(255, 233, 0, .45); }

.schedule_hours 
{
	position:relative;
	min-height: 150px;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
  line-height: 1.5;
  /*
  padding-left: 30px;
  */
}
.extra_info 
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.schedule_exception 
{
	margin-top:-23px;
	margin-left:auto;
	margin-right:auto;
	width:95%;
	font-size:80%;
	color:#fff;
	border-radius: 0px;
	/* background: #E58080; */
	background: #CD3232;
}
.schedule_bldghrs
{
	margin-top:0px;
	font-size:76%;
	color:#111;
	border-radius: 0px;
	background: rgb(233, 255, 206);
	line-height: 1.5;
}

.schedule_exception a,
.schedule_exception a:visited,
.schedule_exception a:active,
.schedule_exception a:hover {color:#fff;}

.schedule_bldghrs a,
.schedule_bldghrs a:visited,
.schedule_bldghrs a:active,
.schedule_bldghrs a:hover {color:#111;}


/* Department List Styles */
a.list-group-item.category {background:#f00; padding-left:15px; background:#eee; color:#111;}
a.list-group-item {padding-left:20px;}
a.list-group-item.active {color:#eee;}

a.list-group-item.highlight {background:#f3e97f;}
a.list-group-item.highlight:hover {background:#f3e97f;}

a.list-group-item.bldg,
a.list-group-item.bldg:hover {font-size:110%; padding-left:10px; font-weight:bold; background:#024731; color:#fff;}

a.list-group-item,
a.list-group-item:first-child,
a.list-group-item:last-child	{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.list-group-item,
.list-group-item:first-child,
.list-group-item:last-child	{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

/* Dropdown Button */
.dropbtn {
    background-color: #fff;
    color: #006cb8;
    padding: 5px;
    font-size: 26px;
    border: 1px solid #222;
    cursor: pointer;
    min-width: 396px;
	border-radius: 4px;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
    background-color: #f5f5f5;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
	margin-bottom:10px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 390px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
	padding: 4px;
	text-align:left;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 4px 10px;
    text-decoration: none;
    display: block;
}
.dropdown-content div {
    color: black;
    padding: 4px 10px;
    text-decoration: none;
    display: block;
}

.dropdown-content a.indent {
    color: black;
    padding: 4px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;} 
@media (max-width: 991px) { 
  .schedule_hours 
  {
    padding-left: 12px;
  }
}