.trend {
    margin: 1em 0 1em 0;
    width: 100%;
}

.trend div {
    font-size: 134%;
    font-weight: bold;
    text-decoration: underline;
    white-space: nowrap;
}

.trend a {
    color: #BD2226;
    text-decoration:none;
    white-space: nowrap;
}

img.trendUp {
    padding: 0 0 1.5em 1em;
}

img.trendDown {
    padding: 1.5em 0 0 1em;
}

