/*Added by AW and JA on the 30/08/2018 to hide the View Grades button at request of JB. */

#right-side > div:nth-child(2) > a {
        display:none!important;
}
#right-side > div:nth-child(3) > a {
        display:none!important;
}
#right-side > div:nth-child(4) > a {
        display:none!important;
}
#right-side > div:nth-child(5) > a {
        display:none!important;
}

/*Added by AP on the 04/12/2018 to hide the the 'Available From' and 'Until' columns of the Assignment detail view at request of JA. */
table.assignment_dates > thead > tr > th:nth-child(3) {
	display:none!important;
}

table.assignment_dates > thead > tr > th:last-child {
	display:none!important;
}

table.assignment_dates > tbody > tr > td:nth-child(3) {
	display:none!important;
}

table.assignment_dates > tbody > tr > td:last-child {
	display:none!important;
}

/* Added by AP on 30/07/2019 to hide the 'Available until x Mon |' div from the Assignment list view at request of JA. */
div.ig-details__item.assignment-date-available {
	display:none!important;
}

/* Added by AP on 31/07/2019 to hide the 'Available ' li from the Assignment detail view at request of JA. */
#assignment_show .student-assignment-overview > li:nth-child(4) {
	display:none!important;
}


.enhanceable_content > ul > li:focus{
    border:2px solid #001e82!important;
}


