/* Style the View Grades button on the Dashboard sidebar */
#right-side a.view-grades, 
#right-side a[href*="/grades"] {
    background-color: #397a22 !important; /* Green background */
    color: #ffffff !important;            /* White text */
    border: 1px solid #397a22 !important; /* Match border color */
    text-shadow: none !important;         /* Remove default shadows */
}

/* Optional: Darken the green slightly when hovered */
#right-side a.view-grades:hover, 
#right-side a[href*="/grades"]:hover {
    background-color: #2b5c1a !important; 
    border-color: #2b5c1a !important;
    color: #ffffff !important;
}