.readmore-title {
    float: left;
    color: #ff6f00;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: normal;
}

.readmore-readmorelink {
    position: absolute;
    bottom: 0;
    right: -70px;
    text-align: right;
}

.readmore-readmorelink a {
    font-style: italic;
}

.readmore-text {
    position: relative;
    margin-right: 70px;
}

.readmore-moretext {
    margin-right: 70px;
    display: none;
}

.readmore-fullwidth {
    display: block;
    width: 100%;
}

.readmore-collapse {
    background: url('images/orange_arrow_up_thin.jpg') no-repeat right bottom;
    padding-right: 15px;
}

.readmore-expand {
    background: url('images/orange_arrow_down.jpg') no-repeat right bottom;
    padding-right: 15px;
}