.caption {
    font-size:.8em;
    text-align:center;
    width:100%;
    margin-top:5px;
    #margin-top:0px;
}

.copyright {
    font-size:.7em;
}

.clear {
    clear:both;
}

.img-left {
    float:left;
    margin: 5px 15px 10px 0px;
}

.img-left .caption {
    clear:left;
    float:left;
}

.img-right {
    float:right;
    margin: 5px 0px 10px 15px;
}

.img-right .caption {
    clear:right;
    float:right;
}

.quote-box {
    background-color:#e7e7e7;
    border:none;
    padding:10px;
}

.quote-box-left {
    float:left; 
    margin-right:25px;
}

.quote-box-right {
    float:right; 
    margin-left:25px;
}

.superscript {
    font-size:.7em; 
    vertical-align:super; 
}
