a, h1, h2, h3, h4, h5, p { font-family: Arial, Helvetica, sans-serif; } h3 { font-weight: bold; font-size: large; } h5 { font-style: italic; font-size: large; } a { text-decoration: none; } /*** Erratum specifics ***/ #erratum_label { font-weight: bold; } #erratum { display: block; background: #ffffff; border: 2px solid; border-radius: 5px; } #erratum h3 { text-align: center; } figure img { height: auto; display: block; margin-left: auto; margin-right: auto; } /*** Let's be responsive ***/ @media only screen and (max-width: 768px) { h3 { font-weight: bold; } h5 { font-size: large; font-style: italic; } } body { height: 100%; background-color: #f6f8f9; }