/* release notes */

#releaseNotes {
    width: 625px;
    text-align: left;
    margin: 0 auto;
}

#releaseNotes .rightAlign {
    float:right; 
    margin: 0 0 15px 15px;
}

#releaseNotes .centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}