@charset "utf-8";






table.elem-exp{
    
}

table.elem-exp tr{
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: aqua;
}

table.elem-exp .elem{
    font-size: 1.1em;
    font-weight: bold;
}

.td-tooltip-in{
    
}

.tooltip-elem-exp {
    position: relative;
    left: 200px;
    width: 10em;
}

.tooltip-box-elem-exp {
    position: absolute;
    top: 30px;
    right: 50px;
    width:450px;
    padding: 10px 20px 10px;
    background-color: #ffc;
    border: 3px solid #fc6;
    z-index: 2;
    display: none;
}

.tooltip-elem-exp:HOVER  .tooltip-box-elem-exp,
.tooltip-elem-exp:FOCUS  .tooltip-box-elem-exp {
    display: block;
}

.tooltipLink-elem-exp{
    text-decoration-line: none;
    color: #3E46F7;
    cursor: pointer;
}


@media screen and (max-width: 550px){

    table.elem-exp th{
        display: block;
        padding-top: 20px;
    }

    table.elem-exp td{
        display: block;
    }

    .tooltip-elem-exp {
        left: 120px;
    }

    .tooltip-box-elem-exp {
        width: 250px;
    }

}
