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

body, html { 
    background: #fff;
}

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

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

.cell {
    width: auto;
    padding: 0 40px;
    box-shadow: none;
}

h1 {
    font-size: 30px;
}

p {
    line-height: 2;
    font-size: 19px;
}

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

a {
    padding: 10px 30px;
    background-color: #3282E2;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
    margin-bottom: 16px;
    display: inline-block;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,0.12);
}