.resources-table th {
    background-color: var(--blue);
    color: #fff;
    text-align: center;
    font-size: 17px;
    text-transform: none;
    letter-spacing: 0.5px;
    padding: 15px;
}

.resources-table .title-cell {
    color: #222;
    font-size: 16px;
    font-weight: bold;
}

.resources-table td {
    padding: 15px;
}

.resources-table .pdf-cell {
    text-align: center;
}

.resources-table .pdf-link {
    position: relative;
    background-color: var(--blue);
    color: #fff !important;
    display: inline-block;
    padding: 6px 18px;
    font-size: 16px;
}

.resources-table .pdf-link:before {
    content: '\e84b';
    font-family: 'entypo-fontello';
    padding-right: 7px;
}

.resources-table .pdf-link:hover {
    opacity: .90;
}