body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}

.evalStatusBox {
/* For a status box on the 'add item to MR' page to show the items' status.*/
}

.approvedItem {
/* for the item list, to show that the item is approved */

}

.unapprovedItem {
    /* for the item list, to show that the item is not yet fully approved */
}

.profile-image {
    max-height: 30px;
}