<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.resultText{
	margin: 0px !important;
}

.nav-tabs &gt; li {
    margin-bottom: -2px;
}

.nav-tabs{
	display: flex;
	border-bottom: 1px solid #ddd !important;
	margin-left: -10px;
	margin-right: -10px;
}

#sectionTabs{
	margin-bottom: 20px;
	margin-top: -30px;
}

.nav-tabs &gt; li &gt; a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid #fff;
    border-radius: 4px 4px 0 0;
    background: #1AB394;
    border-bottom-color: #fff !important;
    color: #fff !important;
}
.nav &gt; li &gt; a {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #555;
    height: 100%;
}

.nav-tabs &gt; li.active &gt; a, .nav-tabs &gt; li.active &gt; a:focus, .nav-tabs &gt; li.active &gt; a:hover {
    color: #000 !important;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent !important;
}

.smallTabName {
  	display: none;
  }
  
.fieldgroup h4 {
  	display: none;
} 

/*
@media only screen and (max-width: 768px) {
  .smallTabName {
  	display: block;
  }
  .fullTabName {
  	display: none;
  }
  .fieldgroup h4 {
  	display: block;
	} 
	.nav-tabs{
		margin-left: -18px;
		margin-right: -18px;
	}
}
*/

@media only screen and (max-width: 768px) {
	.nav &gt; li &gt; a {
	    font-size: 14px;
	}
}

.nextBtn{
	float: right;
}

.prevBtn{
	float: left;
}

.calc-container .btn2 {
    border: 0;
    margin-bottom: 9px;
    padding: 0;
    padding: 20px;
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    border-radius: 5px;
    cursor: pointer;
    background-color: #1AB394;
    color: #fff !important;
}

@media only screen and (max-width: 512px) {
  .calc-container .btn2 {
    border: 0;
    margin: 0;
    padding: 0;
    padding: 14px;
    font-weight: bold;
    font-size: 15px;
    line-height: 23px;
    border-radius: 5px;
    cursor: pointer;
    background-color: #1AB394;
    color: #fff;
}
}

@media only screen and (max-width: 375px) {
  .calc-container .btn2 {
    border: 0;
    margin: 0;
    padding: 0;
    padding: 8px;
    font-weight: bold;
    font-size: 14px;
    line-height: 23px;
    border-radius: 5px;
    cursor: pointer;
    background-color: #1AB394;
    color: #fff;
}
}

.calc-container #sectionTabs ol, .calc-container #sectionTabs ul {
  list-style: none;
  padding-right: 20px;
  padding-left: 20px !important;
  font-weight: bold;
}

.calc-container #calculator .function {
    padding: 50px 10px;
    padding-bottom: 0px !important;
}

.calc-container .rightAd1 {
	margin-bottom: 35px;
	padding: 0px 10px;
}

.calc-container .rightAd2 {
	padding: 0px 10px;
}

.calc-container .tabCalculate {
    background-color: #F58127;
    color: white !important;
}

#showAllInputText{
	font-size: 13px;
	text-align:center;
	margin-top: 65px;
}

a #showAllInputText{
	color: #F58127 !important;
	font-weight: 600;
}

#showAllInputTextHolder{
	margin-top: 65px !important;
}
</pre></body></html>