.sticky {
    background: #eeeeee;
    opacity: 0.9;
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: 1px solid #aaa;
}

.azlist,.catlist,.search-form {
    overflow: wrap;
    flex-wrap:wrap;
}

.space-top {
    margin-top: 20px;
    margin-bottom: 20px;
}

.no-border {
    border: none;
}

.btn.active {
    color: #dc002d;;
    outline: none;
}

.scrollToTop
{
    width:80px; 
    height:100px;
    padding:10px; 
    text-align:center; 
    position:fixed;
    bottom:75px;
    right:1px;
    display:none;
    z-index: 100;
    background: url("/assets/icons/arrow_up.png") no-repeat 0px 20px;
}

.scrollToTop:hover
{
    text-decoration:none;
}

.fixed {
    position: fixed;
    top:0; left:0;
    width: 100%;
    z-index: 150
}

.libguides-overlay {
    position: absolute;
    margin-left: 20px;
    margin-top: -150px;
    margin-bottom: 150px;
    z-index: 80000;
    background: white;
    border: 1px solid #ccc;
    padding: 10px;
    margin-top: 0px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    max-width: 400px;
    width: 300px;
    max-height: 120px;
    text-align: center;
    float:left;
}
.source-item {
    width: 100%;
    border: none;
    padding: 0;
    margin: 0;
}
.source_title {
    text-wrap: auto;
}
.libguides-overlay ul li {
  display:inline;
}
.notes {
    font-style: italic;
    width: 100%;
}
.staff_notes, .title_notes {
    margin-left: 5px;
}
.x-small {
    font-size: 70%;
    margin: 0;
    padding: 6px;
}
ul {
    margin-left: 5px;
}