.ck-content {
    font: normal normal 24px/36px "Minion Pro", serif;
    color: #000000;
}

.ck-content p, ul, ol {
    margin: 1em 0;
}

.ck-content ul, ol {
    padding: 0 0 0 40px !important;
}

.ck-content h1, .ck-content h2, .ck-content h3, .ck-content h4, .ck-content h5, .ck-content h6 {
    font-weight: 800;
    font-style: normal;
    font-family: "Futura PT Extra", sans-serif;
    margin: 0.83em 0;
}

.ck-content h1 {
    font-size: 42px;
    line-height: 54px;
}

.ck-content h2 {
    font-size: 32px;
    line-height: 40px;
}

.ck-content h3 {
    font-size: 24px;
    line-height: 30px;
}

.ck-content h4 {
    font-size: 18px;
    line-height: 23px;
}

.ck-content h5 {
    font-size: 13px;
    line-height: 17px;
}

.ck-content h6 {
    font-size: 10px;
    line-height: 13px;
}

.ck-content a {
    text-decoration: none;
    color: #0093FF;
    font: inherit;
}

.ck-content figure {
    width: 100%;
}

.ck-content img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.ck-content table {
    font: 18px/23px "Futura PT", sans-serif;
    width: 100%;
}