.trigger-dropdown-menu{
    cursor:pointer;
    z-index:200 !important;
    
}

.tags {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
    gap: 20px;
}

.tags div {
    display: flex;
    background: url(https://static.tildacdn.com/tild3935-6534-4735-a432-326337663463/Rectangle_45.png) no-repeat;
    background-size: 100% 100%;
    color: #ffffff;
    font-size: 20px;
    font-family: 'Gilroy',Arial,sans-serif;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: 0.5px;
    background-position: center center;
    border-radius: 7px;
    height: 100%;
    min-height: 74px;	
    justify-content: center;
    align-items: center;
}

#allrecords .tags div a {
    color: #ffffff;
    text-align: center;
    padding: 10px;
}
.tabbb{
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 15px;
	    color: #444444;
    font-size: 20px;
    font-weight: 400;
    font-family: 'gilroy';
 
}
.tabbb td, .tabbb th {
    border-bottom: 1px solid #CFCFCF;
    padding: 20px;
    text-align: center;
    vertical-align: top;
}
.tabbb td:first-child, .tabbb th:first-child {
    padding-left: 0px;
        text-align: left !important;
}
.tabbb td:last-child, .tabbb th:last-child {
    padding-right: 0px;
    text-align: right;
}
.tabbb span, .tabbb a{
    color:#2B3569!important;
}
.tabbb a:hover{
   text-decoration:underline!important;
}
@media screen and (max-width:600px){
    .tabbb{display:block;overflow:auto;}
}