/*Main content area*/
.cTimeValue, .cTimeValue INPUT, .cTimeValue P, .cTimeValue UL, .cTimeValue FIELDSET {
	font-size: 1.8rem;
	}

.cTimeValue INPUT {
	border:1px solid #000;
	padding: 13px;
	margin: 15px 0;
	}

.cTimeValue H2, .cTimeValue H3 {
	display: inline-block;
	font-size: 2.5rem;
	font-weight: 600;
	color: var(--black);
	padding-bottom: 0.5rem;
	margin-top:30px;
  }
  
.cTimeValue #COMPUTE, .cTimeValue #tvcCOMPUTE {
	color: #444444;
	font-size: 10pt;
	font-weight: bold;
	}

.cTimeValue li {
	line-height:150%;
	}

.cTimeValue ul {
	list-style-type: none; /* Removes default bullets */
	padding-left: 0;      /* Adjusts padding if needed */
	margin-left: 30px;
    }

.cTimeValue ul li::before {
	font-family: 'Font Awesome 6 Free'; /* Or 'Font Awesome 5 Free' etc. */
	content: '\f00c'; 
	font-weight: 900; 
	margin-right: 10px; /* Adjust spacing as needed */
	color: #000;
    }


/*Amortization Table*/
.cTimeValue .cAmortTitleFont {
	font-weight: bold;
	}
.cTimeValue .cAmortTable TD {
	padding: 5px;
	font-size: 9pt;
	font-family: Arial;
	text-align: right;
	}

.cTimeValue .cAmortHeader TD {
	border-top: #dedfef 1px solid;
	border-bottom: #dedfef 2px solid;
	font-weight: bold;
	background-color: #eeeeee;
	text-align: center;
	}

.cTimeValue .cAmortLineE TD {
	background-color: #F7F7F8;
	}

.cTimeValue .cAmortLineTotals TD {
	font-weight: bold;
	color: black;
	border-top: double 3px black;
	}
	
.InputContainer legend.tvcLegendForRadioClass {
	display: none;
	}
 
.InputTable legend.tvcLegendForRadioClass {
	display: none;
	}
 
.InputTable label.tvcHideLabelClass {
    display:none;
	}
 
p.tvcHidePClass {
    display:none;
	}
 
div#DIVCalculatorResultsDetail {
    margin: 0;
    display: none;
	} 

select {
	background: #fff;
	padding: 15px;
	font-size: 16px;
	border:1px solid #000;
	}