.cc-table-res {
    visibility:hidden;
}
.pc {
    font-weight:bold;
}
.conv-fac {
    display:none;
}

.data-section {
    border: 1px solid #d1d1d1;
    width:100%;
    margin: 1.5em 0;
}
.data-section .row {
    clear:both;
    border-top: 1px solid #d1d1d1;
    padding: 1%;
}
.data-section .cell {
    padding-top:1%;
    padding-bottom:1%;
    position:relative;

}

.data-section input[type=text], .data-section input[type=number], .data-section input[type=email]{
    width:100%;
    border-width:1px;
    background: #fff !important;
}
.data-section input.result{
    background:#f7f7f7 !important;
}

.subscript10 {
    font-size: 0.6em;
}
button.tooltip {
    padding:1%;
}   
.tooltip-display {
    display:none;
    font-size: 0.8em;
    z-index:10000;
    position:absolute;
    bottom:-45%;
    left:0;
    background:#000;
    color: #fff;
    padding:1%;
}
.cc-table2  .tooltip-display {
    bottom:-100%;
}
.cc-table-finally .tooltip-display {
    bottom:-70%;
}
@media screen and (min-width:767px){
.data-section .half-width{
    width:49%;
    float:left;
}
.data-section .half-width:first-child{
    padding-right:2%;
}
.tooltip-display {
    bottom:-25%;
}

.half-width .tooltip-display {
    bottom:-45%;
}

.cc-table-finally .tooltip-display {
    bottom:-30%;
}
}