#app-header h1 {
    margin:10px 0;
}

/* user-nav includes changes to the Login / User information link */
#user-nav {
    padding-top:25px;
}

#user-nav > a {
    display:inline-block;
    margin-bottom:0;
    font-weight:normal;
    text-align:center;
    vertical-align:middle;
    cursor:pointer;
    background-image:none;
    border:1px solid transparent;
    white-space:nowrap;
    padding:5px 0px;
    font-size:14px;
    line-height:1.428571429;
    border-radius:4px;
    -webkit-user-select:none;
    color:#000000;
}

#user-nav > a:hover {
    text-decoration:none;
    color:#000000;
}
/* Active Color of Login button once logged in */

.header-nav li a {
    color:#000000;
}

/* Page Links refers to the custom links */
#page-links {
    display:inline-block;
}
#page-links a {
    display:inline-block;
    padding:5px 10px;
    font-size:14px;
    color:#000000;
}
#page-links a:hover,
.btn-link:hover,
.btn-link {
    color:#000000;
}

#page-links .piped-list>li:after {
    content:"|";
    color:#000000;
}

a, .Product__AssociatedProductsList--below-the-fold>li>a {
color: #000000;
}

#page-links .piped-list>li:before {
    display:none;
    margin-right:0;
}

/* Carousel CSS */
.carousel-inner .item img {
    width: 100%;
}

/* Hide Registration Fields */
/*.RegistrationBody__UserFields {
display: none;
}*/


/* Hide the Drop Course option from the student dashboard */
/*.col-xs-2.col-sm-1 {
    display: none;
}*/

/*Style to hide dates in catalog listings */
/*#listings div.product-dates {
  display: none;
}*/