/* html, address,
blockquote,
body, dd, div,
dl, dt, fieldset, form,
frame, frameset,
h1, h2, h3, h4,
h5, h6, noframes,
ol, p, ul, center,
dir, hr, menu, pre   { display: block; unicode-bidi: embed }
li              { display: list-item }
head            { display: none }
table           { display: table }
tr              { display: table-row }
thead           { display: table-header-group }
tbody           { display: table-row-group }
tfoot           { display: table-footer-group }
col             { display: table-column }
colgroup        { display: table-column-group }
td, th          { display: table-cell }
caption         { display: table-caption }
th              { font-weight: bolder; text-align: center }
caption         { text-align: center }
body            { margin: 8px }
h1              { font-size: 2em; margin: .67em 0 }
h2              { font-size: 1.5em; margin: .75em 0 }
h3              { font-size: 1.17em; margin: .83em 0 }
h4, p,
blockquote, ul,
fieldset, form,
ol, dl, dir,
menu            { margin: 1.12em 0 }
h5              { font-size: .83em; margin: 1.5em 0 }
h6              { font-size: .75em; margin: 1.67em 0 }
h1, h2, h3, h4,
h5, h6, b,
strong          { font-weight: bolder }
blockquote      { margin-left: 40px; margin-right: 40px }
i, cite, em,
var, address    { font-style: italic }
pre, tt, code,
kbd, samp       { font-family: monospace }
pre             { white-space: pre }
button, textarea,
input, select   { display: inline-block }
big             { font-size: 1.17em }
small, sub, sup { font-size: .83em }
sub             { vertical-align: sub }
sup             { vertical-align: super }
table           { border-spacing: 2px; }
thead, tbody,
tfoot           { vertical-align: middle }
td, th, tr      { vertical-align: inherit }
s, strike, del  { text-decoration: line-through }
hr              { border: 1px inset }
ol, ul, dir,
menu, dd        { margin-left: 40px }
ol              { list-style-type: decimal }
ol ul, ul ol,
ul ul, ol ol    { margin-top: 0; margin-bottom: 0 }
u, ins          { text-decoration: underline }
br:before       { content: "\A"; white-space: pre-line }
center          { text-align: center }
:link, :visited { text-decoration: underline }
:focus          { outline: thin dotted invert }
*/

/* scss to css */
.content-fix html, .content-fix address, .content-fix blockquote, .content-fix body, .content-fix dd, .content-fix div, .content-fix dl, .content-fix dt, .content-fix fieldset, .content-fix form, .content-fix frame, .content-fix frameset, .content-fix h1, .content-fix h2, .content-fix h3, .content-fix h4, .content-fix h5, .content-fix h6, .content-fix noframes, .content-fix ol, .content-fix p, .content-fix ul, .content-fix center, .content-fix dir, .content-fix hr, .content-fix menu, .content-fix pre {
    display: block;
    unicode-bidi: embed;
    font-size: 16px;
}
.content-fix li {
    display: list-item;
}
.content-fix head {
    display: none;
}
.content-fix table {
    display: table;
}
.content-fix tr {
    display: table-row;
}
.content-fix thead {
    display: table-header-group;
}
.content-fix tbody {
    display: table-row-group;
}
.content-fix tfoot {
    display: table-footer-group;
}
.content-fix col {
    display: table-column;
}
.content-fix colgroup {
    display: table-column-group;
}
.content-fix td, .content-fix th {
    display: table-cell;
}
.content-fix caption {
    display: table-caption;
}
.content-fix th {
    font-weight: bolder;
    text-align: center;
}
.content-fix caption {
    text-align: center;
}
.content-fix body {
    margin: 8px;
}
.content-fix h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
.content-fix h2 {
    font-size: 1.5em;
    margin: 0.75em 0;
}
.content-fix h3 {
    font-size: 1.17em;
    margin: 0.83em 0;
}
.content-fix h4, .content-fix p, .content-fix blockquote, .content-fix ul, .content-fix fieldset, .content-fix form, .content-fix ol, .content-fix dl, .content-fix dir, .content-fix menu {
    margin: 1.12em 0;
}
.content-fix h5 {
    font-size: 0.83em;
    margin: 1.5em 0;
}
.content-fix h6 {
    font-size: 0.75em;
    margin: 1.67em 0;
}
.content-fix h1, .content-fix h2, .content-fix h3, .content-fix h4, .content-fix h5, .content-fix h6, .content-fix b, .content-fix strong {
    font-weight: bolder;
}
.content-fix blockquote {
    margin-left: 40px;
    margin-right: 40px;
}
.content-fix i, .content-fix cite, .content-fix em, .content-fix var, .content-fix address {
    font-style: italic;
}
.content-fix pre, .content-fix tt, .content-fix code, .content-fix kbd, .content-fix samp {
    font-family: monospace;
}
.content-fix pre {
    white-space: pre;
}
.content-fix button, .content-fix textarea, .content-fix input, .content-fix select {
    display: inline-block;
}
.content-fix big {
    font-size: 1.17em;
}
.content-fix small, .content-fix sub, .content-fix sup {
    font-size: 0.83em;
}
.content-fix sub {
    vertical-align: sub;
}
.content-fix sup {
    vertical-align: super;
}
.content-fix table {
    border-spacing: 2px;
}
.content-fix thead, .content-fix tbody, .content-fix tfoot {
    vertical-align: middle;
}
.content-fix td, .content-fix th, .content-fix tr {
    vertical-align: inherit;
}
.content-fix s, .content-fix strike, .content-fix del {
    text-decoration: line-through;
}
.content-fix hr {
    border: 1px inset;
}
.content-fix ol, .content-fix ul, .content-fix dir, .content-fix menu, .content-fix dd {
    margin-left: 40px;
}
.content-fix ol {
    list-style-type: decimal;
}
.content-fix ol ul, .content-fix ul ol, .content-fix ul ul, .content-fix ol ol {
    margin-top: 0;
    margin-bottom: 0;
}
.content-fix u, .content-fix ins {
    text-decoration: underline;
}
.content-fix br:before {
    content: "\A";
    white-space: pre-line;
}
.content-fix center {
    text-align: center;
}
.content-fix :link, .content-fix :visited {
    text-decoration: underline;
}
.content-fix :focus {
    outline: thin dotted invert;
}

