div {
//  margin: 0.2rem 0 0.2rem 0; 
}

.inline-box-middle { 
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0.2rem 1rem 0.2rem 0; 
//  padding: 10px; 
}

#loadingImage {
  display: none;
}

#btn-top {
    position: fixed;
    bottom: 15px;
    right:20px;
    padding: 0px 5px 0px 5px;
    text-align: center;
    background-color: #000000;
    color: #fff;
    border-radius: 4px;
    line-height: 30px;
    -webkit-transition: none;
    transition: none;
    box-shadow: 2px 5px 5px 0px rgba(31, 31, 31, 0.5);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
    cursor: pointer;
}

#btn-top:hover {
    background-color: #333333;
    bottom: 18px;
    box-shadow: 2px 8px 5px 0px rgba(31, 31, 31, 0.5);
    cursor: pointer;
}

#button {
  margin: 0rem 0rem 1rem 0rem;
}

#gridResults {
  display: none;
}

#graph {
  width:400px; 
  height:450px; 
  display: none;
}




label {
    margin: 0 0.5em 0 0;
}

.button {
    margin: 0.5rem;
}

.info {
    top: -0.5rem;
    font-size: 1.5rem;
    padding: 0 1rem 0rem 1rem;
    text-align: center;
    background-color: #69D;
    color: #FFFFFF;
    position: relative;
    border-radius: 2rem;
    -webkit-transition: none;
    transition: none;
    box-shadow: 0.1rem 0.1rem 0.1rem 0 rgba(31, 31, 31, 0.5); 
    text-shadow: 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.8);
}

.info:hover {
    top: -0.8rem;
    box-shadow: 0.1rem 0.3rem 0.1rem rgba(31, 31, 31, 0.5);
    cursor: pointer;
}

.info:active {
    top: -0.5rem;
    box-shadow: none;
}
