.textSmall.text-muted.modified {
    display: none;
}

div.emd-dirpage .btn {
    display: inline-block;
    margin: 5px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 8px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

div.emd-dirpage .btn-danger {
    color: #fff;
    background-color: #e70033;
    border-color: #d43f3a
}

div.emd-dirpage .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

div.emd-dirpage .btn-warning {
    color: #fff;
    background-color: #e70033;
    border-color: #eea236
}

div.emd-dirpage .btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

div.emd-dirpage .btn-primary {
    color: #fff;
    background-color: #e70033;
    border-color: #e70033
}

div.emd-dirpage .btn-group{
    border-radius: 0
}

div.emd-dirpage .btn:hover {
    opacity: 0.8;
    text-decoration: none
}
.listNav, .ln-letters {
    font-size: 9px;
}
div.emd-container div.emd-input-group-append>button {
    padding: 0.3em 0.75em;
}
div.person-detail{font-size:11px}