.kalk_input select[name=cb_year] {
    width: 80px;
}
.cb_res {
    width: 100%;
    background: #fdb813;
    display: none;
}
.cb_res tr td:last-child {
    width: 105px;
    text-align: right;
}
.kalk_values_row_inner .cb_res td {
    padding: 10px 20px;
    color: white;
    border: 1px solid white !important;
}