.tg {
    border-collapse: collapse;
    border-spacing: 0;
}

.section-human {
    padding: 10px;
    background-color: #306ea7;
    text-align: center;
    font-weight: bold;
    color: white;
    width: 100%;
    margin-bottom: 10px;
}

.section-mouse {
    padding: 10px;
    background-color: #f1a306e1;
    text-align: center;
    font-weight: bold;
    color: white;
    width: 100%;
    margin-bottom: 0px;
}

.tg td {
    font-family: Arial, sans-serif;
    font-size: 14px;
    padding: 6px 6px;
    border-style: solid;
    border-width: 0px;
    overflow: hidden;
    word-break: normal;
    border-color: black;
}

.tg th {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding: 15px 15px;
    border-style: solid;
    border-width: 0px;
    overflow: hidden;
    word-break: normal;
    border-color: black;
}

.tg .tg-0pky {
    border-color: inherit;
    text-align: center;
    vertical-align: top;
    padding-top: 0%;
    padding-bottom: 0%;
}

.tg .tg-0lax {
    text-align: center;
    vertical-align: top;
    padding-top: 0%;
    padding-bottom: 0%;
}

.mainbox {
    background-color: #eee;
}

.image-placeholder {
    width: auto;
    height: 380px;
    background-color: lightgray;
    /* Background color of the placeholder */
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

/* Popup container - can be anything you want */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* The actual popup */
.popup .popuptext {
    visibility: hidden;
    width: 160px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.size_of_img {
    width: 64px;
    height: 64px;
}

/* Style for the main box (box 2) */


.total_pep {
    color: #343333;
}

.hla_I {
    color: #3430a7;
    margin-bottom: 5px;
    margin-left: 8px;
}

.hla_II {
    color: orange;
    margin-left: 8px;
    margin-bottom: 3px;
}

.popDiv {
    padding: 0px;
    padding-bottom: 0%;
}

.popover-body {
    padding: 5px;

}

.popover-header {
    padding: 5px;
    text-align: center;
}

.popDiv.p.hla_I {
    margin: 0%;
    margin-bottom: 0px;
}


/* Style for the SVG trace  */

.cls-1 {
    isolation: isolate;
}

.cls-1,
.cls-2 {
    opacity: .4;
}

.cls-1,
.cls-3,
.cls-4 {
    stroke-width: 0px;
}

.cls-1,
.cls-4 {
    fill: rgb(128, 0, 102);
}

.cls-3 {
    fill: #a0a1a2;
}