.nutrition-results {
  width:90%;
  max-width:900px;
  margin:0 auto;
}
.supplement-plan {
  width:90%;
  max-width:900px;
  margin:0 auto;
}

.header {
  margin-top:50px;
}
.result-cont {
  margin:0 auto;
}

.result {
  padding-bottom:75px;
}
.sup-btn {
  position:absolute;
  bottom:35px !important;
  margin-left:-69px;
}

progress {
  background-color:rgb(226, 232, 227) !important;
}
.low::-webkit-progress-value {
   background-color:  #FF6D6B !important;
   /*background-color: #cc0000 !important;*/
}
.uk-label-danger {
   background-color: #FF6D6B !important;
}

.high::-webkit-progress-value {
   background-color: #32d296;
}
.uk-label-success {
   /*background-color: rgb(1, 176, 124);*/

}

@media only screen and (min-width: 900px) {
    .result {
      margin:2%;
      margin-top:60px;
      width:29%;
    }
    .sup-btn {
      margin-left:-25%;
    }
}

.supplement-img {
  width:250px;
}
.supplements {
  margin-top:50px;
}
.sup-close {
  position:absolute;
  top:25px;
  right:25px;
}
