select {
    width: 100px;
}

.centered {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.red {
    color: red;
}

.normal-line {
    line-height: normal;
}

.bodyrow {
    float: none;
    margin: 0 auto;
}

.bodybox {
    border-width: 1px;
    border-style: solid;
    float: left;
}

.blurry-text {
    color: transparent;
    text-shadow: 0 0 7px rgba(0,0,0,0.5);
}

#plot {
    width: 100%;
    height: 350px;
    overflow: hidden;
    text-align: center;
}

iframe {
    position: relative;
    top: -50px
}

label.error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  padding:1px 20px 1px 20px;
  float: none;
  vertical-align: top;
  display: block;
}

.error-message {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  padding:1px 20px 1px 20px;
  //display: inline;
  display: block;
}

.form-group {
    margin-bottom: 5px;
}
/* ul{ */
/*     list-style-type: none; */
/* } */

/* li { */
/*     border: 1px solid black; */
/*     margin: 5px; */
/* } */

.slider.slider-horizontal{
    width: 100%
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #cef;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #cef transparent transparent transparent;
  }
  .lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
  }
  .lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
  }
  .lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
  }
  @keyframes lds-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  