/* public */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
header, nav, footer, article, aside, section { display: block; }
img { vertical-align: top; }
ul, li { list-style: none; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
a { text-decoration: none; }
html {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
table { border-collapse: collapse; border-spacing: 0; }

/* body */
body { background: #f7f7f7; font: 12px/1.5 arial; color: #333; }
.wrap { min-width: 320px; margin: 0 auto; }
.orange { color: #ee5909; }

/* help */
.help-article { padding: 10px 10px 50px; font-size: 14px; color: #7b7b7b; }
.help-article h1 { padding: 10px 0; font-size: 16px; }
.help-article h2 { padding: 10px 0; color: #0075c2; }
.help-article ol,
.help-article ul { padding-left: 20px; }
.help-article ol li { list-style-type: decimal; }
.help-article ul li { list-style-type: disc; }
.help-article p,
.help-article li { padding-bottom: 10px; }
.help-article a { color: #0075c2; }
.help-article th,
.help-article td { padding: 5px; border: 1px solid #eaeaea; }
.help-article th { background-color: #eee; }
.help-article .tac { text-align: center; }
.help-article .bold { font-weight: 700; }
.help-article .cell-align-right { text-align: right; }