*:after{/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
box-sizing:inherit;
}
body{
background:#fff;/* Fallback for when there is no custom background color defined. */
}
blockquote:before,
blockquote:after,
q:before,
q:after{
content:"";
}
blockquote,
q{
quotes:"""";
}
hr{
background-color:#ccc;
border:0;
height:1px;
margin-bottom:1.5em;
}
ul,
ol{
margin:001.5em3em;
}
ul{
list-style:disc;
}
ol{
list-style:decimal;
}
li>ul,
li>ol{
margin-bottom:0;
margin-left:1.5em;
}
dt{
font-weight:bold;
}
dd{
margin:01.5em1.5em;
}
img{
height:auto;/* Make sure images are scaled correctly. */
max-width:100%;/* Adhere to container width. */
}
figure{
margin:1em0;/* Extra wide images within figure tags don't overflow the content area. */