#wwse-employee-root {
  max-width: 1200px;
  margin: auto;
}

.wwse-form label {
  color: #626262;
  font-size: 18px;
  padding-bottom: 5px;
}

.wwse-row {
  display:flex;
  flex-flow:row wrap; /* Sets the flex items to adjust to rows */
  margin:auto;
  border-bottom: 3px solid #92B4C7;
}

.wwse-header {
  border-bottom: 3px solid #92B4C7;
  
}

.wwse-header-inner {
  max-width: 600px;
  padding: 16px 10px;
  margin: auto;
}

.wwse-col-1, .wwse-col-2 {
  padding: 16px 10px;
}

.wwse-col-1 p, .wwse-col-2 p {
  font-size: 16px ;
}

.wwse-col-1 {
  order:1; 
  flex:1 1 40%;
}

.wwse-col-2 {
  order:2; 
  flex:1 1 40%;
  border-left: 2px dotted #92B4C7;
}

.wwse-col-1, .wwse-col-2 {
 padding: 16px 10px;
}

label.wwse-block {
  display: block;
}

.dollar-sign {
  color: #92B4C7;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 21px;
  margin-right: 4px;
}

.wwse-botton-container {
  text-align: center;
}

.wwse-submit-button {
  margin: 20px 0 10px;
  padding: 5px 10px;
  font-size: 18px !important;
}

.wwse-form label.error {
  color: #ce1b35;
  display: block;
  margin-top: 10px;
}

.wwse-form input.error {
  border: 2px solid #2ab7ca;
}

.wwse-form .fa-info-circle {
  font-size: 24px;
  color: #2ab7ca;
  display: block  !important;
  text-align: center;
}

/******* Percentage slider *****/

.slidecontainer {
  width: 100%;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 25px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #2ab7ca;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #2ab7ca;
  cursor: pointer;
}

p.percentage {
  text-align: center;
  font-size: 21px;
  font-family: Montserrat;
  font-weight: 500;
  margin: 0 0 5px 0;
}

/****** End percentage slider ******/

@media only screen and (max-width: 768px) {
  .wwse-col-1 {
    flex:1 1 100%;
  }

  .wwse-col-2 {
    border: none;
    padding-top: 0;
  }
}

/****** Reuslts page *******/

.wwse-result-numbers {
  font-weight: bold;
  color: #00507c;
}

.we-stop-paying {
  list-style: none;
}

.we-stop-paying .fa {
  font-family: 'FontAwesome';
  font-size: 19px;
  color: #ffffff;
  padding: 4px 6px;
  background-color: #ce1b35;
  border-radius: 9999px;
  margin: 0 8px 8px 0;
}

.wwee-questions {
  min-height: 350px;
}

#capital-gains-tb th {
  font-family: "Montserrat", sans-serif;
  color: #00507c;
}
.cgtb-col {
  color: #ffffff !important;
}
.cgtb-col-1 {
  background-color:#2ab7ca;
}
.cgtb-col-2 {
  background-color:#1C95B0;
}
.cgtb-col-3 {
  background-color:#0E7296;
}
.cgtb-col-4 {
  background-color:#00507C;
}

@media screen and (max-width: 480px) {
  #capital-gains-tb th {
    font-size: 16px;
  }
  .cgtb-col {
    font-size: 14px;
  }

}