.left-column {
    width:0px;
}
.spacer-column {
    width:0px;
}
.page-section {
    font-family:calibri;
    font-size:14pt;
    line-height:1.4;
    color:#557;
    text-align: justify;
}
.cell-quote {
    width:auto;
    padding:20px;
    height:230px;
}
.cell-quote-slider {
    margin-bottom:8px;
    margin-top:-16px;
}
.quote {
    font-style:italic;
    font-size:12.5pt;
    font-weight:normal;
    color:#e0e0e0;
}
.quote-source {
    float:right;
    color:#e0e0e0;
    font-size:11pt;
    font-weight:normal;
    margin-top:8px;
}
@media (min-width: 600px) {
    .page-section {
        width:620px;
    }
    .left-column {
        width:36%;
    }
    .spacer-column {
        width: 32px;
    }
    .cell-quote {
        width:800px;
        height:200px;
    }
    .quote {
        font-size:15pt;
    }
    .quote-source {
        font-size:12pt;
        margin-right:30px;
        margin-top:8px;
    }
}

