.inter-subtitle{
    height: 45px;
    padding: 14px 0px;
    /*border-bottom: 1px solid #E0E0E0;*/
}

.inter-subtitle div{
    font-weight: bold;
    padding-left: 10px;
    border-left: 6px solid #5ca1ea;
    float: left;
}

.inter-subtitle span{
    font-weight: 100;
}



.tableKey{
    padding-top: 5px;
    padding-bottom: 5px;
    height: calc(2rem + 10px);
    border: 1px solid #ddd;
    background-color: #f5f5f5;
}
.tableKey:hover{
    background-color: #e8e8e8;
}
.tableValue{
    /*padding-top: 5px;*/
    /*padding-bottom: 5px;*/
    height: calc(2rem + 10px);
    line-height: calc(2rem + 10px);
    border: 1px solid #ddd;
}
.tableValue:hover{
    background-color: #e8e8e8;
}

.myLable{
    font-size: 14px;
    padding: 4px 5px;
    line-height: 14px;
    color: #fff;
    vertical-align: baseline;
    border-radius: 2px;
    margin-right: 10px;
    background-color: #23b7e5;
}


