
.container{
    max-width:100%
}

/* Space out content a bit */
html {
  height: 100%;
}

body {
  padding-top: 0px;
  line-height: 1.8;
  text-align: justify;
  vertical-align:middle;
  height: 100%;
  width: 100%;
}

.capCenter{
  display: inline-block;
  margin: 0 auto;
  font-size: 80%;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

.entry-content figure,
.entry-content img,
.entry-content .table {
    max-width: 100%;
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}
