/* Style the Assignments link as a blue button */
#section-tabs a.assignments {
    background-color: #1d52b3 !important; /* Royal Blue */
    color: #ffffff !important;            /* White text */
    border-radius: 6px !important;        /* Rounded corners */
    padding: 8px 12px !important;         /* Spacing around the text */
    margin: 4px 0 !important;
    display: inline-block !important;
}

/* Style the Grades link as a green button */
#section-tabs a.grades {
    background-color: #397a22 !important;    /* Green */
    color: #ffffff !important;            /* White text */
    border-radius: 6px !important;        /* Rounded corners */
    padding: 8px 12px !important;         /* Spacing around the text */
    margin: 4px 0 !important;
    display: inline-block !important;
}