.accordion-button {
    background-color: #e7e7e7;
}

.accordion-button:not(.collapsed) {
    background-color: #cfe2ff;
}

.accordion-item {
    border: 1px solid #000;
}

h6 {
    passing-top: 5px;
    font-weight: bold;
}

.accordion-button {
		display: flex;
		justify-content: space-between;
		align-items: center;
}

.status-icon {
		font-size: 1.15rem;
}

.form-hint {
		font-size: .9rem;
		color: #6c757d;
}

h3 {
		font-size: 18px;
		font-weight: bold;
}

hr.solid {
    border-top: 1px solid #000;
}

.calc_table td {
    width: 50%;
    border-bottom: 1px solid #ccc;
    padding: 5px 10px;
}

.calc_table td.sum {
    color: #c10101;
    font-weight: bold;
    background-color: #fff;
}

.right {
	text-align: right;
}

.bold {
	font-weight: bold;
}