/**
 * Список пользователей
 */


.user-list-add {
    margin-bottom: 15px;
}

.user-list-add:last-child {
    margin-bottom: 0;
}

.user-list-add-title {
    font-size: 18px;
    margin-bottom: 15px;
}

.user-list-add-form {
    padding: 15px;
    margin-bottom: 5px;
    background-color: #fafafa;
    border-radius: 3px;
}

.user-list-add-note {
    margin-bottom: 20px;
    color: #adadad;
    font-size: 12px;
    line-height: 14px;
}

.user-list-add .ls-blankslate {
    margin-bottom: 0;
    padding: 10px;
    background: #fafafa;
    color: #646464;
    border-radius: 2px;
    font-size: 12px;
}
