/* Styles for #searchBar */
#searchBar .search-query {
    background: #fff;
    border-color: transparent;
    box-shadow: none;
    color: #777;
}

#searchBar button {
    background: #6464d5;
    border-color: transparent;
    color: #fff;
}

/* Styles for body:after */
body:after {
    background: #fff url(https://storage.googleapis.com/msgsndr/CwRTXIjKloV7sxVK9BzT/media/64dd7ffc06829bd0e982efda.png) no-repeat top center fixed;
    background-size: cover;
    opacity: 1;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: -1;  
}

/* Styles for .category-list */
.category-list .category {
    background-color: #FFFFFF;
    border-bottom: 1px solid #6464d5;
    border-radius: 3px;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}

/* Styles for .twoCol and .threeCol */
.twoCol .collection,
.threeCol .collection {
    background: #FFFFFF;
    border-color: #6464d5;
}

/* Styles for .articleFoot time.lu */
.articleFoot time.lu {
    display: none;
}
