#signups .panel-title i {
    float: left;
    width: 25px;
}

#signups .table {
    margin-bottom: 0;
}

#signups .table thead tr th {
    background: #ffffff !important;
}

#signups .table tbody tr td {
    border-bottom-color: #dddddd;
}

#signups .table tbody tr:last-of-type td {
    border-bottom: none;
}

#signups .signups_multi_actions {
    margin-bottom: 20px;
}