    body{
        background: #f3f3f3;
        font-size: 1.6rem;
    }
    ul,
    ul li{
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .InfoName{
        font-size: 2.8rem;
        font-weight: bold;
        margin: 30px;
    }
    .JobTitle {
    font-size: 1.8rem;
    color: #7d7d7d;
    font-weight: normal;
}

    .infoTitle{
        color: #265598;
        font-size: 1.8rem;
    }
    .infoRow{
        border-bottom: solid 1px #cacaca;
    margin-bottom: 30px;
    margin-top: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    }
    .infoRow ul li a:hover {
        color: #265598;;
    }
    .infoRow li{
        display: block;
        line-height: 30px;
    }
    #myTab.nav-tabs > li > a{
        color: #000;
        padding: 10px 30px;
    }
    #myTab.nav-tabs > li > a:hover{
        background: none;
    }
    #myTab.nav-tabs > li.active > a, 
    #myTab.nav-tabs > li.active > a:hover, 
    #myTab.nav-tabs > li.active > a:focus {
    background-color: transparent;
    border: none;
    color: #000;
}
.module.module-detailInfo .mlarge.mfl .figBS {
    background: none;
}
.module.module-detailInfo .mfl img {
    border-radius: 0 50px;
    max-width: 300px;
}

.module.module-detailInfo .module-complex:before {
    display: none;
}

#myTab.nav-tabs {
    border-bottom: 2px solid #d8d8d8;
    background: none;
    border-radius: 0;
    justify-content: flex-start;
    padding: 0;
}
ul#myTab.nav-tabs>li {
    margin: 0;
}
.module.module-detailInfo .module-complex .nav-tabs>li>a:after{
    transform: none;
    background: none;
}
#myTab.nav-tabs > li.active > a:after {
    content: "";
    background: #e8c02a;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
}
