.card-header {
    margin-bottom: 10px;
    border: none;
    background: #f0f0f0;
}



#persons-table tr.pselected td {
    background: #cdf !important;
}

.detailPhoto {
    position: relative;
}

.photoStripe {
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 10px 10px;
    text-align: center;
    transform: translateY(-50%);
    background: #ffffffa0;
    color: #000 !important;
    z-index: 2;
    font-size: 12px;
    font-weight: bold;
}

#cardQueueInfo {
    position: fixed;
    top: 10px;
    left: 200px;
    background: #203960;
    color: #fff;
    z-index: 10;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}

#cardQueueInfo:empty {
    display: none;
}

h1 small.muted {
    font-size: 16px;
    color: #777;
}