#calculateShankSize {
margin-bottom: 20px;
    width: 100%;
    font-weight: bold;
}

#hitchcalcdefault {
    margin-bottom: 9px;
}

#calculateHitch {
    width: 100%;
    font-weight: bold;
}

#calculateShankSize:hover , #calculateHitch:hover {
background-color:black !important;
border-color: black !important;
}

label.error{
    color:#C8102E;
}

h2.calculator-title{
	color:black;
}

.question-mark {
	font-size:.8rem;
}

.form-check-input {
  transform: scale(1.5); /* Adjust the scale factor as needed */
}

.form-check-input[type="radio"]:after {
 border-color: #C8102E; /* Replace with your desired color */
}

.equalizer_hitchsize_calculator {
     border: none;
  padding: 22px;
  border-radius: 15px;
  margin-bottom: 25px;
  margin-top:25px;
  display: inline-block;
  float: left;
  }

.left-hitch-calculator {
  width:33%;
  display: inline-block;
  float: left;

    min-height: 442px;
  margin-right:25px;
    background-color: #fafafa;
    border-radius: 5px;
    padding: 20px;
}

.right-hitch-calculator {
         width: 60%;
  display: inline-block;
  float: left;
}
