#units {
    clear: both;
    float: left;
    margin-top: 10px;
}

.inputcontainer {
    clear: both;
    width: 100%;
}

#lines {
    display: block;

    /* float: left; */
}

#lines-data tr th,
#lines-data tr td {
    width: 10em;
    text-align: left;
}

#lines-data {
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.calculator th {
    font-style: bold 11px;
    font-size: 10px;
    color: #fff;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    text-transform: uppercase;
    text-align: left;
    padding: 8px;
    background: #999;
}

.calculator th.nobg {
    border: 0;
    background: none;
}

.calculator td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #fff;
    padding: 6px;
    color: #4f6b72;
}

.calculator td.alt {
    background: #fff;
    color: #797268;
}

/* #clear{
        width: 150px;
        height: 40px;
        background: transparent url(/assets/images/clear.png) no-repeat left top;
        display: block;
        cursor: pointer;
        } */
#kg-factor {
    margin-top: 1px;
}

.resultsfields {
    float: left;
    clear: both;
    width: 100%;
}

.resultsfields span {
    float: left;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #d2d6da;
    border-radius: 0.5rem;
    width: 100%;
    margin: 0 0 1rem 0;
    font-size: 0.8rem;
    height: 2.5rem;
    display: inline-flex;
    align-items: center;
}

.resultsfields span.hightlight-weight {
    background-color: yellow;
}

.colorred {
    color: red;
    cursor: pointer;
}

.calcborder tr.odd td.alt {
    background-color: #f2f2f2;
}