
.label-results {
    font-size: .9em;
    margin-bottom: 3px
}

label {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 0;
    max-width: 100%}



.results {
    font-size: 12px
}

.table-results {
    border-top: 0 none;
    line-height: 1;
    padding: 6px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
}

.table-results>tbody>tr>td {
    border-top: 0 none;
    line-height: 1;
    padding: 4px
}
.table-results>tbody>tr {
  
    border: 2px solid #ffffff;
}

.table-results>tbody>tr:hover {
    background-color: #f5f5f5
}

.table-header {
    background-color: #0065a2;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.table-header>th {
    line-height: 1
}

.table-header:hover {
    color: #000
}

.result-td-title{
    font-size: 16px;
    font-weight: 700;

    
}

.result-td-valuetitle{
    font-size: 12px;
    font-weight: 400;


}