(Created page with "@charset "UTF-8"; #safety { font-family: josefin-sans; font-style: normal; margin-left: 5px; margin-right: 5px; margin-top: 20px; margin-bottom: 20px; padding-left: 120...") |
|||
Line 35: | Line 35: | ||
font-size: 11pt; | font-size: 11pt; | ||
text-align:center; | text-align:center; | ||
+ | } | ||
+ | #safety .images { | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
} | } | ||
#safety img { | #safety img { | ||
width: 100%; | width: 100%; | ||
height: 100%; | height: 100%; | ||
+ | max-width: 800px; | ||
} | } |
Revision as of 01:44, 17 October 2016
@charset "UTF-8";
- safety {
font-family: josefin-sans; font-style: normal; margin-left: 5px; margin-right: 5px; margin-top: 20px; margin-bottom: 20px; padding-left: 120px; padding-right: 110px; }
- safety a {
color: #000000; text-decoration: underline; }
- safety a:hover {
color: #000000; font-style: italic; text-decoration: none; }
- safety article h1 {
margin-top: 10px; }
- safety article .divider {
display: block; max-height: 30px; margin-top: 30px; margin-bottom: 30px; }
- safety p {
margin-top: 20px; }
- safety .caption {
margin: 0px; font-size: 11pt; text-align:center; }
- safety .images {
margin-left: auto; margin-right: auto; }
- safety img {
width: 100%; height: 100%; max-width: 800px; }