.PublicRelationList {
    border-collapse: collapse;
    width: 100%;
}
.PublicRelationList__thead {
    background: #eeeeee;
}

.PublicRelationList__tableHeader {
    text-align: left;
    font-size: 1rem;
    color: #fd7723;
}

.PublicRelationList__tableHeader,
.PublicRelationList__name,
.PublicRelationList__register,
.PublicRelationList__registeredSince {
    padding: 0.75rem;
}

.PublicRelationList__row {
    position: relative;
    border: none;
}

.PublicRelationList__row:nth-child(even) {
    background: #efefef;
}

.PublicRelationList__row:hover {
    background: #ffdeb3;
}



