body {
   color: #333333;
  font-size: 16px;
  font-family: 'EnterpriseSans', sans-serif;
  background: #f6f6f6;
}
tr:nth-child(odd) {
 /* background-color: #f5f5f5; */
}

input {
  font-size:16px;
border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 4px 7px;
	outline: 0;
	-webkit-appearance: none;	
}

input[type=number] {
    -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.col-label {

  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #333333;
  line-height: normal;
  /* flex: 2; */
}
.col {
  /* flex: 1; */
}
.input-col {
  /* flex: 0; */
}
.flex-title, .table-title {
  font-size: 21px;
  color: #316BBE;
}
.results {
  font-size: 16px;
  color: #fff;
	background-color:#316BBE;
	text-align:center;
	padding: 15px 5px;
	border-top:5px solid #fff;
	border-bottom:5px solid #fff;	
}
th {
	height:50px;
	    border-top: 1px solid #316BBE;
    border-bottom: 1px solid #cbcacc;
}

.button {
	
border-radius: 0.363636363636364em;
padding: 0 .25em;
line-height: 1.4em !important;
text-overflow: ellipsis;
white-space: nowrap;
max-width: 100%;
overflow: hidden;
outline: none;
cursor: pointer;	
	
font-size: 14px;
letter-spacing: 2px;
text-transform: uppercase;
cursor: pointer;
display: inline-block;
line-height: normal;
text-decoration: none;
vertical-align: middle;
padding: 6px 12px;
border: 1px solid;
border-radius: 4px;
background-clip: padding-box;
transition: all 300ms linear;
/* border-color: #ce4b27; */
border-color: #005E9D;	
background-color: #005E9D;
color: #fff;
}
.button:hover {
border-color: #005E9D;
background-color: #fff;
color: #005E9D;
}
.table-container {
  width: 33%;
}
.odd {
  background-color: #efefee;
}
table {
  width: 570px;
}
.savings-table {
  margin-top: 30px;
}
.header {
  font-weight: 700;
  line-height: 24px;
}
.front-label {
  /* flex: 0 0px; */
}
.back-label {

}
.hidden {
  display: none;
}
/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  top:3px; left:3px;
}
.hoverable {

}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #ce4b27;
  color: #fff;
  text-align: center;
  padding: 6px;
  border-radius: 6px;
  font-size:12px;
  font-weight:normal;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #ce4b27 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

tr {
  height: 40px;
}
td {
  margin-top: 1%;
}
th {
	text-align: left;
	}

.bold {
  font-weight: bold;
}

#achToggle {
  margin-top: 35px;
  margin-bottom: -20px;
  margin-left: 0px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  top:10px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #316BBE;
}

input:focus + .slider {

}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.sliderWrapper {
  text-align: right;
  width: 570px;
}

.sliderWrapper div {
  vertical-align: middle;
  display: inline-block;
  line-height: 34px;
}

#disclaimer {
  width: 570px;
  font-size: 12px;
}