@charset "UTF-8";
/* CSS Document */

body, html { 
    background: #e4e4e4;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

/* ALGEMENE INSTELLINGEN TEKST */

h1, p, a {
	font-family: helvetica, 'helvetica', sans-serif;
    margin: 0px;
}

p {
    font-size: 17px;
    line-height: 1.6;
    color: #111;
    text-align: center;
}

h1 {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 14px;
    color: #000;
    font-weight: 700;
    text-align: center;
}

/* EINDE ALGEMENE INSTELLINGEN TEKST */

#pagecontainer {
    display: table;
    width: 100%;
    height: 100%;
}

.table {
    display: table-cell;
    vertical-align: middle;
}

.cell {
    width: 240px;
    padding: 50px 30px;
    background: #fff;
    margin: -10% auto 0;
    box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.1);
    border-radius: 4px;
}

p:first-of-type {
    margin-bottom: 12px;
}

