@charset "utf-8";
/* CSS Document */




@font-face {
	font-family: 'dinFont';
	src: url('https://jeunivepublishing.com/fonts/D-DIN.ttf');
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}



*{ margin: 0; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}



body {
  height: 100%;
  padding: 0;
  text-align: center;
  font-family: 'dinFont', 'open sans';
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  color: #000;
  background-color: #FFF;
}

html { height: 100%; }

a:link, a:visited, a:hover, a:active {
  color: #000000;
  text-decoration: none;
}


.wrapper {
    height: 100%;
    width: 100%;
    display: table;
}


.infoEnvelope {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

