
.summary {
    width: 95%;
    margin: 15px;
    margin-bottom: 30px;
}

.summary td {

    padding: 10px;
    border-bottom: 1px solid lightblue;

}

.summary tfoot {
    background-color: lightgrey;
    text-align: right;
    font-weight: bold;
    font-size: 16px;
    color: darkred;
}

.summary thead {
    background-color: lightgrey;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    color: darkred;
}

.specification {
    font-size: 12px;
    color: black;
    font-weight: normal;
}

.summary .lft {
   width:  60%;
}

.summary .rgt {
   width:  40%;
   text-align: right;
}