body.app-page,
body.app {
    padding: 20px;
}

body.app-page .teaser {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 1.3rem;
}

body.app-page h1, .h1 {
    font-size: 2.5rem;
    font-weight: normal;
    line-height: 1.3em;
}

body.app-page a {
    border-bottom: 1px solid #000;
    text-decoration: none;
}

body.app-page a:hover {
    color: #666;
    text-decoration: none;
    border-bottom: 1px solid #666;
}
