.calculator-form input {
    border: 1px solid #ddd;
    background-color: #eee;
    padding: 5px;
}
.date-personale {
    margin-bottom: 20px;
}
.table-content {
    margin-top: 10px;
}
.table-content table,
.table-content th,
.table-content td {
    border: 1px solid #ccc;
}
.table-content table {
    width: 100%;
}
.table-content th,
.table-content td {
    padding: 5px;
}
.table-content td.qty input {
    text-align: right;
    color: red;
    font-weight: bold;
    border: 1px solid #ddd;
    background-color: #eee;
}
.categorie {
    float: none;
    color: green;
    margin: 10px 0;
}
.actions {
    text-align: right;
    margin-top: 10px;
}
.btn {
    padding: 5px 20px;
    border: 1px solid #ddd;
    background-color: #A1D490;
}
.btn:hover {
    border: 1px solid #ccc;
    background-color: #C390D4;
    cursor: pointer;
}
#rezultat {
    text-align: right;
    font-size: 16px;
    color: red;
}
.input-group {
    display: table;
    margin-bottom: 5px;
    width: 400px;
}
.input-group > div {
    display: table-cell;
}
.input-group > div.input-label {
    width: 100px;
}
.input-group input {
    width: 100%;
}
#select-categorie {
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #f6f7b8;
}