table.PublicRelationList {
    border-collapse: collapse;
}

.PublicRelationList th {
    text-align: left;
    font-size: 1rem;
    color: #212529;
}

.PublicRelationList th,
.PublicRelationList td {
    padding: 0.2em 1.5em;
}

.PublicRelationList tr {
    border-top: 1px solid #dee2e6;
    border-bottom: none;
}

.PublicRelationList__row {
    position: relative;
}

.PublicRelationList__row:nth-child(odd) {
    background: #f2f2f2;
}

.PublicRelationList__row:hover {
    background: #e4e4e4;
}

.PublicRelationList__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}



