﻿.staff-member{
    border-bottom: 1px solid #ccc;
}

.staff-header {
    background-color: rgb(41, 127, 184);
    color: #fff;
    padding: 10px;
    font-size: 16px;
    font-weight: bolder;
    border-radius: 5px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.alpha-sort{
    cursor:pointer;
}

.kendo-dropdown{
    width:300px;
}

.sortable-listview .staff-member:last-child {
    border-bottom: none;
}