.contact-row {
    white-space: nowrap;
    border-bottom: 1px solid #ccc;
    height: 150px;
}
.contact-row:last-child {
    border-bottom: 0;
}

.contact-row:child(odd) {
    background-color: red;
}

.contact-row .badge {
    width: 100%;
    font-size: .6em;
    display: block;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    transform: rotate(-90deg) translateY(-15px) translateX(-125px);
    position: absolute;
    width: 120px;
    transform-origin: 0 0;
    height: 15px;
}

.contact-row .btn {

}

.actions {
    padding-left: 20px;
}

.actions .btn {
    display: block;
    border-radius: 2em;
    height: 2em;
    padding: 0;
    line-height: 2em;
    text-align: center;
    margin: 5px;
}

.contact-row .btn .fa {
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
}

.contact-row .btn .fa:before {
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
}

.contact-row a {
    font-style: inherit;
}

.pagination:last-child {
    margin-bottom: 0;
}

#table {
    padding: 0 15px;
    margin: 15px -15px 0 -15px;
    font-size: small;
}

#table header {
    background-color: #003058;
    color: white;
    padding: 5px 15px;
    margin: 0 -15px;
}

.contact-lastName {
    
}

.page-item button{
    border-radius: 0;
}

.page-item:first-child button{
    border-radius: 0.25rem 0 0 0.25rem;
}

.page-item:last-child button{
    border-radius: 0 0.25rem 0.25rem 0;
}