.calc-header{
    text-align:center;
    font-weight:600;
}

.table-row {
    font-weight:400;
}
.table-header{
    font-size:17px !important;
}

.risk-color-score{
    background: #99ccff;
    text-align: center;
}

.risk-color-low{
    background: #008000;
    text-align: center;
}

.risk-color-inter{
    background: #ffff00;
    text-align: center;
}

.risk-color-high{
    background: #ffcc00;
    text-align: center;
}

.risk-color-vhigh{
    background: #ff0000;
    text-align: center;
}

#risk-text, #risk-percent{
    padding: 10px;
    
    text-align: center;
}

.checkbox-inline{
    min-width:45px;
}

#lead-info{
   
    text-align:center;
}

h3, .text-sum{
    font-size: 16px;
    font-weight: bold;
}
h3{
    text-align:center;
}

.text-sum{
    text-align:right;
    font-size:15px;
}
.row-bottom{
    margin-top:15px;
}

.left{
    float:left;
}

.right{
    float:right;
}

.risk-score-text{
    font-weight:500;
    margin-top:45px;
}

.risk-score{
    border:1px solid black;
}

.table td{
    vertical-align: middle !important;
    font-size:13px;
}

.table th{
    font-size: 13px;
}