.bar .logo {
  max-height: 2.5em;
  max-width: none;
}/*! Place your custom styles here */
.btn--primary,
.btn--primary:visited {
  vertical-align: top;
}
.border--blackround {
	border-radius: 6px;
	border: thin solid #B5B5B5;
}

  #divtable {
    display: table;
    }

  #divtablerow  {
    display: table-row;
    }

  #divtableleft, #divtableright, #divtableemiddle {
    display: table-cell;
	padding: 1em;
    }