
.default_editor div,
.default_editor p,
.default_editor ul,
.default_editor ol,
.default_editor table,
.default_editor dl,
.default_editor blockquote,
.default_editor pre,
.default_editor h1,
.default_editor h2,
.default_editor h3,
.default_editor h4,
.default_editor h5,
.default_editor h6 {
    font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
}
.default_editor code,
.default_editor pre {
    font-family: Menlo, Monaco, monospace, sans-serif;
}
.default_editor div,
.default_editor p,
.default_editor ul,
.default_editor ol,
.default_editor table,
.default_editor dl,
.default_editor blockquote,
.default_editor pre {
    font-size: 14px;
    line-height: 1.6em;
}
.default_editor a {
    color: #15c !important;
    text-decoration: underline !important;
}
.default_editor .redactor_placeholder {
    color: #999 !important;
    display: block !important;
}
/*
	TYPOGRAPHY
*/
.default_editor object,
.default_editor embed,
.default_editor video,
.default_editor img {
    max-width: 100%;
    width: auto;
}
.default_editor video,
.default_editor img {
    height: auto;
}
.default_editor div,
.default_editor p,
.default_editor ul,
.default_editor ol,
.default_editor table,
.default_editor dl,
.default_editor blockquote,
.default_editor pre {
    margin: 0;
    margin-bottom: 10px !important;
    border: none;
    background: none !important;
    box-shadow: none !important;
}
.default_editor iframe,
.default_editor object,
.default_editor hr {
    margin-bottom: 15px !important;
}
.default_editor blockquote {
    margin-left: 1.5em !important;
    padding-left: 0 !important;
    color: #777;
    font-style: italic !important;
}
.default_editor ul,
.default_editor ol {
    padding-left: 2em !important;
}
.default_editor ul ul,
.default_editor ol ol,
.default_editor ul ol,
.default_editor ol ul {
    margin: 2px !important;
    padding: 0 !important;
    padding-left: 2em !important;
    border: none;
}
.default_editor dl dt {
    font-weight: bold;
}
.default_editor dd {
    margin-left: 1em;
}
.default_editor table {
    border-collapse: collapse;
    font-size: 1em !important;
}
.default_editor table td {
    padding: 5px !important;
    border: 1px solid #ddd;
    vertical-align: top;
}
.default_editor table thead td {
    border-bottom: 2px solid #000 !important;
    font-weight: bold !important;
}
.default_editor code {
    background-color: #d8d7d7 !important;
}
.default_editor pre {
    overflow: auto;
    padding: 1em !important;
    border: 1px solid #ddd !important;
    border-radius: 3px !important;
    background: #f8f8f8 !important;
    white-space: pre;
    font-size: 90% !important;
}
.default_editor hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
}
/*
	HEADERS
*/
.default_editor h1,
.default_editor h2,
.default_editor h3,
.default_editor h4,
.default_editor h5,
.default_editor h6 {
    margin-top: 0 !important;
    padding: 0 !important;
    background: none;
    color: #000;
    font-weight: bold;
}
.default_editor h1 {
    font-size: 36px !important;
    line-height: 1.111em !important;
    margin-bottom: .15em !important;
}
.default_editor h2 {
    font-size: 30px !important;
    line-height: 1.111em !important;
    margin-bottom: .25em !important;
}
.default_editor h3 {
    font-size: 24px !important;
    line-height: 1.333em !important;
    margin-bottom: .2em !important;
}
.default_editor h4 {
    font-size: 18px !important;
    line-height: 1.5em !important;
    margin-bottom: .2em !important;
}
.default_editor h5 {
    font-size: 1em !important;
    line-height: 1.6em !important;
    margin-bottom: .25em !important;
}
.default_editor h6 {
    font-size: .8em !important;
    line-height: 1.6em !important;
    text-transform: uppercase;
    margin-bottom: .3em !important;
}


.default_editor p {
    margin: 0px !important;
    font: 10pt Arial,Verdana;
    cursor: text;
    line-height: inherit;
}