#content p, 
#content h2,
#content h3,
#content h4,
#content ul.unstyled,
#history > ul,
#facebook-share iframe {
    padding: 4px 16px;
}

#content h2 {
    display: none;
}

html {
     overflow: -moz-scrollbars-vertical;
     overflow-y: scroll;
}

@media (max-width: 480px) {
    .hero-unit {
        padding: 16px 4px;
    }

    .hero-unit h1 {
        font-size: 40px;
        line-height: 52px;
    }

    .hero-unit h2 {
        font-size: 18px;
        line-height: 30px;
    }
}