/* header only style */
.plu-libcal-hours-header-style .hours-today {
	background: transparent;
	border: none;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
	width: 100%;
	text-align: left;
	display: block;
}

.plu-libcal-hours-header-style table tr th {
	padding: 0 5px 0 0;
	font-size: 20px;
	font-family: 'Aleo', serif;
}

.plu-libcal-hours-header-style table tr th:before {
	content: "Today's ";
}

.plu-libcal-hours-header-style table tr th:after {
	content: ":";
	position: relative;
	left: -3px;
}

.plu-libcal-hours-header-style table tr td {
	padding: 0;
	font-size: 20px;
	font-family: 'Aleo', serif;
}

/* "monthly" view fixes */
#s_lc_mhw_256_12442 {
	overflow-x: auto;
}

.s-lc-mhw-c .btn-default {
	padding: 5px 9px;
	margin: 0 6px;
	border-radius: 3px;
	background: #555;
	color: #fff;
}

.s-lc-mhw-c .btn-default:hover {
	background: #000;
}

.s-lc-mhw-c .btn-default[disabled] {
	opacity: 0.4;
}
.s-lc-mhw-c .btn-default[disabled]:hover {
	background: #555;
}

.s-lc-mhw-c .loc_12442 {
	background-color: #000000;
	padding: 5px;
	font-size: 13px;
	border-radius: 3px;
}

.s-lc-mhw-c .loc_12442 .s-lc-mhw-loc-name {
	font-weight: bold;
	color: #fbba37;
	font-size: 12px;
}