Today's Hours
.hours-col-loc { border: 0px; border-spacing: 1; border-collapse: collapse;}
.hours-today { border: 0px; border-spacing: 1; border-collapse: collapse;}
.hours-col-time { border: 0px; border-spacing: 1; border-collapse: collapse;}
.btn-group button {
background-color: #0000A0; /* Gray background */
border: 1px solid blue; /* Dark blue border */
color: white; /* White text */
padding: 10px 24px; /* Some padding */
cursor: pointer; /* Pointer/hand icon */
float: left; /* Float the buttons side by side */
}
/* Clear floats (clearfix hack) */
.btn-group:after {
content: "";
clear: both;
display: table;
}
.btn-group button:not(:last-child) {
border-right: none; /* Prevent double borders */
}
/* Add a background color on hover */
.btn-group button:hover {
background-color: #0000A0; /* Dark blue */
}
function addPrimoQuery() {
document.getElementById("primoQuery").value = "any,contains," + document.getElementById("primoQueryTemp").value.replace(/[,]/g, " ");
/* If you changed the form name at the top, change it below to match */
document.forms["searchPrimoForm1"].submit();
}
ul.breadcrumb {
padding: 8px 8px;
list-style: none;
background-color: #ffffff;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
border-left: 1px solid #ddd;
}
ul.breadcrumb li {
display: inline;
font-size: 12px;
}
ul.breadcrumb li+li:before {
padding: 8px;
color: black;
content: "|\00a0";
}
ul.breadcrumb li a {
color: #0275d8;
text-decoration: none;
}
ul.breadcrumb li a:hover {
color: #01447e;
text-decoration: underline;
}











