/* Add here all your CSS customizations */
.header-logo {
  padding-top: 10px
}

.figure-caption {
  display:table-caption;
  caption-side:bottom;
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 5px 4px 5px;
  text-align: center;
}


.figure {
    background-color:#FFF;
    border-radius: 8px;
    border: 1px solid #F0F0F0;
    display:table;
    margin-right:24px;
    padding:7px;
    float: left;
}

.page-header {
  background-color: #ffc331;
  border-top: 5px solid #aa8526;
}
