.calc-duration-buttons, .calc-duration-results, .calc-booleans {
    display: flex;
    margin: 1.5rem 0;
    align-items: center;
    justify-content: center;
    direction: row;
}

.calc-result-wrapper .product {
    text-align: left;
    font-weight: bold;
    font-size: 110%;
}
.calc-result-wrapper .price {
    margin-bottom: 1.5rem;
    text-align: right;
    font-size: 110%;
}

.calc-duration-results {
    font-weight: bold;
}

table.results-table {
    max-width: 460px;
    margin: 0 auto;
}

.content table.results-table td {
    border: none;
}
.content table.results-table tr.price-total td {
    border-top: 1px solid #dbdbdb;
}