table:not(.display).resources-table{
    width: 100%;
    margin-top: 20px;
    border: 1px solid rgba(199, 201, 217, 1);
    border-collapse: collapse;
    border-radius: 30px;
    border-style: hidden;
    box-shadow: 0 0 0 1px rgba(209, 213, 219, 1);
    font-size: 11pt !important;
}
table:not(.display).resources-table tr th,td{
    /*padding: 20px;*/
    padding: 10px;
    border: 1px solid rgba(199, 201, 217, 1);
    text-align: right;
}
table:not(.display).resources-table tr th{
    text-align: center;
}
.link-icon{
    font-size: 11pt;
}