/* Move logo under the title */
.confLogoBox {
  float: none;          /* stop left alignment */
  padding-right: 0;
  margin-top: 6px;      /* space below title */
}

/* Make the logo smaller */
.confLogoBox img {
height: 120px;
  width: auto;
  max-height: 140px;
}