#insurance_calculator-wrapper {
    padding-top: 75px;
    padding-bottom: 35px; /*75px;*/

    margin-left: auto;
    margin-right: auto;
    /*max-width: 1150px;*/
}

#insurance_calculator-wrapper .main-title {
  	font-size: 26px;
  	margin-bottom: 40px;
  	text-align: center;
  	color: #00AFA7;
  	/*font-weight: 700;*/
}

#calculator {
	margin-left: auto;
	margin-right: auto;
	/*display: table;*/
	/*min-width: 840px;*/
	max-width: 840px;
}

#calculator .calculator-title {
	text-align: center;
	font-weight: 700;
	color: #3C3C3B;
  	font-size: 20px;
  	padding-top: 30px;
}

#calculator label {
	margin-bottom: 0;
}

#calculator select {
	margin-bottom: 0;
}

#calculator .calculator-clin div {
	text-align: center;
	background-color: #ffe699;
	border: 3px solid #00AFA7;
	height: 60px;
	display: flex;
  	align-items: center;
  	justify-content: center;
  	font-size: 20px;
  	font-weight: 700;
}

#calculator .calculator-comp div {
	text-align: center;
	background-color: #c6e0b4;
	border: 3px solid #00AFA7;
	height: 60px;
	display: flex;
  	align-items: center;
  	justify-content: center;
  	font-size: 20px;
  	font-weight: 700;
}

#calculator .calculator-rc-150-yearly div, #calculator .calculator-rc-300-yearly div {
	text-align: center;
	background-color: #FFF;
	border: 3px solid #00AFA7;
	height: 60px;
	display: flex;
  	align-items: center;
  	justify-content: center;
  	font-size: 20px;
  	font-weight: 700;
}


#calculator table td {
	padding: 10px;
}

#calculator tfoot tr {
	position: relative;
}

#calculator .payment-option {
	position: absolute;
	height: 60px;
  	top: 50%;
  	margin-top: -30px;
  	left: -45px; /*-60px;*/
  	padding: 0;
  	line-height: 60px;
}

#calculator #results-table tbody tr {
	position: relative;
}

#calculator #results-table {
	table-layout: fixed;
}

#calculator #results-table tr td {
	width: 25%;
}

#calculator > .form > table {
	margin-left: auto;
	margin-right: auto;
}

/*#calculator-wrap {
	overflow-x: auto;
}*/

#calculator-wrap input {
	margin-bottom: 0;
}

#calculator-wrap .top {
	display: table;
	margin-left: auto;
	margin-right: auto;
}

#calculator-wrap .top .row {
	margin-bottom: 20px;
}

#calculator-wrap .top .row label {
	white-space: nowrap;
}

#calculator-wrap #results-table .row {
  	margin-bottom: 20px;
  	position: relative;
}

#calculator-wrap #results-table .row label.title-mobile {
	display: none;
  	font-weight: 700;
  	color: #3C3C3B;
  	font-size: 20px;
}

@media (max-width: 1000px) {
	#calculator {
    	/*padding-left: 60px; /*45px;*/
    	/*min-width: 0;*/
    	/*width: 700px; /*564px;*/
  	}

  	#results-table .results-table-wrapper {
  		padding-left: 60px;
  	}
}

@media (max-width: 992px) {
	#insurance_calculator-wrapper {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    #calculator-wrap .top {
    	display: block;
    }

    #calculator .calculator-title {
  		font-size: 16px;
  	}
}

@media (max-width: 768px) {
	#results-table .results-table-wrapper {
		/*padding-left: 60px; /*45px;*/
		padding-left: 0;
	}

	#calculator table {
		table-layout: fixed;
	}

	#calculator-wrap #results-table .row .col-md-3 {
		margin-bottom: 20px;
	}

	#calculator-wrap .top label {
		margin-bottom: 10px;
	}

	 #results-table label {
    	margin-bottom: 10px;
  	}

	#calculator-wrap #results-table .row {
		margin-bottom: 0;
	}

	#results-table .row.calculator-title {
		display: none;
	}

	#calculator-wrap .top {
		margin-bottom: 60px;
	}

	#calculator-wrap #results-table .row label.title-mobile {
		display: block;
	}
}

