/*.img-center {
    display: block;
    margin: 0 auto;
}*/

/* static footer CSS */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}

.container .text-muted {
  margin: 20px 0;
}

.card {
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 0px 15px 5px 15px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  margin: 0px 0px 30px 0px;
}
.card-title {
  background-image: url('../images/card-header3.jpg');
  color: #FFF;
  width: 100%;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0px 0px 0px 10px;
}

.card-body {
    margin-top: 30px;
}

.card-body > img {
    margin: -20px auto 20px auto;
    padding: 5px;
    max-height: 200px;
    border: 1px solid #d4d4d4;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

section {
    clear: both;
}