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