#bushCalcContainer , #poleCalcContainer , #treeCalcContainer {
	margin-bottom: 12px;
    padding: 10px;
    border: 1px solid #ccc;
	border-radius: 8px;
    background-color: #f9f9f9;
}

.delete-btn {
    padding: 2px 6px 2px 6px;
    background-color: #c41919;
	font-weight: bold;
	font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 8px;
    cursor: pointer;
    margin-left: 10px; /* Space between the button and the calculation results */
}

.tree-light-btn {
	background-color: #c41919;
	color:#fff;
	font-weight: bold;
	font-size: 14px;
	padding: 4px 8px 4px 8px;
	border: none;
    border-radius: 8px;
	margin-top:2px;
}

.tree-light-btn2 {
	background-color: #e0e0e0;
	color:#c41919;
	font-weight: bold;
	font-size: 14px;
	padding: 4px 8px 4px 8px;
	border: none;
    border-radius: 8px;
	margin-top:2px;
	margin-left:10px;
}

.tree-light-btn3 {
	background-color: #c41919;
	color:#fff;
	font-weight: bold;
	font-size: 14px;
	padding: 4px 8px 4px 8px;
	border: none;
    border-radius: 8px;
	margin-top:2px;
}

.tree-light-btn4 {
	background-color: #c41919;
	color:#fff;
	font-weight: bold;
	font-size: 14px;
	padding: 4px 8px 4px 8px;
	border: none;
    border-radius: 8px;
	margin-top:2px;
}

.input-group {
	margin-bottom: 10px;
	width: 100%;
	height: 30px;
}

.input-group input[type="number"] {
    margin-right: 5px;
    padding: 4px;
    width: 80px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #e0e0e0;
	border-radius:3px;
}

.input-info {
    display: block;
    padding-left: 10px;
    line-height: 30px;
    text-align: left;
    float: left;
}

.tree-info {
    display: inline;
    padding-left: 10px;
    line-height: 30px;
    text-align: left;
}

#bushResultsDisplay , #poleResultsDisplay , #resultsDisplay {
	clear: both;
    margin-top: 10px;
    padding: 10px;
    background-color: #c41919;
	color: #fff;
	border-radius: 8px;
	font-weight: bold;
}