#slider {
    width: 100%;
  }

  .slider-container {
    text-align: center;
    display: flex;
    justify-content: center;
  }

  #custom-handle {
    width: 3em;
    height: 1.6em;
    top: 50%;
    margin-top: -.8em;
    text-align: center;
    line-height: 1.6em;
    border-radius: 3rem;
    background: #4d4d4d;
    color: #fff;
  }

  #custom-handle:active {
    width: 3em;
    height: 1.6em;
    top: 50%;
    margin-top: -.8em;
    text-align: center;
    line-height: 1.6em;
    border-radius: 3rem;
    background: #877148;
  }

  #custom-handle:hover {
    width: 3em;
    height: 1.6em;
    top: 50%;
    margin-top: -.8em;
    text-align: center;
    line-height: 1.6em;
    border-radius: 3rem;
    background: #877148;
    color: #fff;
  }

  .ui-state-active {
    background: #877148 !important;
  }

  .tool-body {
    margin-top: 1rem;
    background:#ededed;
    border-radius: 10px;
    padding: 20px;
  }
 

  .credits-label {
    margin-bottom: 1rem;
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  .input-row {
    margin-bottom: 1rem;
  }

  .vert-align {

    display: flex;
    align-items: center
  }

  .align-text-right {
    text-align: right
  }

  #doughnut-chart-container {
	margin: auto;
    background: white;
    border-radius: 0 0 10px 10px;
    padding-bottom: 1rem;
  }

  .calc-time-form div {
      margin-bottom: 10px;
  }
  
  .time-details {
    background:#fff;
    border-radius: 10px 10px 0 0;
    padding: 1rem;
  }
 .time-details .row {
    display: flex;
    align-items: center;
 }

.time-details input[type="number"] {
  margin: 0 0 .5rem 0;
}
.time-details label.inline {
  margin: 0 0 .5rem 0;
  padding: 0;
  line-height: 1rem;
}


  @media only screen and (min-width: 40.0625em) {
    .flex-align {
      display: flex; 
      align-items: stretch;
      justify-content: center;
    }
    .tool-body label {
    font-size: .9rem;
    line-height: 1rem;
    font-weight: bold;
    font-weight: 700;
  	}
    .tool-body {
      padding: 30px;
 	}
    .time-details {
      border-radius: 10px;
  	}
      #doughnut-chart-container {
      background: none;
      border-radius: none;
      padding-bottom: 0;
      padding-left: 1rem;
    }
  }




















