body {
    font-size: 17px;
    font-family: arial;
    background: #e4dada;
    line-height: 1.5em;
    padding-bottom: 25px;
}
.container {
    width:90%;
    margin:auto;
    padding:10px;
}
#set {
    margin-top:10px;
    margin-bottom:10px;
    background: white;
    padding:17px;
    width:100%;
    border:solid 1px;
    text-align:center;
}

.Button {
    padding:10px;
    width:7%;
    margin-right: 10px;
    background-color: lightslategray;
}

.message {
  font-size: 20px;
  font-weight: 700;
}

#error_msg {
    color: darkred;
    margin-bottom: 10px;
}

#deMorgan_msg {
  color: rgb(5, 5, 167);
  text-align: center;
}

.slider {
    -webkit-appearance: none;
    width: 40%;
    height: 2px;
    background: #498fbd;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;

    display: block;
  }

  .slider:hover {
    opacity: 1;
  }

  .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    background: #04AA6D;
    cursor: pointer;
  }

  .slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #04AA6D;
    cursor: pointer;
  }

  .slidecontainer {
      margin: 25px;
      margin-left: 5%;
      margin-top: 50px;
  }

  .parent {
    content: "";
    display: table;
    clear: both;
  }

  .probability {
    float: left;
    height: 470px;
    width: 40%;
    padding: 0 0;
  }


  #slide_prob{
    padding-top: 10px;
  }

  #probs{
    font-size: 20px;
    font-family: 'Arial';
    line-height: 6rem;
  }
