#human-body-root {
    position: relative;
    left: -40px;
    height: 500px;
}
#human-body-root #human-body-highlights {
    position: relative;
    top: -20px;
}
#human-body-root #human-body-highlights > svg {
    position: absolute;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease;
}
#human-body-root #svgContainer {
    position: absolute;
    left: 260px;
    color: #fff;
}
#human-body-root .chart g {
    color: rgba(182, 182, 182, 0.93);
}
#human-body-root #human-body-svg-container {
    position: absolute;
}
#human-body-root #title {
    position: absolute;
    color: #111111;
    font-weight: 700;
    font-family: 'Montserrat', 'sans-serif';
}
#svgContainer > svg {
    margin-top: 20px;
}
#human-body-root #male {
    position: absolute;
}
#body-outline-background {
    position: absolute;
    left: 8px;
    top: -10px;
}

#human-body-root #female {
    left: 107px;
    position: absolute;
}
#human-body-root #female-organs {
    position: absolute;
    top: -15px;
    left: 151px;
    width: 123px;
}
#human-body-root #male-organs {
    position: absolute;
    height: 34px;
    width: 25px;
    top: 255px;
    left: 111px;
}
#human-body-root #Head-and-Neck {
    height: 138px;
    width: 102px;
    top: -1px;
    left: 156px;
}
#human-body-root #Brain {
    height: 35px;
    width: 50px;
    top: 20px;
    left: 183px;
}
#human-body-root #Lung {
    height: 55px;
    width: 37px;
    top: 133px;
    left: 173px;
}
#human-body-root #Pleura {
    height: 26px;
    width: 37px;
    top: 161px;
    left: 173px;
}
#human-body-root #Lymph-Nodes {
    height: 70px;
    width: 45px;
    top: 83px;
    left: 159px;
}
#human-body-root #Soft-Tissue {
    height: 369px;
    width: 128px;
    top: 89px;
    left: 138px;
}
#human-body-root #Eye {
    height: 20px;
    width: 20px;
    top: 39px;
    left: 205px;
}
#human-body-root #Breast {
    height: 40px;
    width: 40px;
    top: 137px;
    left: 207px;
}
#human-body-root #Kidney {
    height: 21px;
    width: 15px;
    top: 198px;
    left: 218px;
}
#human-body-root #Adrenal-Gland {
    height: 12px;
    width: 14px;
    top: 197px;
    left: 219px;
}
#human-body-root #Bile-Duct {
    height: 28px;
    width: 11px;
    top: 190px;
    left: 195px;
}
#human-body-root #Pancreas {
    height: 21px;
    width: 45px;
    top: 191px;
    left: 183px;
}
#human-body-root #Bladder {
    height: 16px;
    width: 25px;
    top: 258px;
    left: 194px;
}
#human-body-root #Prostate {
    height: 25px;
    width: 30px;
    top: 269px;
    left: 103px;
}
#human-body-root #Testis {
    height: 23px;
    width: 15px;
    top: 288px;
    left: 124px;
}
#human-body-root #Uterus {
    height: 23px;
    width: 21px;
    top: 250px;
    left: 196px;
}
#human-body-root #Cervix {
    height: 14px;
    width: 15px;
    top: 258px;
    left: 199px;
}
#human-body-root #Ovary {
    height: 13px;
    width: 13px;
    top: 249px;
    left: 214px;
}
#human-body-root #Colorectal {
    height: 95px;
    width: 87px;
    top: 210px;
    left: 165px;
}
#human-body-root #Liver {
    height: 42px;
    width: 47px;
    top: 173px;
    left: 188px;
}
#human-body-root #Stomach {
    height: 43px;
    width: 45px;
    top: 166px;
    left: 189px;
}
#human-body-root #Blood {
    height: 153px;
    width: 35px;
    top: 243px;
    left: 211px;
}
#human-body-root #Bone {
    height: 89px;
    width: 14px;
    top: 383px;
    left: 212px;
}
#human-body-root #Bone-Marrow-and-Blood {
    height: 114px;
    width: 30px;
    top: 371px;
    left: 204px;
}
#human-body-root #Skin {
    height: 227px;
    width: 57px;
    top: 95px;
    left: 221px;
}
#human-body-root #Nervous-System {
    height: 279px;
    width: 56px;
    top: 222px;
    left: 159px;
}
#human-body-root #Thyroid {
    height: 16px;
    width: 18px;
    top: 90px;
    left: 198px;
}
#human-body-root #Thymus {
    height: 23px;
    width: 17px;
    top: 147px;
    left: 200px;
}
#human-body-root #Esophagus {
    height: 57px;
    width: 20px;
    top: 86px;
    left: 197px;
}

#human-body-root #body-plot-skip-nav {
    position: absolute;
    left: -5000px;
    color: #111111;
}

#human-body-root #body-plot-skip-nav:focus {
    left: 0;
}
