.no-print {
    display:none;
}

.only-print {
    display:inline-block;
}

header, main, footer {
    padding-left: 0;
}

#index-banner, #index-banner h2 {
    font-size: 20px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1;
    height: 50px;
}

.caption, body, .content {
    font-size: 13px;
}

.ellipsis_250_print {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 250px;
}