/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

/* CSS Reset alterado para desconsiderar "rich-text-content". */

html,
body,
div,
span,
applet,
object,
iframe,
h1:not(.rich-text-content),
h2:not(.rich-text-content),
h3:not(.rich-text-content),
h4:not(.rich-text-content),
h5:not(.rich-text-content),
h6:not(.rich-text-content),
p:not(.rich-text-content),
blockquote:not(.rich-text-content),
pre:not(.rich-text-content),
a,
abbr,
acronym,
address:not(.rich-text-content),
big:not(.rich-text-content),
cite:not(.rich-text-content),
code,
del,
dfn,
em:not(.rich-text-content),
img,
ins:not(.rich-text-content),
kbd,
q:not(.rich-text-content),
s,
samp,
small:not(.rich-text-content),
strike,
strong:not(.rich-text-content),
sub:not(.rich-text-content),
sup:not(.rich-text-content),
tt:not(.rich-text-content),
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol:not(.rich-text-content),
ul:not(.rich-text-content),
li,
fieldset,
form,
label,
legend,
table:not(.rich-text-content),
caption:not(.rich-text-content),
tbody:not(.rich-text-content),
tfoot:not(.rich-text-content),
thead:not(.rich-text-content),
tr:not(.rich-text-content),
th:not(.rich-text-content),
td:not(.rich-text-content),
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol:not(.rich-text-content),
ul:not(.rich-text-content) {
    list-style: none;
}
blockquote {
    quotes: none;
}
blockquote:before,
blockquote:after {
    content: '';
    content: none;
}
table:not(.rich-text-content) {
    border-collapse: collapse;
    border-spacing: 0;
}