html {
    position: relative;
    min-height: 100%;
}

body {
    margin: 0 0 100px;
}

.welcome {
    margin: 80px auto 0;
    max-width: 720px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
    text-align: center;
}

.privacyPolicyLink {
    color: #337ab7;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
}

#privacyPolicy, #privacyPolicyContent {
    display: none;
    background-color: #f5f5f5;
}

#privacyPolicy:checked ~ #privacyPolicyContent {
    display: block;
}

#privacyPolicyContent ul {
    display: table;
    margin: 0 auto;
    text-align: left;
}