/*  header user name  */
.css-1efdoy6-view-link:-webkit-any(a), .css-1efdoy6-view-link:-webkit-any(button) {
color: #ffcd00 !important;
}

/*  header tabs  */
.css-1fahbk2-baseButton__content {
color: #ffcd00 !important;
}

#app-header {
padding:4px 0 5px;
background-color:#000000;
}

/* 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 10px;
font-size:14px;
line-height:1.428571429;
border-radius:4px;
-webkit-user-select:none;
color:#ffcd00;
}

#user-nav > a:hover {
text-decoration:none;
color:#ffcd00;
}

/* Active Color of Login button once logged in */
.header-nav li a {
color:#ffcd00;
}

/* 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:#ffcd00;
}

#page-links a:hover,
.btn-link:hover,
.btn-link {
color:#ffcd00;
}

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

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

.feature-region {
display:none;
}

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