html {
  position: relative;
  min-height: 100%;
}

body {
  min-height: 1024px;
//  padding-top: 70px;
  margin-bottom: 60px;
}

.center {
  text-align: center;
  }

.wide {
   width: 100%;
   }
.narrow {
   width: 75%;
   margin: auto;
   }
   
.para {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

.para p {
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 200;
}

.container .para,
.container-fluid .para {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

.badge {
margin-right: 10px;
}

.row-indent {
  margin: 0 10%;
}

td, th {
  text-align:center;
}

.navbar {
  background-color: #a0d8ff;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 20px;
  text-align:center;
  background-color: #f5f5f5;
}
.header {
    color: #36A0FF;
    font-size: 27px;
    padding: 10px;
}

.bigicon {
    font-size: 35px;
    color: #36A0FF;
}

.form-horizontal {
margin:50px;
}

.baudio {
//   width:45px;
}
