/**
 * This typography file is included in the WYSIWYG editor
 */

.typography * {}
.typography strong {font-weight: bold;}
.typography em {font-style: italic;}
.typography a {
    color: #ff6633;}
.typography a:hover {text-decoration: underline;}

.typography h2 {
    font-size: 28px;
    font-weight: bold;}
.typography h3 {
    font-size: 24px;
    font-weight: bold;}
.typography h4 {
    font-size: 20px;
    font-weight: bold;}
.typography h5 {
    font-size: 18px;}
.typography h6 {font-size: 18px;}

.typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
    margin-top: 20px;}
.typography > *:first-child {
    margin-top: 0 !important;}

.typography p, .typography ul, .typography ol {
    margin-top: 10px;
    line-height: 1.4;}

.typography ul, .typography ol {
    list-style: outside none disc;
    margin-top: 40px;
    margin-left: 20px;
    padding-left: 0;}
.typography ul {
    list-style-type: disc;
    padding-left: 15px;}
.typography ol {
    list-style-position: inside;
    list-style-type: decimal;}
.typography li span {line-height: 1em!important;}

.typography pre {
    width: 100%;
    font-family: courier new, courier, monospace, monospace;}

.typography .left {
    text-align: left}
.typography .center {
    text-align: center}
.typography .right {
    text-align: right}

.typography img {
    max-width: 100%;
    height: auto;}
.typography img.left {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;}
.typography img.right {
    float: right;
    margin-left: 1em;
    margin-bottom: 1em;}

.typography hr {
    border: none;
    border-top: 1px solid #ccc;}

.typography table {
    margin-top: 20px;}
.typography table td{
    padding: 5px;
    vertical-align: top;}
.typography > table tr > td:first-child {
    padding-left: 0;}
.typography table p {
    margin: 0;}
.typography table p:last-child {
    margin-bottom: 0;}

.typography .button-orange {
    display: inline-block;
    padding: 5px 10px;
    color: white;
    background-color: #ff6633;}
.typography .button-orange a {
    color: white;}
.typography a .button-orange:hover {
    text-decoration: underline;}
