body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

table thead {
  background-color: #e3e3e3;
}

fieldset legend {
  color: #337ab7 !important; 
}

.subset_field legend {
  font-size: 120%;
  font-weight: bold;
}

.calc {
  max-width: 980px;
  margin: 0 auto;
}

input.bg-info {
  background-color: #d9edf7;
}

input.bg-warning {
  background-color: #fcf8e3;
}
input.bg-danger {
  background-color: #f2dede;
}
input.bg-success {
  background-color: #dff0d8;
}

.small-form {
  max-width: 600px;
  padding: 15px;
  margin: 0 auto;
  border: 1px solid #ccc;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

.footer {
  padding-top: 10px;
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 35px;
  background-color: #f5f5f5;
  font-size: 75%;
  text-align: center;
}

@media print {
  .container {
    width: 970px !important;
  }
  .form-group {
    margin-bottom: 10px;
  }
  input[type=submit] {
    display: none;
  }
  button, a {
    display: none !important;
  }
  h2 {
    /*display: none;*/
    margin-top: 0px !important;
    padding-top: 0px !important;
  }
}