.resources {
    margin: 25px 0;
}

.resources .tabs-title {
    margin-bottom: 20px;
}

.resources-table {
    text-align: left;
    font-size: 16px;
    line-height: 1.3;
    overflow: auto;
}

.resources-table thead {
    background: #F5F9FF;
}

.tabs-select {
    margin-right: 3px;
}

.tab-title {
    padding: 0 5px;
    cursor: pointer;
}

.tab-title.active {
    text-decoration: underline;
}

/* .resources-table thead, .resources-table tbody{
    border: 1px solid #f2f2f2;
} */
.resources-table th {
    padding: 20px 10px;
}

.resources-table td {
    padding: 10px 10px;
}

.resources-table tr td,
.resources-table tr th {
    border-bottom: 1px solid rgba(14, 19, 58, 0.25);
}

.resources-table table {
    border-collapse: collapse;
    border: 1px solid rgba(14, 19, 58, 0.25);
    border-bottom: none;
}
.resources .resources-apa{
    display: none;
}