.claims {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2px 2px;
  grid-auto-flow: row;
}

.claims_abcd { 
	background: #ddd;
	color: #333;
	border-bottom: 1px solid #c5c5c5;
	padding: 6px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.claims_list_abcd { 
padding: 5px;
}

.claims_efgh { 	background: #ddd;
	color: #333;
	border-bottom: 1px solid #c5c5c5;
	padding: 6px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;}

.claims_list_efgh {
padding: 5px;
 }

.claims_ijkl { 	background: #ddd;
	color: #333;
	border-bottom: 1px solid #c5c5c5;
	padding: 6px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;}

.claims_list_ijkl { 
padding: 5px;
}

.claims_mnop { 	background: #ddd;
	color: #333;
	border-bottom: 1px solid #c5c5c5;
	padding: 6px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;}

.claims_list_mnop { 
padding: 5px;
}

.claims_qrst { 	background: #ddd;
	color: #333;
	border-bottom: 1px solid #c5c5c5;
	padding: 6px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;}

.claims_list_qrst { 
padding: 5px;
}

.claims_uvwxyz {	background: #ddd;
	color: #333;
	border-bottom: 1px solid #c5c5c5;
	padding: 6px;
	font-size: 12px;
	font-weight: bold;
	text-align: center; }

.claims_list_uvwxyz { 
padding: 5px;
}


.claims_avatar{
	padding: 2px 2px 2px 10px;	
}

.claims_avatar::before{
	content:  "»";
	padding-right: 2px;
}
        /* The Overlay (background) */
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    background-color: #1c1c1c;
    opacity: .9;
    color: #d9d9d9;
    overflow-x: hidden;
    transition: 0.5s;
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.trigger-warning {
    color: #BC0000;
}
        
/* Style the tab */
.tab {
    overflow: hidden;
}

/* Style the buttons that are used to open the tab content */
.tab button {
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
    background: #fff;
    box-shadow: none;
}

/* Create an active/current tablink class */
.tab button.active {
        background: #0076c5;
    color: #fff;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding-top: 10px;
} 