table {
    border-collapse: collapse;
    margin-top: 40.5px!important;
    width: 100%;
    font-family: NimbusSans;
    font-size: 19px;
}

td:nth-child(1) {
    padding: 20px;
    width: 10%;
    text-align: left;
    border-bottom: 1px solid #dddddd;
}

td:nth-child(2) {
    padding: 20px;
    width: 50%;
    text-align: left;
    border-bottom: 1px solid #dddddd;
}

th {
    background-color: #f2f2f2;
    border-bottom: none!important;
    padding: 1.2rem!important;
}

ul .activity-rml {
    list-style-type: none!important;
    margin: 0;
}

.search-result table tr, .search-result table th {
    height: 60px!important;
    padding: 0!important;
    padding-right: 20px!important;
    padding-left: 20px!important;
    background-color: white;
}

.search-result tr:nth-child(even) {
    background: #f7f7f7;
}

.search-result tr:nth-child(odd) {
    background: white;
}

.search-result td {
    border-bottom: none!important;
}

.search-result th {
    font-size: 16px!important;
}

table.fixed {
    table-layout: fixed!important;
}

tbody.scroll {
    overflow-y: auto;
}